chore: Bump version to 0.12.1

This commit is contained in:
Inex Code 2024-08-14 09:59:20 +03:00
parent e9e87e9967
commit e58ae99cd7
3 changed files with 37 additions and 2 deletions

View file

@ -10,7 +10,7 @@ AppDir:
id: org.selfprivacy.app id: org.selfprivacy.app
name: SelfPrivacy name: SelfPrivacy
icon: org.selfprivacy.app icon: org.selfprivacy.app
version: 0.12.0 version: 0.12.1
exec: selfprivacy exec: selfprivacy
exec_args: $@ exec_args: $@
apt: apt:

View file

@ -0,0 +1,35 @@
# 0.12.1 Changelog
## Changes
### Features
- **Accessibility**: Add screen reader descriptions for graphs ([#554](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/554))
- **Jobs**: When Jobs websocket subscription disconnects, fall back to usual queries for two minutes ([#550](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/550), resolves [#542](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/542))
- **Metrics**: Implement disk usage metrics ([#538](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/538))
- **Developer settings**: Add server info to developer settings ([#560](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/560))
### Bug fixes
- **UI**: Disk chart had too many horizontal grid lines ([#560](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/560))
- **UI**: Progress bar used the same shade of gray regardless of user preferences ([#560](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/560))
- **UI**: Onboarding views were getting out of safe area ([#560](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/560))
- **App console**: When app logs are paused, on incoming queue overflow, the main buffer was cleaned up instead ([#560](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/560))
- **Installation wizard**: Implement better error messaging for providers token check ([#558](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/558), resolves [#508](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/508))
- **Server logs**: Show server logs timestamps in a local timezone ([#552](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/552), resolves [#540](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/540))
- **Backups**: Backups encryption key couldn't load ([#551](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/551), resolves [#543](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/543))
- **Services**: Make text gray for disabled service options ([#549](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/549), resolves [#544](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/544))
- **Services**: Do not show the service link for disabled services ([#548](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/548), resolves [#547](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/547))
- **Jobs**: Open the jobs screen when starting the system garbage collection ([#560](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/560), resolves [#541](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/541))
### Translation contributions
* Russian
* NaiJi ✨ <NaiJi@udongein.xyz> (1)
* Inex Code <inex.code@selfprivacy.org> (70)
* Estonian
* Dmitri B. <Dmitri@E-kiri.eu> (65)

View file

@ -1,7 +1,7 @@
name: selfprivacy name: selfprivacy
description: selfprivacy.org description: selfprivacy.org
publish_to: 'none' publish_to: 'none'
version: 0.12.0+23 version: 0.12.1+24
environment: environment:
sdk: '>=3.2.1 <4.0.0' sdk: '>=3.2.1 <4.0.0'