Skip to content

Releases: alt-romes/programmer-calculator

v3.0

29 Jan 23:56
Compare
Choose a tag to compare

Changelog:

  • Add a swap endieness function
  • "Change bits" (cb) command is now simply bits. Now it's possible to
    write a hexadecimal value with the cb letters without it changing
    the bits accidentally.

Release v2.2

15 Nov 23:42
Compare
Choose a tag to compare

Added coloured interface through the flag --colors (-c)

pcalc v2.1

23 Mar 15:50
70f1bd5
Compare
Choose a tag to compare

Additionally support x as hex notation (i.e. x2A == 0x2A)
Fix resizing issues
Fix to also allow uppercase characters in hex notation

Programmer Calculator v2.0.1

11 Feb 18:08
8a097a6
Compare
Choose a tag to compare

Programmer Calculator v2.0

10 Feb 16:37
076a379
Compare
Choose a tag to compare

This is a big update! This release:

Adds expressions with priorities (2+2*3 now equals 8)

Adds parenthesis for grouping expressions ((2+2)*3 works and is now equal to 12`)

Adds ability to navigate input left and right to edit

Adds negative numbers ((-1) is now a valid input, and so is 2+(-1) or even 2+-1)

  • however, note if a - is the first character of the input, it's assumed to be a subtraction from the current amount. (If the current value is 5 and you input -1 the result will be 4)

Fixes other bugs :)

Programmer Calculator v1.8

04 Feb 10:01
56d9e05
Compare
Choose a tag to compare

Fix severe compile bug

Programmer Calculator v1.7

04 Feb 01:52
Compare
Choose a tag to compare

Fix bug with change bits

Programmer Calculator v1.6

02 Feb 13:14
ecc1929
Compare
Choose a tag to compare

This release allows you to input inline math (without priorities) (i.e. 0x13+135-0b101 < 1)
It also adds a command to exit the calculator.
It also fixes minor bugs, and memory leaks

Programmer Calculator v1.5

29 Jan 15:28
cb95813
Compare
Choose a tag to compare

This update brings history scrolling with the arrow keys

Programmer Calculator v1.4

24 Jan 18:54
Compare
Choose a tag to compare