1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-18 09:34:54 +02:00

Release v1.2.1

This commit is contained in:
Gregor Santner 2018-08-06 23:36:04 +02:00
parent af9e3ad8a3
commit e1ea19f02a
2 changed files with 19 additions and 2 deletions

View file

@ -1,3 +1,20 @@
### v1.2.1
**App release: dandelior**
- Added an (rebranded) flavor of dandelion: dandelior
- Only differenties in use are other (black) icon and AMOLED colors by default enabled
- Already available on F-Droid
**New features:**
- All new Aspects and Tags, using a searchable dialog
- A new home - project blog/page: <https://gsantner.net/project/dandelion.html>
**Fixed:**
- Sometimes the Stream went white, which is due an still (>3 years) unfixed Android Support library bug. It should not occur very often anymore due less use of fragments.
**Improved:**
- Various small tweaks
- Updated translation files
### v1.1.3
- Improve sharing *a lot*, add support for multiple filetypes
- Support for downloading GIFs ;)

View file

@ -19,8 +19,8 @@ android {
resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android"
applicationId "com.github.dfa.diaspora_android"
versionName "1.2.0"
versionCode 33
versionName "1.2.1"
versionCode 34
vectorDrawables.useSupportLibrary = true