Skip to content

Latest commit

Β 

History

History
621 lines (358 loc) Β· 32 KB

CHANGELOG.md

File metadata and controls

621 lines (358 loc) Β· 32 KB

Changelog

All notable changes to this project will be documented in this file.

See changelogs for a more high level list of changes.

[unreleased]

πŸš€ Features

  • (web) Allow to download log files (919f6ab)
  • Make saving articles possible when offline (#320) (0dbf99f)
  • (i18n) Enable Brazilian Portuguese thanks to new translations (e5f98c3)
  • (article sheet) Make text fields copiable (8246974)
  • (article) Add a button to ask the server to re-fetch the content (afd1d25)

πŸ› Bug Fixes

🚜 Refactor

  • (syncer) Aggregate actions optional result for later use (3fd69e6)
  • Don't assume that loading an article is instantaneous (25fc582)
  • Move fwfh specific widget in a dedicated file (c317a00)

πŸ“š Documentation

  • Start the changelog for the next release + regen metainfo (034a6f2)
  • (flathub) Mark the app as explicitly adapted to mobile (489cd9f)

🌐 Translations

  • Update translations: Portuguese (Brazil) (c44bf96)
  • Update translations: German (1187dad)
  • Update translations: Chinese (Traditional Han script) (94dde16)
  • Update translations: Chinese (Simplified Han script) (983380f)
  • Update translations: Galician (a5014ac)
  • Update translations: Tamil (a4a9f69)
  • Update translations: Estonian (593a115)
  • Update translations: Spanish (261b46c)
  • Update translations: French (797c426)
  • Update translations: Portuguese (Portugal) (a832a14)

βš™οΈ Miscellaneous Tasks

  • (flathub) Reverse release order (049a835)
  • (fastlane) Bump copyright year (5cad63b)
  • Change how renovate groups dependencies update (fd3f34f)
  • Setup automated updates for other changelogs (8284bfd)
  • Cleanup wrong file versioning and prevent it in the future (fe94c5e)

Full Changelog: v2.2.0..HEAD

[2.2.0] - 2025-01-12

πŸš€ Features

  • (multiselect) Keep selections at the top of the list (31fb21b)
  • Allow to create new tags when editing the tags of an article (89419cf)
  • (sync) Don't bother the user for network issues, the FAB is enough (1aea3c5)
  • (i18n) Add Tamil + reactivate Russian (3ec0c5e)

πŸ› Bug Fixes

  • (reading) Make the scroll indicator start at 0% instead of 100% (701f93b)
  • (reading) Avoid race condition when saving reading progress (d9d312d)
  • (wasm) Make the app work with a wasm build (b7aaaa3)
  • (network) Allow to use a server address in http:// (fb3b648)
  • (reading) Avoid duplicate loading when changing article (f8244e1)
  • (UI/dynamic) Stop reopening article list drawer every time (2a48bdf)
  • (UI/dynamic) Ensure that an article is selected when filling the DB (e90de91)

πŸ“š Documentation

  • (reamde) Add a link to flathub (f32b19b)
  • Update desktop screenshot (3db1e0f)
  • (changelogs) Start the changelog for the next release (46896ae)
  • Fix a typo (c1310b9)

🌐 Translations

  • Update translations: Galician (ce1f66a)
  • Update translations: Tamil (e14da07)
  • Update translations: Esperanto (3ed3c6f)
  • Update translations: Estonian (a609057)
  • Update translations: Spanish (6c5f6ed)
  • Update translations: Russian (6d0f6d4)
  • Update translations: Chinese (Simplified Han script) (2789513)
  • Update translations: French (ae105c5)

βš™οΈ Miscellaneous Tasks

  • Start new dev cycle (0963ddf)
  • Regen build_runner files (94ab2a7)
  • (macos) Bump lockfile (4f8dd2e)
  • Remove unused ruby files (7c06032)
  • (flathub) Automate MetaInfo generation (95726de)
  • (flathub) Temporary screenshot tweak (3fcb1e9)
  • (flathub) Add more translations and a more fitting icon (c726e5c)
  • (tooling) Include flathub refresh in the release script (aca9709)

Full Changelog: v2.1.3..v2.2.0

[2.1.3] - 2024-12-15

βš™οΈ Miscellaneous Tasks

  • (flathub) Move the metadata in the repo (dea8f03)

Full Changelog: v2.1.2..v2.1.3

[2.1.2] - 2024-12-15

βš™οΈ Miscellaneous Tasks

  • (flathub) Fix a typo in a filename (6c0e65e)

Full Changelog: v2.1.1..v2.1.2

[2.1.1] - 2024-12-15

βš™οΈ Miscellaneous Tasks

  • Quick release to update the .desktop files (f664b63)

Full Changelog: v2.1.0..v2.1.1

[2.1.0] - 2024-12-15

πŸš€ Features

  • (i18n) Reorganize languages (4513a35)
  • (i18n) Add ES translations and screenshots (732c7a0)
  • Build the app for linux arm64 (#274) (98cabe2)
  • (i18n) Add ET translations in the settings (9949fd9)
  • (reading) Enhance text readability (6a1139a)
  • (freon) Add support in the iOS share extension (29b38fe)
  • (UI/UX) Add a divider between panes on wide screens (80e655a)
  • (UI/UX) Declutter the search interface (14c07db)
  • (reading) Add a control to toggle text justification (22a6b11)
  • (web) Replace placeholder title (941ed8a)

πŸ› Bug Fixes

  • (web) Change logos and icons (b08a515)
  • (reading) Keep the scrollbar on the far right on large screens (cfea627)
  • (UI/UX) Put back an outline to the search field for consistency (9c881f9)
  • (UI/UX) Remove some spacing (9907545)
  • (reading) Truncate title to avoid vertical clipping (d37056a)
  • (iOS) Attach the share popover to the button that triggered it (1b865f4)
  • Add a temporary workaround for l10n_esperanto (971308f)
  • (deeplinks) Handle / correctly (sent startup on web) (fbf6d02)
  • (web) Unbroke eveything by updating sqlite and forcing html renderer (0528605)
  • (reading) Allow text selection again (aac0a15)
  • (release) Fix tag message generation (23c2c22)

🚜 Refactor

  • (settings) Change how enum values are handled (#277) (2c8078a)
  • (reading settings) Use cadanse instead of hard coded values (1f7c5cb)
  • Simplify currentArticleProvider (78a3ac7)
  • (deps) Pin everything (a84f817)

πŸ“š Documentation

  • (readme) Mention the web app (with a link). (6fb3f3e)
  • Fix grammar errors in the readme (#285) (dca4712)
  • Reduce translation minimum completeness to align with weblate (b27b290)
  • (changelogs) Start the changelog for the next release (71a3fa9)

⚑ Performance

  • (ios) Avoid a volley of rebuilds when using the keyboard (a7e5d49)

🌐 Translations

  • Update translations: Spanish (b8d070a)
  • Update translations: Portuguese (Portugal) (f5cf33c)
  • Update translations: Portuguese (Brazil) (ed9b432)
  • Update translations: Estonian (37e755a)
  • Update translations: Russian (a5d7cc8)
  • Update translations: Chinese (Traditional Han script) (673ef3c)
  • Update translations: French (f6f4735)
  • Update translations: Galician (723e8b9)

βš™οΈ Miscellaneous Tasks

  • (release) Prepare the new dev cycle (8724d5d)
  • Bump version name (9bf66d0)
  • Bump CocoaPods lockfiles (5e44a74)
  • Setup automated changelog update every day (627adcf)
  • (screenshots) Add ET to the list of locales (9cbdcc9)
  • Update flutter and flutter dependencies (bd44dfc)
  • Group renovate updates (a2d2d32)
  • (config) Migrate config renovate.json (#300) (5fb33ec)
  • Remove l10n_esperanto workaround as it has been fixed upstream (f3f2526)
  • (renovate) Change a constraint to fix PR generation (b6456ad)
  • (fastlane) Regen metadata (e0dee03)
  • (fastlane) Few teaks before the release (d9ea07e)

Full Changelog: v2.0.0..v2.1.0

[2.0.0] - 2024-11-07

πŸš€ Features

  • (search) Filters revamp & search by text (#252) (2c5a76e)
  • (reading) Rework the article screen (#261) (0a319b7)
  • (UI/UX) Use a more sensible width for the listing in narrow layout (f7685c0)
  • (UI/UX) Always keep the bottom sheet action button visible (092cd30)

πŸ› Bug Fixes

  • Fix new metadata languages (aa99590)
  • Fix json encoding in wallabag client (38fc2e8)
  • Fix upsert (e966be3)
  • Fix wallabag PATCH queries (68427b1)
  • Fix sql conflict on article update (47ff5b1)
  • (wallabag) Don't try to use the old token when reconnecting (b8dfb9e)
  • Text search mode filter was not selected in default state (459f60e)
  • (UI/UX) Reduce jumpiness when displaying the sync indicator (9dbcdfb)
  • (UI/UX) Ensure drawer open on start when using dynamic layout (3035eb5)
  • (wallabag) Allow null values in non-null published_by field (#268) (60aa3d8)
  • (UI/UX) More precise jump to selected article (570ff70)
  • (UI/UX) Use Ink for selected article and taps in the listing (44d4b58)

🚜 Refactor

  • (database) Change code generation strategy (#255) (43486a7)
  • (home page) Change how scrolling works for a nicer UX (#263) (b9999f3)

⚑ Performance

  • (listing) Prevent an infinite rendering loop (a69bfcd)

🌐 Translations

  • Update translations: Esperanto (c811d3d)
  • Update translations: Galician (84b938e)
  • Update translations: French (90593f8)
  • Update translations: Portuguese (Portugal) (97385bd)
  • Update translations: German (94899cd)

βš™οΈ Miscellaneous Tasks

  • (deps) Upgrade flutter dependencies (#253) (c292e37)
  • (fastlane) Update latest changelog with latest changes (0979276)
  • [breaking] Modernize Android build scripts and config (e4e9cbf)
  • (tooling) Remove old and unused devices for screenshots (6202c2a)
  • (screenshots) Rename dekstop.png to desktop.png (5b02377)
  • (tooling) Enable the drift extension in devtools (8045a46)
  • Update the changelog with the last batch of changes (52db92b)
  • (tooling) Script most of the release process (29b6926)

Full Changelog: v1.2.0..v2.0.0

[1.2.0] - 2024-07-30

πŸ› Bug Fixes

  • Fix wallabag client headers (4c1f448)
  • Fix wallabag refresh token update (#226)

Most of the time the access token was invalid for the request where the refresh happened. (75630fb)

🌐 Translations

  • Update translations: German (b0058b0)
  • Update translations: English (6a5a88f)
  • Update translations: Portuguese (bd25db5)
  • Update translations: French (19bbd20)

Full Changelog: v1.1.1..v1.2.0

[1.1.1] - 2024-06-27

πŸ› Bug Fixes

🌐 Translations

  • Update translations: Galician (230bc75)

Full Changelog: v1.1.0..v1.1.1

[1.1.0] - 2024-06-02

πŸ› Bug Fixes

  • Fix DB initialization on some android devices (#199) (1414b74)

🌐 Translations

  • Update translations: Portuguese (Brazil) (9420a85)
  • Update translations: Chinese (Simplified) (da44ad3)

Full Changelog: v1.0.10..v1.1.0

[1.0.10] - 2024-05-14

Full Changelog: v1.0.9..v1.0.10

[1.0.9] - 2024-05-06

Full Changelog: v1.0.8..v1.0.9

[1.0.8] - 2024-05-06

Full Changelog: v1.0.7..v1.0.8

[1.0.7] - 2024-05-05

Full Changelog: v1.0.6..v1.0.7

[1.0.6] - 2024-05-05

Full Changelog: v1.0.5..v1.0.6

[1.0.5] - 2024-04-28

πŸ› Bug Fixes

  • Fix versions number and name (b2c2d12)

Full Changelog: v1.0.4..v1.0.5

[1.0.4] - 2024-04-28

Full Changelog: v1.0.3..v1.0.4

[1.0.3] - 2024-04-28

Full Changelog: v1.0.2..v1.0.3

[1.0.2] - 2024-04-28

Full Changelog: v1.0.1..v1.0.2

[1.0.1] - 2024-04-27

πŸ› Bug Fixes

Full Changelog: v1.0.0..v1.0.1

[1.0.0] - 2024-04-17

🌐 Translations

  • Update translations: French (cc1ca1d)

Full Changelog: v0.8.1..v1.0.0

[0.8.1] - 2024-03-22

🌐 Translations

  • Update translations: French (6161a21)

Full Changelog: v0.8.0..v0.8.1

[0.8.0] - 2024-03-19

🌐 Translations

  • Update translations: French (5fcc3a8)

Full Changelog: v0.7.2..v0.8.0

[0.7.2] - 2024-01-19

Full Changelog: v0.7.1..v0.7.2

[0.7.1] - 2024-01-18

πŸ› Bug Fixes

🌐 Translations

  • Update translations: German (f80f054)

Full Changelog: v0.7.0..v0.7.1

[0.7.0] - 2024-01-10

🌐 Translations

  • Update translations: French (7995866)
  • Update translations: German (3e73b11)

Full Changelog: v0.6.4..v0.7.0

[0.6.4] - 2024-01-03

Full Changelog: v0.6.3..v0.6.4

[0.6.3] - 2023-12-26

Full Changelog: v0.6.2..v0.6.3

[0.6.2] - 2023-11-20

Full Changelog: v0.6.1..v0.6.2

[0.6.1] - 2023-11-18

πŸ› Bug Fixes

  • Fix a few simple warnings (325dd7f)

Full Changelog: v0.6.0..v0.6.1

[0.6.0] - 2023-11-03

πŸ› Bug Fixes

  • Fix build phase order for xcode 15+ (24373e1)

Full Changelog: v0.5.1..v0.6.0

[0.5.1] - 2023-09-28

Full Changelog: v0.5.0..v0.5.1

[0.5.0] - 2023-09-21

πŸ› Bug Fixes

Full Changelog: v0.4.1..v0.5.0

[0.4.1] - 2023-08-14

Full Changelog: v0.4.0..v0.4.1

[0.4.0] - 2023-08-08

πŸ› Bug Fixes

  • Fix session detail copy (e8533db)

Full Changelog: v0.3.2..v0.4.0

[0.3.2] - 2023-08-04

πŸ› Bug Fixes

  • Fix a few non-important warnings (9d41d49)

Full Changelog: v0.3.1..v0.3.2

[0.3.1] - 2023-08-02

πŸ› Bug Fixes

  • Fix main branch reference (d8c1bd9)
  • Fix release link + add a link for missing features (eb3c462)
  • Fix initialization order for PackageInfo (0feccd9)
  • Fix release script rights and artifacts links in the README (76555f1)

Full Changelog: v0.3.0..v0.3.1

[0.3.0] - 2023-07-27

πŸ› Bug Fixes

  • Fix form display with native keyboard (and small screens) (#8) (adbdf80)

Full Changelog: v0.2.0..v0.3.0

[0.2.0] - 2023-07-25

πŸ› Bug Fixes

  • Fix global key collision (3450aef)

Full Changelog: v0.1.0..v0.2.0

[0.1.0] - 2023-07-19

πŸ› Bug Fixes

  • Fix storyboard file for iPad (27604e3)

🚜 Refactor

  • Refactor server connection data and prepare server chooser dialog (4456917)