Skip to content

Releases: cibere/Flow.Launcher.Plugin.rtfm

v0.2.1

06 Jan 04:25

Choose a tag to compare

v0.2.1

  • Request unused port for the webserver instead of hardcoding a default and iterating until an unused port is found

v0.2.0

06 Jan 00:35

Choose a tag to compare

v0.2.0

  • redo offline docs instructions
  • Add the ability to have "live" lookups (disable the usage of a cache for a library)
  • rewrite the settings code to store your libraries in a libraries.pickle file, away from the standard flow plugin setting.
    • on startup, check for libraries stored the pre-0.2.0 way, and if found, move them to the pickle file.
  • make the file not found error to be more human readable
  • Allow local docs without the need to use file protocol urls
    • Convert file protocol urls to normal paths for backward compatibility
  • If the default port (2907) is taken, increment until an available one is found

v0.1.2

30 Dec 21:15

Choose a tag to compare

v0.1.2

  • Implement a temperary solution to Flow-Launcher/Flow.Launcher#3112
  • Add the ability to browse local docs through the settings webserver
    • Use this when generating URLs to fix problem with url fragments
  • Update instructions on webserver

v0.1.1

28 Dec 06:17

Choose a tag to compare

v0.1.1

  • Fix bug where the plugin doesn't properly handle the close request from flow

v0.1.0

27 Dec 00:56

Choose a tag to compare

v0.0.3

  • Add an Open Log File result to context menus
  • Add an Open Log File result to settings handler's response
  • Support local documentation
  • Restructure Backend
  • Simultaneously cache libraries to speed up the caching process
  • Redo the way icons are fetched
    • If ImageMagick is installed and the library has no icon, use the plugin's icon instead.
    • If ImageMagick is not installed, image is still fetched. Google's API url is only used if the fetched image is an svg.
  • Update the webserver template to include some instructions

v0.0.2

26 Dec 08:41

Choose a tag to compare

v0.0.2

  • Fix bug where root lookup handlers did not trigger
    • Fix root lookup handler result not having an icon
  • Fix bug where caching all libraries fails if a single one does not return a 200 status code
  • Fix bug where an invalid objects.inv file results in a normal notification being sent, not an error message.

v0.0.1

17 Dec 05:59

Choose a tag to compare

are you gunna work this time