mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 00:51:20 +00:00
chore: Bump version
This commit is contained in:
parent
53fc0d4d28
commit
2fb9932eb6
33
fastlane/metadata/android/en-US/changelogs/0.8.0.txt
Normal file
33
fastlane/metadata/android/en-US/changelogs/0.8.0.txt
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
Server setup:
|
||||||
|
- Added support for Digital Ocean as server provider
|
||||||
|
- You can now choose server region
|
||||||
|
- You can now choose server tier
|
||||||
|
- Server installation UI has been refreshed
|
||||||
|
- Fields now have more specific error messages
|
||||||
|
|
||||||
|
Common UI:
|
||||||
|
- New app bar used in most of the screens
|
||||||
|
|
||||||
|
Services:
|
||||||
|
- Services are now sorted by their status
|
||||||
|
|
||||||
|
Server settings:
|
||||||
|
- Timezone search screen now has a search bar
|
||||||
|
- Fixed job creation when switching the setting multiple times
|
||||||
|
- Server destruction now works
|
||||||
|
|
||||||
|
Jobs:
|
||||||
|
- Jobs panel now should take slightly less space
|
||||||
|
|
||||||
|
Auth:
|
||||||
|
- Recovery key page can now be reloaded by dragging down
|
||||||
|
|
||||||
|
Logging:
|
||||||
|
- Log console now has a limit of 500 lines
|
||||||
|
- GraphQL API requests are now logged in the console
|
||||||
|
- Networks errors are better handled
|
||||||
|
|
||||||
|
For developers:
|
||||||
|
- App now only uses GraphQL API to communicate with the server. All REST API calls have been removed.
|
||||||
|
- Server can now be deployed with staging ACME certificates
|
||||||
|
- Language assets have been reorganized
|
|
@ -1,7 +1,7 @@
|
||||||
name: selfprivacy
|
name: selfprivacy
|
||||||
description: selfprivacy.org
|
description: selfprivacy.org
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.7.0+16
|
version: 0.8.0+17
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.17.0 <3.0.0'
|
sdk: '>=2.17.0 <3.0.0'
|
||||||
|
|
Loading…
Reference in a new issue