Skip to content

Bugfixes and user configurability improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@Anodynous Anodynous released this 21 Mar 09:53
· 75 commits to main since this release

Added

  • This CHANGELOG file.
  • User configurable bluetooth device name using main.plugins.plover_link.bt_device_name.
  • User configurable list of bluetooth mac addresses, in order of priority, to auto-connect to using main.plugins.plover_link.bt_autoconnect_mac.
  • User configurable option to clear eINK display at shutdown using ui.display.clear_at_shutdown.
  • User configurable wpm calculation method using main.plugins.plover_link.wpm_method.
  • User configurable wpm update frequency and calculation window in seconds using main.plugins.plover_link.wpm_timeout.
  • More variety in mood indicators on common events.
  • Requirements file.

Changed

  • Improved installation guide and documentation in README.
  • All functionality in buttonshim plugin reworked into class for better integration with the project.
  • More consistent logging messages.
  • Stenogotchi_link version upgrade to v0.0.4.

Fixed

  • Reboot after initial setup or hostname change not working.
  • Wifi status not showing as [OFF] if wifi is disabled at boot.
  • Mode not changing to STENO when Plover becomes operational.
  • All button press events not producing logging messages.
  • Dependencies for stenogotchi_link Plover plugin corrected in setup.cfg.