Skip to content

[Beta] 0.5.1

Choose a tag to compare

@fccview fccview released this 08 Mar 13:36
· 562 commits to main since this release


Join our discord community


Changelog

features

  • Add rotating proxy support for server side search
  • Update settings page to be more mobile friendly
  • Added two engines to the official store, they will serve as a good example on how to create custom engines with proxy support
  • Allow users to individually remove pre-existing rss urls in case they don't want to remove them all at once, and append to the current list when adding their own instead of overriding it

bugfixes

  • Actually proxy all image search results through the backend
  • Fix settings gate showing actual setting page for a second (it was gated, but due to dom manipulation the gate was slightly delayed, and that was a potential security concern, so I am now serving the setting ONLY if a valid token is present).