mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 04:12:08 +01:00
Release v1.2.1
This commit is contained in:
parent
af9e3ad8a3
commit
e1ea19f02a
2 changed files with 19 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -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
|
### v1.1.3
|
||||||
- Improve sharing *a lot*, add support for multiple filetypes
|
- Improve sharing *a lot*, add support for multiple filetypes
|
||||||
- Support for downloading GIFs ;)
|
- Support for downloading GIFs ;)
|
||||||
|
|
|
@ -19,8 +19,8 @@ android {
|
||||||
resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android"
|
resValue "string", "manifest_package_id", "com.github.dfa.diaspora_android"
|
||||||
|
|
||||||
applicationId "com.github.dfa.diaspora_android"
|
applicationId "com.github.dfa.diaspora_android"
|
||||||
versionName "1.2.0"
|
versionName "1.2.1"
|
||||||
versionCode 33
|
versionCode 34
|
||||||
|
|
||||||
|
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
Loading…
Reference in a new issue