Releases: casimir/frigoligo
Releases · casimir/frigoligo
0.6.0
Another big one! The highlights are a completly new synchronization backend and a basic support for tags.
What's Changed
Features
- 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
Miscellaneous
- 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: v0.5.1...v0.6.0
0.5.1
What's Changed
Features
- 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
Miscellaneous
- 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: v0.5.0...v0.5.1
0.5.0
What's Changed
Features
- 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
Miscellaneous
Full Changelog: v0.4.1...v0.5.0
v0.4.1
0.4.0
What's Changed
Features
- 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
Bug Fixes
- Enforce the INTERNET permission on all Android builds by @casimir in #38
- Handle server urls with a base path prefix by @casimir in #39
Miscellaneous
- 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: v0.3.2...v0.4.0
0.3.2
What's Changed
Features
- Add of few dialog windows here and there by @casimir in #24
- Handle articles without content by @casimir in #30
Miscellaneous
- 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
New Contributors
Full Changelog: v0.3.1...v0.3.2
0.3.1
0.3.0
What's Changed
- 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: v0.2.0...v0.3.0
0.2.0
What's Changed
- 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
New Contributors
Full Changelog: v0.1.0...v0.2.0
0.1.0
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