Skip to content

Releases: Yet-Zio/yetCalc

yetCalc v1.1.4

02 Apr 06:57
3d174d7
Compare
Choose a tag to compare

Enhancements

  • Added monochromatic/themed icon support for Android 13 and above.

  • History button now available in views directly for easy access.

yetCalc v1.1.3

30 Mar 07:04
3a44387
Compare
Choose a tag to compare

Fixes:

yetCalc v1.1.2

28 Feb 19:10
1aa5222
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a UI freezing issue caused by history reading whenever the equal to button was clicked.

Enhancements

  • From now on, results will be left aligned in calculator component for easier reading. Can be turned off from settings.

  • Results are now sorted in descending order by default in history.

yetCalc v1.1.1

05 Nov 11:24
ad39699
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue that caused programmer mode to crash on input larger than the maximum 32-bit signed integer.

Enhancements

  • Date format options for the currency converter tab and history view are available in settings.

  • Selectable text in programmer mode. Now you can copy and share your results!

yetCalc v1.1.0

29 Sep 18:05
b9e0265
Compare
Choose a tag to compare

Changes
———————————————

yetCalc v1.0.9

28 Jul 10:23
1c0a64e
Compare
Choose a tag to compare

Enhancements

  • Support for the system theme, and from now on, yetCalc shall use the 'System' theme as its default theme. You can still select the dark or light theme regardless.

  • Symbols or abbreviations for units in converter mode.

yetCalc v1.0.8

09 Apr 10:02
21946eb
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue that caused any boolean operator to disappear from history string in programmer mode.

  • Fixed a scaling issue when converting to or from Tablespoons(US/UK), Teaspoons(US/UK), etc on volume section of converter mode.

  • Fixed an issue that prevented the app from showing the app icon on devices that do not support the adaptive and legacy icons generated by Android Studio.

yetCalc v1.0.7

22 Feb 18:45
e8f03e2
Compare
Choose a tag to compare

Bug Fixes

  • Fixed inaccurate results when selecting 'Bubnoff unit' in speed section of Unit Converter.

  • Fixed an issue in Programmer mode that caused an operator to disappear in history but the operation to remain.

Enhancements

  • Now you can long press the delete button to clear all digits.

yetCalc v1.0.6

01 Feb 17:56
35cd679
Compare
Choose a tag to compare

Just a small update :)

Bug Fixes

  • Fixed inaccurate results in volume section of unit converter over Cups(US), Cups(UK), Teaspoons, Tablespoons, Fluid Ounces, etc. Other units might have similar issues as well.

Enhancements

  • Added furlongs to length section in Unit Converter

yetCalc v1.0.5

13 Jan 09:14
05b6728
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an app crash when attempting to divide by zero in programmer mode.
  • Converter now converts feet to inches and vice versa correctly.
  • Converter now allows negative values on all sections(tabs) except currency.

Enhancements

  • A setting to enable/disable Canonical Rounding has been added. Canonical Rounding solves issues like 0.1 + 0.2 giving invalid results. It is disabled by default. Enabling this might cause problems with calculations including really small numbers.