Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ereio committed Mar 23, 2022
2 parents 5295323 + 3b461cc commit 450256d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 0 additions & 2 deletions changelog.md
Expand Up @@ -4,10 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.2.7](https://github.com/syphon-org/syphon/releases/tag/0.2.6) - 2021-12-27


### Added
- removes exif information for image uploads

Expand Down
17 changes: 17 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2121.txt
@@ -0,0 +1,17 @@
0.2.12

🔮 New Features
- System Brightness Mode
- Tap to resend messages

🐛 Bug Fixes
- fixed reusing existing DMs
- fixed issues with string mapping
- fixed loading image tapbox issues

💡 Improvements
- Performance optimization on cache syncing
- New Translations and Updates

📐 Refactoring
- Lots!
5 changes: 5 additions & 0 deletions lib/global/values.dart
Expand Up @@ -75,19 +75,24 @@ class SupportedLanguages {
'de',
'en',
'es',
'et',
'eu',
'fi',
'fr',
'hi',
'hu',
'id',
'it',
'ja',
'ko',
'nl',
'pl',
'pt',
'ru',
'si',
'sk',
'tr',
'uk'
];

static const rtl = [
Expand Down

0 comments on commit 450256d

Please sign in to comment.