-
Worldhopper v0.1.0
StableAll checks were successfulci/woodpecker/tag/woodpecker Pipeline was successfulreleased this
2026-01-28 23:36:22 +01:00 | 28 commits to master since this releaseRelease v0.1.0
First release of Worldhopper! 🎉
✨ Features
- add Woodpecker CI for automated releases (
b366652) - add long-press to remove from recently read (
71e1be5) - implement internet connectivity tracking with offline indicators (
64eee6b) - enable tap-to-read from library with download indicators (
afbaf6a) - basic navigation (
1074e38)
🐛 Bug Fixes
- update Woodpecker secrets syntax to environment (
3c66c21) - enable pull-to-refresh on library paths with limited content (
167a1b5) - await server data to prevent race condition on first EPUB load (
c660c23) - prevent swipe gestures from toggling EPUB reader app bar (
69daf26) - navigation (
b7d6604) - implement dark mode theming for EPUB reader (
7a694a5) - remove top app bar (again) (
551e1ec)
♻️ Refactoring
- remove statistics section from library screen (
ea068f6)
🔧 Chores
📝 Other Changes
- ci: use sh instead (
8305448) - ci: install bash in release step (
21031bd) - ci: fixed release script permissions (
1874254) - Fix EPUB reader dual-page landscape mode with width-based detection (
18a1590) - epub reader issue (vibe-kanban d076a13a) (
cc014e4) - serena: updated (
f1e31d0) - Create comprehensive end-user README documentation (
3e8d57b) - Migrate to flutter_epub_viewer for integrated EPUB reading (
b6e6eca) - Basic app navigation and OPDS implementation (
2991490)
Full Changelog: https://git.nakama.town/fmartingr/worldhopper/compare/c66d04f5bdffa4e88da80b177c5a6f70274e539d...v0.1.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
worldhopper-v0.1.0.apk
6 downloads ·
2026-01-28 23:55:49 +01:00 · 54 MiB
- add Woodpecker CI for automated releases (