• v0.6.0-rc.9 f2f4919a8f

    v0.6.0-rc.9
    All checks were successful
    Release / build (push) Successful in 11m0s
    Pre-release

    fmartingr released this 2026-05-11 14:06:27 +02:00 | 0 commits to master since this release

    Release v0.6.0-rc.9

    🐛 Bug Fixes

    • show loose-leaf chapters for Kavita comic series (f2f4919)

    Commits: commit f2f4919a8f
    Author: Felipe M. me@fmartingr.com
    Date: Mon May 11 13:55:15 2026 +0200

    fix: show loose-leaf chapters for Kavita comic series
    
    The Kavita series-detail response surfaces chapters not assigned to a
    numbered volume in a top-level `chapters` array. The feed mapper only
    walked `volumes` and `specials`, so comic/manga series — which typically
    live in that loose-leaf array — opened to an empty entry list.
    
    Downloads
  • v0.6.0-rc.8 b5debe2117

    v0.6.0-rc.8
    All checks were successful
    Release / build (push) Successful in 9m40s
    Pre-release

    fmartingr released this 2026-04-17 12:19:48 +02:00 | 1 commits to master since this release

    Release v0.6.0-rc.8

    Features

    • sync EPUB reading progress to Kavita with debounced updates (b5debe2)

    Commits: commit b5debe2117
    Author: Felipe M. me@fmartingr.com
    Date: Fri Apr 17 12:09:44 2026 +0200

    feat: sync EPUB reading progress to Kavita with debounced updates
    
    Downloads
  • v0.6.0-rc.7 4b5a3a174a

    v0.6.0-rc.7
    All checks were successful
    Release / build (push) Successful in 10m34s
    Pre-release

    fmartingr released this 2026-04-17 12:01:18 +02:00 | 2 commits to master since this release

    Release v0.6.0-rc.7

    🐛 Bug Fixes

    • route Kavita EPUB downloads through server software abstraction and display server-reported progress for EPUBs (4b5a3a1)

    Commits: commit 4b5a3a174a
    Author: Felipe M. me@fmartingr.com
    Date: Fri Apr 17 11:45:41 2026 +0200

    fix: route Kavita EPUB downloads through server software abstraction and display server-reported progress for EPUBs
    
    Downloads
  • v0.6.0-rc.6 0e15ed6622

    v0.6.0-rc.6
    All checks were successful
    Release / build (push) Successful in 11m6s
    Pre-release

    fmartingr released this 2026-04-07 13:50:03 +02:00 | 3 commits to master since this release

    Release v0.6.0-rc.6

    Features

    • use flutter-action and forgejo-release actions in CI workflows (#5) (c413766)
    • migrate CI from Woodpecker to Forgejo Actions (260ac28)
    • refactor server software abstraction with Kavita REST API integration (58a562a)

    🐛 Bug Fixes

    • set git safe.directory before flutter-action install (0e15ed6)
    • use Forgejo checkout action URL (7a7ac44)
    Downloads
  • v0.6.0-rc.4 8581c114cc

    Worldhopper v0.6.0-rc.4
    All checks were successful
    ci/woodpecker/tag/release Pipeline was successful
    Pre-release

    fmartingr released this 2026-02-21 15:05:40 +01:00 | 8 commits to master since this release

    Release v0.6.0-rc.4

    🐛 Bug Fixes

    • prevent duplicate column error in migration 12 (8581c11)

    Full Changelog: https://git.nakama.town/fmartingr/worldhopper/compare/v0.6.0-rc.2...v0.6.0-rc.4

    Downloads
  • v0.6.0-rc.3 8581c114cc

    Worldhopper v0.6.0-rc.3
    All checks were successful
    ci/woodpecker/tag/release Pipeline was successful
    Pre-release

    fmartingr released this 2026-02-21 15:05:40 +01:00 | 8 commits to master since this release

    Release v0.6.0-rc.3

    🐛 Bug Fixes

    • prevent duplicate column error in migration 12 (8581c11)

    Full Changelog: https://git.nakama.town/fmartingr/worldhopper/compare/v0.6.0-rc.2...v0.6.0-rc.3

    Downloads
  • v0.6.0-rc.2 d2497f8aed

    Worldhopper v0.6.0-rc.2
    All checks were successful
    ci/woodpecker/tag/release Pipeline was successful
    Pre-release

    fmartingr released this 2026-02-21 11:44:37 +01:00 | 9 commits to master since this release

    Release v0.6.0-rc.2

    Features

    • add background download service with error handling improvements (d2497f8)

    Full Changelog: https://git.nakama.town/fmartingr/worldhopper/compare/v0.6.0-rc.1...v0.6.0-rc.2

    Downloads
  • v0.6.0-rc.1 30df288552

    Worldhopper v0.6.0-rc.1
    All checks were successful
    ci/woodpecker/tag/release Pipeline was successful
    Pre-release

    fmartingr released this 2026-02-20 23:40:15 +01:00 | 10 commits to master since this release

    Release v0.6.0-rc.1

    Features

    • add offline series download with local reading support (30df288)
    • add pre-release support to release workflow (8001076)

    📝 Other Changes

    • docs: add release versioning instructions to AGENTS.md (14e660c)

    Full Changelog: https://git.nakama.town/fmartingr/worldhopper/compare/v0.5.0...v0.6.0-rc.1

    Downloads
  • v0.5.0 e58a38195b

    Worldhopper v0.5.0
    All checks were successful
    ci/woodpecker/tag/release Pipeline was successful
    Stable

    fmartingr released this 2026-02-20 20:42:27 +01:00 | 13 commits to master since this release

    Release v0.5.0

    Features

    • add server software type abstraction with Kavita support (01d39e5)
    • epub reader font size (41519ab)
    • tablet layout with sidebar navigation and responsive grids (a24307d)

    🐛 Bug Fixes

    • don't gate mark-as-read behind sync progress preference (e58a381)
    • remove unused epub font size provider, persist directly from screen (328ef47)
    • defer EPUB loading to avoid inherited widget access during initState (4dfe30a)

    Full Changelog: https://git.nakama.town/fmartingr/worldhopper/compare/v0.4.1...v0.5.0

    Downloads
  • v0.4.1 545638c86d

    Worldhopper v0.4.1
    All checks were successful
    ci/woodpecker/tag/release Pipeline was successful
    Stable

    fmartingr released this 2026-02-16 23:58:25 +01:00 | 19 commits to master since this release

    Release v0.4.1

    Features

    • report reading progress to OPDS server on page turns (545638c)

    🐛 Bug Fixes

    • resolve swipe not turning pages on paired spreads in two-page reader (3b43bfb)
    • tapping menu items now bring the user to the root of the menu correctly (67cf92f)

    Full Changelog: https://git.nakama.town/fmartingr/worldhopper/compare/v0.4.0...v0.4.1

    Downloads