aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 313ac8a..c491f79 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,10 +30,11 @@ Version 1.2u1, 2024/01/02:
- Fix a bug: stop allowing hex digits a-f when in decimal mode.
- Add ~/.hcalc.cfg, which holds the state of hcalc. Written on exit,
read on startup. Also add -default arg, to prevent reading this.
-- Add -quiet option to silence the X bell.
+- Add -quiet option to silence the X bell (and keystroke q).
- Allow changing the window size while running (toggle between the 3
sizes).
- Add a 'make install' target, which will install the binary, icons,
man page, and .desktop file (with DESTDIR support for packagers).
- Show "err" for floating point error (e.g. divide by zero), and wait
for the user to press CLR to continue.
+- Add 32-bit two's-complement operation. @ key, or right-click on INV button.