Simple-Draw/CHANGELOG.md

197 lines
4.2 KiB
Markdown
Raw Normal View History

2016-06-27 23:19:04 +02:00
Changelog
2016-06-13 16:35:52 +02:00
==========
2018-07-12 21:56:05 +02:00
Version 4.1.0 *(2018-07-12)*
----------------------------
* Added a couple stability and translation improvements
2018-05-15 10:07:22 +02:00
Version 4.0.0 *(2018-05-15)*
----------------------------
* Allow customizing the app launcher icon color
* Show Brush size tool by default
2018-03-31 22:48:33 +02:00
Version 3.1.6 *(2018-03-31)*
----------------------------
* Redraw background bitmap at device rotation
* Couple more smaller improvements
2018-03-16 10:53:29 +01:00
Version 3.1.5 *(2018-03-16)*
----------------------------
* Fixed a couple issues related to file saving and sharing
2018-02-27 20:10:03 +01:00
Version 3.1.4 *(2018-02-27)*
----------------------------
* Fixed some crashes related to saving images
2018-02-26 23:42:42 +01:00
Version 3.1.3 *(2018-02-26)*
----------------------------
* Show a confirmation dialog when overwriting an existing file
* Couple smaller improvements
2018-02-12 16:34:03 +01:00
Version 3.1.2 *(2018-02-12)*
----------------------------
* Add a toggle for preventing the device from falling asleep, enabled by default
* Remember file save folder persistently
* Use more human readable filenames by default
2018-01-24 14:30:33 +01:00
Version 3.1.1 *(2018-01-24)*
----------------------------
* Add Redo
* Some stability improvements
2018-01-08 20:17:59 +01:00
Version 3.1.0 *(2018-01-08)*
----------------------------
* Some stability improvements
* Properly handle IMAGE_CAPTURE intent
2017-12-06 23:13:28 +01:00
Version 3.0.1 *(2017-12-06)*
----------------------------
* Fixed missing launcher icons on some devices
Version 3.0.0 *(2017-12-04)*
----------------------------
* Improved primary color customization
* Fixed file saving on Android 8
2017-11-20 23:23:46 +01:00
Version 2.4.0 *(2017-11-20)*
----------------------------
* Allow undoing Clear
* Adding adaptive icons
* Adding a toggle for forcing english language
2017-11-07 23:49:53 +01:00
Version 2.3.0 *(2017-11-07)*
----------------------------
* Remove the wrongly added Fingerprint permission
* Some stability improvements
2017-10-22 12:48:49 +02:00
Version 2.2.0 *(2017-10-22)*
----------------------------
* Reset the save filename after Clear
* React on some Share image intents
* React on Image_capture intent
2017-08-29 22:33:59 +02:00
Version 2.1.0 *(2017-08-29)*
----------------------------
* Added an eraser
2017-06-23 22:00:55 +02:00
Version 2.0.1 *(2017-06-23)*
----------------------------
* Added rounded launcher icon for Android Nougat
2017-04-09 18:52:25 +02:00
Version 2.0.0 *(2017-04-09)*
----------------------------
* Added app color theme customization
* Allow using images as backgrounds
* Added an option to save into jpgs
* Allow customizing file save path
* Massive rewrite under the hood
2017-03-14 19:04:12 +01:00
Version 1.17 *(2017-03-14)*
----------------------------
* Fixed too thin line after repeated app launch
2017-01-20 19:02:08 +01:00
Version 1.16 *(2017-01-20)*
----------------------------
* Allow changing the brush width (by BrianPinsard)
* Allow saving into an .svg file (by XyLoNaMiyX)
2017-01-14 12:43:02 +01:00
Version 1.15 *(2017-01-14)*
----------------------------
* Allow rotating the device
2017-01-07 20:43:11 +01:00
Version 1.14 *(2017-01-07)*
----------------------------
* Save the selected colors
2016-12-04 23:27:41 +01:00
Version 1.13 *(2016-12-04)*
----------------------------
* Added an option for changing the background color by XyLoNaMiyX
* A couple translation fixes
2016-09-07 22:49:22 +02:00
Version 1.12 *(2016-09-07)*
----------------------------
* Added German translation
2016-08-29 21:47:12 +02:00
Version 1.11 *(2016-08-29)*
----------------------------
* Rename the app launcher to Draw
* Update the launcher icon
2016-08-21 21:33:12 +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:39:51 +02:00
Version 1.9 *(2016-07-26)*
----------------------------
* Make the dark theme really dark
2016-07-26 20:39:50 +02:00
Version 1.8 *(2016-07-26)*
----------------------------
* Add a clear button
2016-07-24 11:46:28 +02:00
Version 1.7 *(2016-07-24)*
----------------------------
* Added Dark theme
* Added Swedish, Japanese and Italian translations
2016-07-05 21:38:01 +02:00
Version 1.6 *(2016-07-05)*
----------------------------
* Use the new Google Plus logo
2016-07-01 15:56:11 +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:19:04 +02:00
Version 1.3 *(2016-06-27)*
----------------------------
* Add a Google Plus page link to the About section
2016-06-19 15:23:02 +02:00
Version 1.2 *(2016-06-19)*
----------------------------
* Add a Facebook page link to the About section
2016-06-13 16:35:52 +02:00
Version 1.1 *(2016-06-13)*
----------------------------
* Prevent duplicate file saving
Version 1.0 *(2016-06-05)*
----------------------------
* Initial release