Releases: fccview/degoog
Releases · fccview/degoog
[Beta] 0.5.5
Changelog
features
- Allow plugin scripts to run on homepage too
[Beta] 0.5.4
Changelog
features
- Allow theme configurations
bugfixes
- Fix flicker when theme is not set to your device preferences
- Fix setting password being always in light mode
[Beta] 0.5.3
Changelog
features
- Update rss to have a better structure
- Disabling the rss pluigin removes rss from the home page
- Add natural language to plugins (e.g.
!speedtestalso works withspeedtest). it's a setting in each plugin, so you only enable it if you want to. - Add unit tests before this gets too big, so we can make sure things work well
- Add
at-a-glancehook for slot plugins, so it can be overridden with anything
[Beta] 0.5.1
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).
[Beta] 0.5.0
Changelog
bugfix
- Remove rss feeds from homepage if rss feeds are disabled
- Add versioning to static files so PWA refreshes css
features
- Add search input plugin type to append items to the searchbar (e.g. voice input, reverse image search and so on)
- Add middleware plugin type to create stuff like SSO to access settings via plugin
- Add full documentation: https://fccview.github.io/degoog/
[Beta] 0.4.1
[Beta] 0.4.0
Changelog
features
- Add store tab to settings to easily install third party plugins/themes/engines
- Add official store repository with plugins/theme I made myself, which will be pre-installed on repos, this will allow users to easily view how customisations work from the get go.
[Beta] 0.3.0
Changelog
features
- Update the way plugin work, they now are folders with its own css/html/js files, this way people have way more freedom and can develop literally anything for it
- Add rss feed to mobile homepage
- Update weather and tmdb plugins, they will need to be re-added from scratch to your instances and tmdb uses a different api key now, sorry, beta makes things a bit more unstable than they normally would be.
- Make it a PWA because why the hell not