Releases: patelneeraj/filebrowserplus.koplugin
Releases · patelneeraj/filebrowserplus.koplugin
Release list
Release 1.2.0
Sorry for the delay, everyone! 🙏 This release is now stable and ready to go. Thanks for your patience — full changelog below.
- This release implements following functionality contributed by @cb12tre
Note
Contributor PR summary:
Summary
- Added configurable auto-stop timeout for FilebrowserPlus server, with support for disabling it (
0) and restoring timer checks after KOReader restart if the server is still running. - Improved server lifecycle handling by scheduling/canceling auto-stop checks and avoiding duplicate stop notifications for automatic shutdowns.
- Updated menu UX: tap now toggles server quickly, while long-press opens settings; main menu label now shows live
IP:portwhen available.
Details
- New setting:
FilebrowserPlus_auto_stop_minutes(default: 30). - New dialog: Auto-stop timeout (min).
- Added periodic
checkAutoStop()scheduling viaUIManager:scheduleIn(...). - Added
getIPAddress()helper for dynamic menu label. - Refined startup info message to include auto-stop and first-setup credentials only when relevant.
Why
These changes make FilebrowserPlus safer (server does not stay exposed indefinitely), faster to control from the main menu, and clearer to use thanks to dynamic status feedback.
Pre-release 1.2.0-pre
- This pre-release aims to test the following functionality contributed by @cb12tre
Note
Contributor PR summary:
Summary
- Added configurable auto-stop timeout for FilebrowserPlus server, with support for disabling it (
0) and restoring timer checks after KOReader restart if the server is still running. - Improved server lifecycle handling by scheduling/canceling auto-stop checks and avoiding duplicate stop notifications for automatic shutdowns.
- Updated menu UX: tap now toggles server quickly, while long-press opens settings; main menu label now shows live
IP:portwhen available.
Details
- New setting:
FilebrowserPlus_auto_stop_minutes(default: 30). - New dialog: Auto-stop timeout (min).
- Added periodic
checkAutoStop()scheduling viaUIManager:scheduleIn(...). - Added
getIPAddress()helper for dynamic menu label. - Refined startup info message to include auto-stop and first-setup credentials only when relevant.
Why
These changes make FilebrowserPlus safer (server does not stay exposed indefinitely), faster to control from the main menu, and clearer to use thanks to dynamic status feedback.
Release 1.1.0
Release 1.0.3
- _meta.lua syntax correction(added comma)
Release 1.0.2
- A minor update adding version field in _meta.lua for the compatibility with KOReader Updates Manager.
Release 1.0.1
- Added a more helpful error message on directory creation permission issues.
Release 1.0.0
Merge branch 'main' of github.com:patelneeraj/filebrowserplus.koplugin