• 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 | 0 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 | 1 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 | 2 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 | 5 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 | 11 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
  • v0.4.0 e82f42b933

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

    fmartingr released this 2026-02-12 22:46:09 +01:00 | 14 commits to master since this release

    Release v0.4.0

    Features

    🐛 Bug Fixes

    • ensure epub content does not go behind in-screen cameras (#3) (e82f42b)

    ♻️ Refactoring

    • split Woodpecker CI into separate release and PR pipelines (3123028)

    📝 Other Changes

    • ci: fixed format command in ci (3c9751d)

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

    Downloads
  • v0.3.1 47fd749682

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

    fmartingr released this 2026-02-12 17:49:28 +01:00 | 19 commits to master since this release

    Release v0.3.1

    Features

    🐛 Bug Fixes

    🔧 Chores

    • remove baseline version (6832d58)

    📝 Other Changes

    • claude: add base global settings (c7182f2)

    Full Changelog: https://git.nakama.town/fmartingr/worldhopper/compare/v0.3.0...v0.3.1

    Downloads
  • v0.3.0 da7d11b33a

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

    fmartingr released this 2026-02-12 09:15:28 +01:00 | 25 commits to master since this release

    Release v0.3.0

    Features

    🔧 Chores

    • improved publication detail screen layout (fa8f1a2)
    • resized screenshot (9fdefc3)

    Full Changelog: https://git.nakama.town/fmartingr/worldhopper/compare/v0.2.1...v0.3.0

    Downloads
  • v0.2.1 ed80b335ec

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

    fmartingr released this 2026-02-11 11:11:57 +01:00 | 31 commits to master since this release

    Release v0.2.1

    🐛 Bug Fixes

    • allow continue reading or restarting from an OPDS item (ed80b33)

    Full Changelog: https://git.nakama.town/fmartingr/worldhopper/compare/v0.2.0...v0.2.1

    Downloads
  • v0.2.0 b3466fd359

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

    fmartingr released this 2026-02-11 10:17:19 +01:00 | 32 commits to master since this release

    Release v0.2.0

    Features

    • guess next chapter from opds entry (3c2e924)
    • retrieve last page read from opds-ps (d58449d)
    • do not wipe the database on migrations (81595f3)

    🐛 Bug Fixes

    • remove completed chapters from reccently read automatically (b3466fd)

    📝 Other Changes

    • docs: add QoL features section to readme (cb73cf6)

    Full Changelog: https://git.nakama.town/fmartingr/worldhopper/compare/v0.1.3...v0.2.0

    Downloads