Simple-Clock/CHANGELOG.md

140 lines
3.7 KiB
Markdown
Raw Normal View History

2018-03-13 21:57:43 +01:00
Changelog
==========
2020-12-29 11:18:16 +01:00
Version 5.5.0 *(2020-12-29)*
----------------------------
* Added some stability and translation improvements
* Require a Simple Thank You purchase for color customization
2020-11-05 14:22:30 +01:00
Version 5.4.0 *(2020-11-05)*
----------------------------
* Allow creating alarms without any day set
* Fix last alarm or clock item not being visible at the bottom
* Added some other UX, stability and translation improvements
2020-08-19 23:54:40 +02:00
Version 5.3.0 *(2020-08-19)*
----------------------------
* Fixed alarm not vibrating in some cases (by rien)
* Some minor translation and UI improvements
2020-05-28 19:36:25 +02:00
Version 5.2.2 *(2020-05-28)*
----------------------------
* Use rounded corners at the widget
* Properly reschedule new alarm when dismissed
* Added some other UI and translation improvements
2020-03-20 17:08:40 +01:00
Version 5.2.1 *(2020-03-20)*
----------------------------
* Removing some extra unwanted permissions
2020-03-18 12:44:12 +01:00
Version 5.2.0 *(2020-03-18)*
----------------------------
* Make sure the timer doesn't stop if the app gets closed
* Try making the widget more reliable
* Adding a label field to the timer
* Remember last used Alarm related values, use them at new ones
* Couple other UI and translation improvements
2020-02-14 20:46:51 +01:00
Version 5.1.0 *(2020-02-14)*
----------------------------
* Fixed a glitch with all alarms turning on/off wrongly
* Properly display the alarm snooze screen on Android 8+ (by coxtor)
* Some stability and translation improvements
2019-10-31 22:47:11 +01:00
Version 5.0.4 *(2019-10-31)*
----------------------------
* Adding some stability and translation improvements
2019-08-07 21:11:58 +02:00
Version 5.0.3 *(2019-08-07)*
----------------------------
* Try using vectors instead of some pngs to reduce app size
* Some smaller improvements here and there
2019-07-06 15:49:00 +02:00
Version 5.0.2 *(2019-07-06)*
----------------------------
* Some translation improvements
2019-04-08 22:54:51 +02:00
Version 5.0.1 *(2019-04-08)*
----------------------------
* Some translation improvements
2019-01-24 22:12:07 +01:00
Version 5.0.0 *(2019-01-24)*
----------------------------
* Increased the minimal required Android OS version to 5
* Fixed a few alarm related glitches
2018-09-19 10:51:46 +02:00
Version 4.3.0 *(2018-09-19)*
----------------------------
* Rewrote the widget to scale text size dynamically on Android 8+
* Couple stability and translation improvements
2018-08-10 22:16:58 +02:00
Version 4.2.0 *(2018-08-10)*
----------------------------
* Show a timer notification if the app gets paused while it runs
* Couple other UX improvements
2018-07-08 23:37:26 +02:00
Version 4.1.0 *(2018-07-08)*
----------------------------
* Adding a toggle for gradual volume increasing
* Rework the Alarm screen to use swipe to left/right for snooze/dismiss
* Couple other UX improvements
2018-05-27 15:38:15 +02:00
Version 4.0.1 *(2018-05-27)*
----------------------------
* Improve alarm reliability
* Play the timer sound at the Alarm sound stream
* Couple stability and UX improvements
2018-05-16 21:57:10 +02:00
Version 4.0.0 *(2018-05-16)*
----------------------------
* Allow changing the app launcher icon color
* Use bigger text size at widget, when made higher
* Show the next alarm at the clock fragment, if set
* Add a settings button for customizing widget color without recreating it
2018-04-11 20:18:20 +02:00
Version 3.1.3 *(2018-04-11)*
----------------------------
* Do not reset stopwatch and timer at device rotation
* Fix notification sounds on Android 8+
* Adding a No Sound option at notification sounds
2018-03-30 00:13:17 +02:00
Version 3.1.2 *(2018-03-29)*
----------------------------
* Allow selecting custom alarm sound
* Fixed some glitches related to stopwatch laps
* Activate new alarms after creating
* Many other smaller improvements and bugfixes
2018-03-14 20:56:45 +01:00
Version 3.1.1 *(2018-03-14)*
----------------------------
* Properly handle daylight savings at the time
* Turn the screen on at some reminder
* Make sure alarm sound loops
* Remove a redundant setting about showing other timezones
2018-03-13 21:57:43 +01:00
Version 3.1.0 *(2018-03-13)*
----------------------------
* Initial release