Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Jan 23:19
5d0561f

0.4.0 (2026-01-11)

Features

  • bluetooth: add Libra 2 support (#145) (5e259d4)
  • bluetooth: add setting to control device ready notifications (#175) (34a0377), closes #70
  • BT key bindings: add option to dismiss pop-ups (#154) (c92f872), closes #149
  • virtual library: add Kobo DRM decryption support (#172) (cf8c23a)
  • virtual library: set virtual library as Home folder (#159) (353c938)

Bug Fixes

  • being able to disable the plugin (#146) (a06ffbe)
  • bluetooth: exit early when fd is nil (#153) (5ed4833)
  • bluetooth: speed up connect when no known WiFi (#150) (d5183db), closes #117
  • BT key bindings: support registered actions after init (#148) (b7118b4), closes #138
  • virtual library: pass mimetype args to hasProvider (#174) (8abac71), closes #124 #48
  • virtual library: remove refresh on device wakeup (#162) (787236e), closes #161
  • virtual library: resolve paths in realpath (#159) (353c938), closes #155
  • virtual library: support navigation to virtual paths (#166) (7e0f0e1), closes #155
  • virtual_library: override default docsetting (#152) (a624456), closes #129

Performance Improvements

  • bluetooth: bluetooth now turns on faster when WiFi is initially off (#150) (d5183db)
  • optimize DRM detection by using database lookup instead of attempting to open the file (#169) (53f4942), closes #73
  • resume from suspend no longer refreshes virtual library this means that resuming from suspend is faster (#162) (787236e), closes #161