Releases: SubhadeepJasu/pebbles
Releases · SubhadeepJasu/pebbles
New currency
Improved:
- [Converter] Upgrade to v7 of free currency converter API
- [Converter] Added Argentina Peso currency
Portuguese Translations
Translations:
- Brazilian Portuguese (by Gustavo Costa)
Programmer Mode Rewrite
Improved:
- [Programmer] Transition to integer-integer logic for all operations
Translations:
- Simplified Chinese (by Tommy He)
Bugs of the Converters
Fixed:
- [Converter] Fixed multiple errors in converters
Improved:
- [UI] Scale button fonts with app window width
Styling and Percentage Fix
Improved:
- [Core] Intelligently convert expression when there is a percentage sign
- [Core] Clean up useless debug prints, clean up console output
- [UI] Follow elementary theme even when run on another distro as flatpak
AppCenter on Odin
New:
- [UI] Make UI resizable and responsive with touch support
- [UI] Follow system-wide dark style preference
- [UI] Updated CSS to be in tune with style of elementary OS 6 Odin
Improved:
- [Calculus] Prevent divide by zero errors, use "tends to zero" logic
- [Calculus] Add ability to input negative and fractional limits
- [Calculus] Add ability to modify integration accuracy
Fixed:
- [Programmer] Remove leading '0's correctly
Rest is History
New:
- [Core] Insert result in history from any mode to any mode
Improved:
- [Core] Persist History across invocations
Fixed:
- [Programmer] Better binary formatting
Programmer Mode
New:
- [Programmer] Implement Programmer mode
Fixed:
- [UI] Fix minimode having wrong button label
- [UI] Allow changing currency converter API key
- [Core] Handle large factorials
- [Core] Replace imaginary number with universal parabolic constant
- [Core] Fix operator precedance
Input Fix and Core Fixes
Fixed:
- Allow navigation left and right buttons to pass through selectively
- Better negative number handling
- Implicit multiplication on parenthesis and around variable x
Better localization and Clipboard system
Fixed:
- [UI] Comma and Radix symbols now obey Language and Region settings
- [UI] Backspace button should now check if input entry has text on start up
- [Core] Fix precedence with proper PEMDAS rule
Improved: - [UI] Better clipboard system for Scientific, Calculus, Statistics and converters