Simple-Calculator/CHANGELOG.md

165 lines
3.5 KiB
Markdown
Raw Normal View History

Changelog
2016-06-13 16:13:26 +02:00
==========
2019-11-26 11:52:36 +01:00
Version 5.1.0 *(2019-11-26)*
----------------------------
* Added some translation improvements
* Changed target SDK to 29 to target the latest OS version
2019-07-23 12:45:28 +02:00
Version 5.0.5 *(2019-07-23)*
----------------------------
* Adding some bottom navigation bar color customization improvements
2019-07-23 09:03:29 +02:00
Version 5.0.4 *(2019-07-23)*
----------------------------
* Allow customizing the bottom navigation bar color
2019-07-05 23:02:12 +02:00
Version 5.0.3 *(2019-07-05)*
----------------------------
* Some translation improvements
2019-04-07 23:31:25 +02:00
Version 5.0.2 *(2019-04-07)*
----------------------------
* Fixed a FAQ item
2019-04-07 22:59:19 +02:00
Version 5.0.1 *(2019-04-07)*
----------------------------
* Fixed some smaller glitches
* Translation improvements
2018-10-19 18:21:28 +02:00
Version 5.0.0 *(2018-10-19)*
----------------------------
* Increased the minimal required Android OS version to 5 (Lollipop)
* Couple UX and translation improvements
2018-10-05 22:13:29 +02:00
Version 4.2.0 *(2018-10-05)*
----------------------------
* Updating some libraries + translation updates
2018-08-09 23:31:44 +02:00
Version 4.1.0 *(2018-08-09)*
----------------------------
* Fixed some percentage related operations
* Couple other UX improvements
2018-05-16 00:06:21 +02:00
Version 4.0.0 *(2018-05-16)*
----------------------------
* Allow changing the app launcher icon color
* Added a FAQ item about clearing chars
* Added a Settings button for changing widget colors without recreating it
2018-04-04 00:04:02 +02:00
Version 3.2.0 *(2018-04-03)*
----------------------------
* Replaced Modulo with Percent
* Make sure the calculation formula is displayed properly after Root
2018-02-27 20:50:08 +01:00
Version 3.1.2 *(2018-02-27)*
----------------------------
* Added a toggle for preventing the device from sleeping
* Added FAQ
2018-01-23 15:44:17 +01:00
Version 3.1.1 *(2018-01-23)*
----------------------------
* Misc smaller improvements
2018-01-16 19:19:01 +01:00
Version 3.1.0 *(2018-01-16)*
----------------------------
* Made dark theme the default
* Improved some square root calculation behaviour
2017-12-07 12:03:07 +01:00
Version 3.0.1 *(2017-12-07)*
----------------------------
* Fixed missing launcher icons on some devices
2017-12-04 19:28:28 +01:00
Version 3.0.0 *(2017-12-04)*
----------------------------
* Improved primary color customization
* Added optional haptic feedback on button presses
2017-11-05 20:52:30 +01:00
Version 2.0.0 *(2017-11-05)*
----------------------------
* Rewrote the app to kotlin
* Made the widget more reliable
* Added color customization
2016-09-07 22:46:20 +02:00
Version 1.12 *(2016-09-07)*
----------------------------
* Added German translation
2016-08-29 21:07:33 +02:00
Version 1.11 *(2016-08-29)*
----------------------------
* Rename the launcher to Calculator
* Update the launcher icon
2016-08-21 21:28:33 +02:00
Version 1.10 *(2016-08-21)*
----------------------------
* Add an Invite friends button
* Make the buttons in About section easier to click
2016-07-26 22:32:29 +02:00
Version 1.9 *(2016-07-26)*
----------------------------
* Make the dark theme really dark
2016-07-21 23:56:39 +02:00
Version 1.8 *(2016-07-21)*
----------------------------
* Added a Dark theme
* Added Swedish, Italian and Japanese translations
Version 1.7 *(2016-07-07)*
2016-07-07 11:47:22 +02:00
----------------------------
* Display the proper widget preview image
2016-07-05 21:34:59 +02:00
Version 1.6 *(2016-07-05)*
----------------------------
* Use the new Google Plus logo
2016-07-01 15:48:05 +02:00
Version 1.4 *(2016-07-01)*
----------------------------
* Adjust everything properly if used on a tablet
* Show a Rate us button to returning users
2016-06-27 23:04:37 +02:00
Version 1.3 *(2016-06-27)*
----------------------------
* Add a Google Plus page link to the About section
2016-06-19 15:04:29 +02:00
Version 1.2 *(2016-06-19)*
----------------------------
* Add a Facebook page link to the About section
2016-06-13 16:13:26 +02:00
Version 1.1 *(2016-06-13)*
----------------------------
* Allow resizing the widget
Version 1.0 *(2016-06-05)*
----------------------------
* Initial release