Releases: cibere/Flow.Launcher.Plugin.rtfm
Releases · cibere/Flow.Launcher.Plugin.rtfm
v1.0.0a4
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
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
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
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
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
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
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
v0.1.1
- Fix bug where the plugin doesn't properly handle the close request from flow
v0.1.0
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
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.