Skip to content

Release - v1.11.0

Compare
Choose a tag to compare
@frossm frossm released this 01 Feb 17:55
· 218 commits to master since this release

Two major changes in this release. I created a list command and then consolidated three other commands into it.

List Command

  • liststacks: This was it's own command and now is part of list. Execute via list stacks You can also call via list stack
  • mem show: memshow is gone replaced with list mem
  • listundo: Is now simply list undo

Mutable Memory Slots

The number of memory slots is now able to be changed. The default remains 10, but you can not set this value via a -m <NumSlots> command line switch. You must have at least 1 memory slot, but you could have as many as you wish. 10,000 seemed to work fine on my computer, but I frankly think 10 is more than enough. But who knows.

Looking Forward

  • While not set in stone, I'm going to see about savings some of these settings into the preferences system so you can set a value and it will remain between invocations.
  • Changing the number of memory slots while program is running might be nice. But you would lose anything in the slots.

Wrapup

As always, please let me know if you have any feedback at rpncalc at fross dot org I've not received any comments and your ideas is what will really drive this program forward.