v1.2.0 (v1.2.0) - 30 Jul 2024
- Fix wallabag refresh token update by @casimir in #226
- Fix typo in language label (DE) by @casimir in #234
- Change wallabag client architecture by @casimir in #224
- Rework session handling and providers architecture by @casimir in #225
- Add early support for freon by @casimir in #227
- Translations update from Hosted Weblate by @weblate in #222
- New locales (zh-Hant & ru) by @casimir in #228
- Update dependency flutter_widget_from_html_core to ^0.15.0 by @renovate in #216
- Update dependency fastlane to v2.222.0 by @renovate in #231
- Translations update from Hosted Weblate by @weblate in #229
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.1.1...v1.2.0
v1.1.1 - 27 Jun 2024
- Use universal_platform to simplify the web experimentation by @casimir in #215
- Update dependency fastlane to v2.221.1 by @renovate in #219
- Change for a more explicit short description by @casimir in #220
- Translations update from Hosted Weblate by @weblate in #213
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.1.0...v1.1.1
v1.1.0 - 02 Jun 2024
A new button to save a link from inside the app, 3 new languages and also lot of bugfixes, especially regarding synchronization and navigation.
- Change local data location by @casimir in #196
- Add a button to save a link from the listing screen by @casimir in #198
- Refactor routing logic for the article view by @casimir in #207
- Add 3 languages in settings: gl, pt_BR, zh by @casimir in #210
- Fix DB initialization on some android devices by @casimir in #199
- Upgrade app_links & fix android SEND intent handling by @casimir in #200
- Avoid blocking the syncer with a 404 error on article deletion by @casimir in #208
- Fix actions not syncing in some cases by @casimir in #209
- A few adjustments after IzzyOnDroid inclusion by @casimir in #191
- Finalize riverpod migration by @casimir in #202
- Upgrade and organize deps by @casimir in #203
- Update dependency go_router to v14 by @renovate in #176
- Migrate to the new (gradle) android architecture by @casimir in #204
- Add a smoke test for android too by @casimir in #206
- Update dependency package_info_plus to v8 by @renovate in #166
- Update dependency share_plus to v9 by @renovate in #167
- Consolidate fastlane metadata by @casimir in #192
- Translations update from Hosted Weblate by @weblate in #186
- Translations update from Hosted Weblate by @weblate in #211
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.0.10...v1.1.0
v1.0.10 - 14 May 2024
- Release ABI specific APKs by @casimir in #187
- Prevent error after fdroid signingConfig stripping by @casimir in #190
- Use a lock file to have isar reproducible builds by @casimir in #189
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.0.9...v1.0.10
v1.0.9 - 06 May 2024
Fix apk build for releases.
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.0.8...v1.0.9
v1.0.8 - 06 May 2024
Update most of the dependencies so most iOS native libs have a privacy manifest.
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.0.7...v1.0.8
v1.0.7 - 06 May 2024
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.0.6...v1.0.7
v1.0.6 - 05 May 2024
The reading fonts are now bundled into the application. It makes it a few MB bigger but it is only a one time download and never need an internet connection for that later. Also lots of ops thing related to metadata management and stores deployment.
- Update dependency gradle to v7.6.4 by @renovate in #45
- Rework fastlane metadata for android by @casimir in #173
- Version the feature graphic for F-Droid by @casimir in #174
- Update dependency fastlane to v2.220.0 by @renovate in #158
- Pin flutter version by @casimir in #175
- Pin flutter version by @casimir in #177
- Build third party binaries from sources by @casimir in #178
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.0.5...v1.0.6
v1.0.5 - 28 Apr 2024
Fix version numbers and code in all artifacts.
It was wrongly tagged 1.0.2
in the last release.
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.0.4...v1.0.5
v1.0.4 - THIS IS BROKEN USE LATER VERSION - 28 Apr 2024
Fix version numbers and code in all artifacts.
It was wrongly tagged 1.0.2
in the last release.
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.0.3...v1.0.4
v1.0.3 - THIS IS BROKEN USE LATER VERSION - 28 Apr 2024
The apk provided in the release will now be signed so its source and integrity can be verified.
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.0.2...v1.0.3
v1.0.2 - 28 Apr 2024
Another maintenance release with store metadata fixes.
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.0.1...v1.0.2
v1.0.1 - 27 Apr 2024
Just a few changes and tweaks for stores metadata.
Full Changelog: https://github.com/casimir/frigoligo/compare/v1.0.0...v1.0.1
v1.0.0 - 17 Apr 2024
This is the first version that will be in the stores! 🎉
- Better login flow by @casimir in #160
- Postpone the notification permission prompt as much as possible by @casimir in #162
- Listing screen tweaks by @casimir in #165
- Setup fastlane config and metadata files by @casimir in #154
- Translations update from Hosted Weblate by @weblate in #155
- Translations update from Hosted Weblate by @weblate in #156
- Migrate current article provider to riverpod by @casimir in #163
- Riverpod debug logs by @casimir in #164
- Automatic App Store metadata by @casimir in #157
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.8.1...v1.0.0
v0.8.1 - 22 Mar 2024
Rework of the settings screen plus a few general bugfixes.
- Add a deeplink action to open the log console by @casimir in #145
- Clear pending actions when clearing local data by @casimir in #147
- Localization settings enhancements by @casimir in #149
- Rework the settings screen by @casimir in #150
- Keep settings sections readable on Android by @casimir in #152
- Translations update from Hosted Weblate by @weblate in #143
- Move settings backend usages from provider to riverpod by @casimir in #146
- Upgrade a few dependencies by @casimir in #151
- Translations update from Hosted Weblate by @weblate in #153
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.8.0...v0.8.1
0.8.0 (v0.8.0) - 19 Mar 2024
Most likely the last dev version, this release contains the last features planned in the 1.0 milestone. 🎉
- Enhance article reading UI by @casimir in #131
- Better scroll position management by @casimir in #136
- Add a font selector to the reading settings screen by @casimir in #139
- Persist pending remote sync actions until there are sent to the server by @casimir in #142
- Bump everything (flutter, deps, pods, app version) by @casimir in #132
- Upgrade flutter dependencies by @casimir in #140
- Use an external package for design primitives by @casimir in #141
- Translations update from Hosted Weblate by @weblate in #137
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.7.2...v0.8.0
v0.7.2 - 19 Jan 2024
A small maintenance release to fix iOS artifact metadata and upload on TestFlight.
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.7.1...v0.7.2
0.7.1 (v0.7.1) - 18 Jan 2024
Just a few adjustments in the German translation.
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.7.0...v0.7.1
0.7.0 (v0.7.0) - 10 Jan 2024
This release adds two big features: background syncing and the possiblity to choose the language of the application.
- Background server syncing by @casimir in #117
- Disable login button until checks are passed by @casimir in #118
- Allow to choose application language by @casimir in #119
- In dynamic layout mode, open the drawer on start by @casimir in #121
- Build the macOS version on XcodeCloud by @casimir in #90
- Translations update from Hosted Weblate by @weblate in #113
- Translations update from Hosted Weblate by @weblate in #120
- Translate more strings by @casimir in #122
- Translations update from Hosted Weblate by @weblate in #123
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.6.4...v0.7.0
v0.6.4 - 03 Jan 2024
- Add a localization infrastructure by @casimir in #112
- Refresh workflow for invalid sessions by @casimir in #114
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.6.3...v0.6.4
0.6.3 (v0.6.3) - 26 Dec 2023
Bugfix release mainly for the tags selector issues in dark mode.
- Adaptive layout management by @casimir in #108
- Encapsulate dimension constants as much as possible by @casimir in #109
- Upgrade packages and build dependencies by @casimir in #110
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.6.2...v0.6.3
0.6.2 (v0.6.2) - 20 Nov 2023
This is a maintenance release to fix Windows builds and upgrade a few building tools.
- Upgrade dart, cocoapods and flutter deps by @casimir in #98
- Update windows build directory by @casimir in #99
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.6.1...v0.6.2
0.6.1 (v0.6.1) - 18 Nov 2023
- Enhance server validation and configuration logic by @casimir in #89
- Redesign articles listing and filters by @casimir in #93
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.6.0...v0.6.1
0.6.0 (v0.6.0) - 03 Nov 2023
Another big one! The highlights are a completly new synchronization backend and a basic support for tags.
- Pull to refresh for article listing by @casimir in #84
- Centralize syncing actions into a single service by @casimir in #86
- Allow to change article attributes from the listing view by @casimir in #87
- Tags support by @casimir in #81
- Update changelog for "v0.5.1" by @github-actions in #75
- Upgrade flutter packages by @casimir in #80
- Upgrade flutter_lints and correct a few warnings by @casimir in #85
- Update dependency go_router to v12 by @renovate in #83
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.5.1...v0.6.0
0.5.1 (v0.5.1) - 28 Sep 2023
- Allow to add a tag when saving articles by @casimir in #73
- Add an animation when the save is complete in iOS share sheet by @casimir in #74
- Update changelog for "v0.5.0" by @github-actions in #71
- Update dependency go_router to v11 by @renovate in #72
- Update actions/checkout action to v4 by @renovate in #68
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.5.0...v0.5.1
0.5.0 (v0.5.0) - 21 Sep 2023
- Rework page routes navigation logic by @casimir in #60
- Add a few deeplinks by @casimir in #61
- Rework how the article page is loaded by @casimir in #66
- Flexible interface by @casimir in #25
- Native integration for URL shares by @casimir in #67
- Add hints for password managers for login fields by @casimir in #69
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.4.1...v0.5.0
v0.4.1 - 14 Aug 2023
- On-demand builds for pull requests by @casimir in #55
- Smoke tests by @casimir in #57
- Allow to sign debug version alongside release version for android by @casimir in #58
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.4.0...v0.4.1
0.4.0 (v0.4.0) - 08 Aug 2023
- Add a button to clear the logs by @casimir in #36
- Display unkown error while checking the server in the login screen by @casimir in #37
- Add a proper settings menu by @casimir in #35
- Allow to select (and copy) article content by @casimir in #41
- Add an optional unread app badge for iOS, macOS and some Android versions by @casimir in #42
- Add a button to open the log console from the login page after an error by @casimir in #43
- A few enhancements to the Session Details screen by @casimir in #51
- Enforce the INTERNET permission on all Android builds by @casimir in #38
- Handle server urls with a base path prefix by @casimir in #39
- Update dependency com.android.tools.build:gradle to v7.4.2 by @renovate in #44
- Add a GHA to upload builds to playstore beta (similar to xcode cloud) by @casimir in #48
- Add a privacy policy by @casimir in #50
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.3.2...v0.4.0
0.3.2 (v0.3.2) - 04 Aug 2023
- Add of few dialog windows here and there by @casimir in #24
- Handle articles without content by @casimir in #30
- Release artifacts enhancements by @casimir in #27
- Configure Renovate by @renovate in #28
- Use different database names for release and debug builds by @casimir in #31
- Log uncatched exceptions by @casimir in #32
- @github-actions made their first contribution in #23
- @renovate made their first contribution in #28
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.3.1...v0.3.2
0.3.1 (v0.3.1) - 02 Aug 2023
- Better handling of exceptions while syncing by @casimir in #18
- better error handling for json deserialization by @casimir in #20
- mark Entry hashed url fields as nullable by @casimir in #21
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.3.0...v0.3.1
0.3.0 (v0.3.0) - 27 Jul 2023
- start an incremental sync on launch (every 15 min at most) by @casimir in #6
- Restore app state after OS kill by @casimir in #7
- fix login form display with native keyboard (and small screens) by @casimir in #8
- simplify auto-sync and make it more reliable by @casimir in #9
- allow flutter to manage its scrolling position to to avoid weird jumps by @casimir in #10
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.2.0...v0.3.0
0.2.0 (v0.2.0) - 25 Jul 2023
- rework the login page for a better UX by @casimir in #1
- restore scroll position when coming back to an article by @casimir in #2
- force a scrollbar on mobile for the article page by @casimir in #3
- Design tweaks by @casimir in #4
- handle server-side deletions by @casimir in #5
Full Changelog: https://github.com/casimir/frigoligo/compare/v0.1.0...v0.2.0
0.1.0 (v0.1.0) - 25 Jul 2023
Let's begin! This is the very first release.
- article persistence
- api pagination
- article list filtering
- smart full sync (with since)
- refresh progress indicator
- auto refresh of article view
- split views on wide screens (manual switch?)
- check FTUE (/!\ first sync) and reset workflow
- set up logos and launch screen
- Add an about section with the version and licenses and stuff...
- server selection