Skip to content

Releases: patelneeraj/filebrowserplus.koplugin

Release 1.2.0

Choose a tag to compare

@patelneeraj patelneeraj released this 16 Aug 16:34
1548bc6

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:port when available.

Details

  • New setting: FilebrowserPlus_auto_stop_minutes (default: 30).
  • New dialog: Auto-stop timeout (min).
  • Added periodic checkAutoStop() scheduling via UIManager: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

Pre-release 1.2.0-pre Pre-release
Pre-release

Choose a tag to compare

@patelneeraj patelneeraj released this 16 May 13:57
8c2bc94
  • 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:port when available.

Details

  • New setting: FilebrowserPlus_auto_stop_minutes (default: 30).
  • New dialog: Auto-stop timeout (min).
  • Added periodic checkAutoStop() scheduling via UIManager: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

Choose a tag to compare

@patelneeraj patelneeraj released this 18 Nov 09:07
a352e91
  • Bugfix for #4

Release 1.0.3

Choose a tag to compare

@patelneeraj patelneeraj released this 17 Nov 08:41
83354de
  • _meta.lua syntax correction(added comma)

Release 1.0.2

Choose a tag to compare

@patelneeraj patelneeraj released this 14 Nov 09:55
6d8e27b
  • A minor update adding version field in _meta.lua for the compatibility with KOReader Updates Manager.

Release 1.0.1

Choose a tag to compare

@patelneeraj patelneeraj released this 15 Oct 10:39
ee6bbaf
  • Added a more helpful error message on directory creation permission issues.

Release 1.0.0

Choose a tag to compare

@patelneeraj patelneeraj released this 05 Oct 17:59
6173cb0
Merge branch 'main' of github.com:patelneeraj/filebrowserplus.koplugin