Skip to content

Releases: cibere/Flow.Launcher.Plugin.rtfm

v1.0.0a4

11 Jan 03:03
Compare
Choose a tag to compare
v1.0.0a4 Pre-release
Pre-release

v1.0.0

  • Query on root searches
  • Add support for libraries built with mkdocs
  • rewrite webserver
  • add doc presets for autohotkey, discord.dev, discord.sex, flowlauncher.com, lua, mdn, and qmk.
  • Add the ability to choose a custom port
  • Add an auto doctype option for the plugin to try and detect if it can index a doc
  • Add the ability to import/export settings

v1.0.0a3

11 Jan 01:19
Compare
Choose a tag to compare
v1.0.0a3 Pre-release
Pre-release

v1.0.0

  • Query on root searches
  • Add support for libraries built with mkdocs
  • rewrite webserver
  • add doc presets for autohotkey, discord.dev, discord.sex, flowlauncher.com, lua, mdn, and qmk.
  • Add the ability to choose a custom port
  • Add an auto doctype option for the plugin to try and detect if it can index a doc
  • Add the ability to import/export settings

v1.0.0a2

10 Jan 06:23
Compare
Choose a tag to compare
v1.0.0a2 Pre-release
Pre-release

v1.0.0

  • Query on root searches
  • Add support for libraries built with mkdocs
  • rewrite webserver
  • add doc presets for autohotkey, discord.dev, discord.sex, flowlauncher.com, lua, mdn, and qmk.
  • Add the ability to choose a custom port
  • Add an auto doctype option for the plugin to try and detect if it can index a doc
  • Add the ability to import/export settings

v1.0.0a

09 Jan 06:05
Compare
Choose a tag to compare
v1.0.0a Pre-release
Pre-release

v1.0.0a

  • Query on root searches
  • Add support for libraries built with mkdocs
  • rewrite webserver
  • add doc presets for autohotkey, discord.dev, discord.sex, flowlauncher.com, lua, mdn, and qmk.
  • Add the ability to choose a custom port
  • Add an auto doctype option for the plugin to try and detect if it can index a doc
  • Add the ability to import/export settings

v0.2.1

06 Jan 04:25
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.