Skip to content

Commit

Permalink
chore(release): prepare for 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
casimir committed Feb 17, 2025
1 parent ec7e34b commit 35edb77
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ All notable changes to this project will be documented in this file.

See [changelogs](https://github.com/casimir/frigoligo/tree/main/fastlane/metadata/android/en-US/changelogs) for a more high level list of changes.

## [unreleased]
## [2.3.1] - 2025-02-17


### 🐛 Bug Fixes

- *(iOS)* Systematically use appGroup for settings ([0105efa](https://github.com/casimir/frigoligo/commit/0105efab275ae412e7706e38f511672bc381b6ea))
- *(database)* Avoid deleting the database on launch ([ec7e34b](https://github.com/casimir/frigoligo/commit/ec7e34be9e1bc58777009e4d2014b2e82d133eb9))

### 📚 Documentation

- *(changelog)* Regen file ([a3dc724](https://github.com/casimir/frigoligo/commit/a3dc72427106bdb822f2ec41bb4628f8d9f3b1f5))

**Full Changelog**: [v2.3.0..HEAD](https://github.com/casimir/frigoligo/compare/v2.3.0..HEAD)
**Full Changelog**: [v2.3.0..v2.3.1](https://github.com/casimir/frigoligo/compare/v2.3.0..v2.3.1)


## [2.3.0] - 2025-02-09
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/40.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed a bug causing the data to be lost when restarting the app.
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/40.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Correction d'un bug provoquant la perte des données lors du redémarrage de l'application.
2 changes: 1 addition & 1 deletion fastlane/metadata/ios/en-US/release_notes.txt
2 changes: 1 addition & 1 deletion fastlane/metadata/ios/fr-FR/release_notes.txt
11 changes: 10 additions & 1 deletion flathub/net.casimirlab.frigoligo.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@
</branding>

<releases>
<release version="v2.3.1" date="2025-02-17">
<url type="details">https://github.com/casimir/frigoligo/releases/tag/v2.3.1</url>
<description>
<ul>
<li>Fixed a bug causing the data to be lost when restarting the app.</li>
<li xml:lang="fr">Correction d'un bug provoquant la perte des données lors du redémarrage de l'application.</li>
</ul>
</description>
</release>
<release version="v2.3.0" date="2025-02-09">
<url type="details">https://github.com/casimir/frigoligo/releases/tag/v2.3.0</url>
<description>
Expand Down Expand Up @@ -261,7 +270,7 @@
<screenshots>
<screenshot type="default">
<caption>Main screen showing a listing of the saved articles.</caption>
<image>https://raw.githubusercontent.com/casimir/frigoligo/v2.3.0/assets/screenshots/desktop.png</image>
<image>https://raw.githubusercontent.com/casimir/frigoligo/v2.3.1/assets/screenshots/desktop.png</image>
</screenshot>
</screenshots>
</component>
3 changes: 2 additions & 1 deletion flathub/versions.tsv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
37 v2.1.3 2024-12-15
38 v2.2.0 2025-01-12
39 v2.3.0 2025-02-09
39 v2.3.0 2025-02-09
40 v2.3.1 2025-02-17
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 2.3.0+39
version: 2.3.1+40

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down

0 comments on commit 35edb77

Please sign in to comment.