Releases: from104/qcalc
Releases · from104/qcalc
Release v0.11.3
[0.11.3] 2025-04-03
Added
- Mobile optimization tooltip: Added guidance about adding memo / deleting record by swiping on the history panel
- Snap package: The app can now be launched from the desktop menu (GNOME, KDE, etc.).
- Quick Tips added: Added a dialog to guide users on the changed copy and paste methods, number format changes, and how to use additional button functions.
Changed
- History management UI improvements: Provides quick menu on desktop mouseover and intuitive icon button placement for mobile
- Menu style change: Changed menu style from pull-down menu to more mobile app-like drawer style.
- Result copy and paste method changed: Now you can copy by clicking on the calculation result instead of clicking the icon, and long-press to paste the clipboard content into the app.
- Accessibility-focused shortcut key rearrangement: Completely reorganized UI and keyboard shortcuts considering button positions and functions.
- App icon update: Emphasized characters representing each of the four calculators and the signature green color
Fixed
- Portrait screen orientation issues resolved: Fixed portrait screen orientation issues (rotation, font size, etc.) in mobile app.
Release v0.11.2
[0.11.2] 2025-02-05
Added
- Added temperature units: Delisle (°De), Newton (°N), Romer (°Rø), Réaumur (°Ré).
- Added support for adaptive layout: displays calculation history and sub-panel when the window width increases.
- Added search to calculation history
- Added automatic updates in electron package format
Changed
- Increased currency conversion precision from Number to BigNumber.
- Extended decimal point display limit up to 16 digits with rounding applied
Fixed
- Fixed display error in percentage functionality.
- Fixed abnormal behavior when loading into sub-panel from calculation history
Release v0.10.0
[0.10.0] 2024-12-09
Added
- Introduced a new "Radix" mode, supporting numeral conversions (Binary, Octal, Decimal, Hexadecimal) and bitwise operations such as AND, OR, XOR, and NOT.
- Added shortcut key tooltips to buttons
Changed
- Updated each calculator mode (e.g., Basic, Unit Conversion, Currency, Radix) to offer unique features, providing clearer and more intuitive button layouts and functionality.
- Modified number grouping to allow for either 3 or 4 digits per group.
Fixed
- Resolved accuracy issues in trigonometric and factorial calculations.
- Fixed an edge case causing errors during decimal point inputs in specific scenarios.
Release v0.9.1
[0.9.1] 2024-06-29
Added
- Added notifications for memory actions, such as memory cleared, recalled, and saved.
- Added haptics feedback when using the app on mobile, can be enabled or disabled in settings.
Changed
- Changed memory display method from tooltip to panel.
Fixed
- Fixed calculator starting in memory on first launch.
- Fixed screen flickering when starting in dark mode on mobile.
Full Changelog: v0.9.0...v0.9.1
Release v0.9.0
[0.9.0] 2024-06-24
Added
- Added the ability to swipe through the calculation result history to clear or edit individual records.
- Added ability to add and edit notes in the calculation result history
- Added a variety of new math functions: N-squared, N-square root, remainder, sine, cosine, tangent, factorial, N-squared to the 10th power, integer, and decimal calculations.
- Added functionality to buttons to enter key constants: Pi, phi (golden mean), e (base of log), Pi/2, log 10, log 2, etc.
- Expanded memory functionality to add the ability to store, recall, clear, add, subtract, multiply, and divide memory.
Changed
- Changed calculator switching method to tabs
- Changed menu method from side (web) to mobile method
- Changed settings to dialog method
- Switch calculator, open and close settings and calculation result history with swipe on mobile
Release v0.8.0
[0.8.0] 2024-05-26
- Added capacitor(android) platform
- Added angle to unit converter
- Added multiple subdivisions
- Added remember last used calculator feature
- Replace icon image
Release v0.7.2fix1
[0.7.2fix1] 2023-10-17
- Fixed custom fonts not applying on the first screen
Release v0.7.2
[0.7.2] - 2023-10-10
- Replace calculation result fonts
- Modify button and theme colors
Release v0.7.1
[0.7.1] - 2023-09-23
- Change the design of calculator key buttons, etc.
- Causes button press effects when pressing calculator keys and shortcut keys
- Increase calculator precision up to 64 digits (using MathJS)
- Handled errors in calculating division by zero and square root of negative numbers
- Minor bug fixes
Release v0.7.0
[0.7.0] - 2023-08-03
- Added currency converter
- Ability to display units and currency symbols ('b' key)