Skip to content

Commit

Permalink
Bump version to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed Dec 20, 2023
1 parent 96a51b3 commit e30dcf0
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [0.4.4] - 2023-12-20
### Bugfix 🐛:
- Fix bug, which prevented loading the app without measurements

### Other changes:
- Upgrade dependencies


## [0.4.3] - 2023-11-26
### Added Features and Improvements 🙌:
- Using latest fluttr 3.16 with upgraded deps
Expand Down Expand Up @@ -113,7 +121,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- initial release


[Unreleased]: https://github.com/quantumphysique/trale/compare/v0.4.3...main
[Unreleased]: https://github.com/quantumphysique/trale/compare/v0.4.4...main
[0.4.4]: https://github.com/quantumphysique/trale/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/quantumphysique/trale/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/quantumphysique/trale/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/quantumphysique/trale/compare/v0.4.0...v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.4.3+10
version: 0.4.4+11

environment:
sdk: ">=3.2.0 <4.0.0"
Expand Down
20 changes: 20 additions & 0 deletions fastlane/metadata/android/de/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
0.4.4:
- Behebt Fehler der verhindert die App zu öffnen

0.4.3:
- Update auf neustes Flutter 3.16
- F-droid Problem beheben durch entfernen der Ladeanimation

0.4.2:
- Versuche reproduzierbare Builds zu aktivieren

0.4.1:
- Geupdatete Abhängigkeiten
- Proguardoptimierungen aufgesetzt

0.4.0:
- App Id wurde zu `de.quantumphysique.trale` geändert, updaten ist nicht möglich!
- Aufnahmeprozess zu F-Droid gestartet
- Geupdatete Abhängigkeiten und kleine UI Verbesserungen
- Problem behoben um Links zu öffnen
- Verbesserte Ticks für große Intervalle
20 changes: 20 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
0.4.4:
- Fix bug which prevents opening the app

0.4.3:
- Use latest flutter 3.16
- Fix fdroid issues (again) by removing loading animation

0.4.2:
- Try to enable reproducible builds

0.4.1:
- Upgrade deps
- Add Proguard optimizations

0.4.0:
- App id changed to `de.quantumphysique.trale`, upgrading is not possible!
- Initialized F-Droid inclusion process
- Upgrade dependencies and minor UI improvements
- Fix missing permission to open links
- Improved ticks for large intervals

0 comments on commit e30dcf0

Please sign in to comment.