Releases: Purexo/FreshRSS-Notify
Releases · Purexo/FreshRSS-Notify
Security Update
Fix - Upgrade bootstrap and jQuery
Upgrade external library for matching with Firefox policies :
- bootstrap => v4.3
- jQuery => 3.3.30
Use of minified libs for performances loading, and no more include .map and not minified lib for lighten web-extension
Bugfix - Avoid unnecessary call to API
Open panel should not be freezing now, when API is called for ask 0 item
Localize Options
- Localize Options
- bugfix when limit feeds >= unreads
Firefox Store Release
Release on Firefox store
- Add extension icon
- Fix unread counter when swap a rss item
WebExtension Release
After so many times (2.5 years last release, 1.75 last batch of commits for web-extension)
I release this early version of FreshRSS-Notify.
It's not so far from last release but it's a complete rewrite for web-extension
It's working but probably a bit bugged and i plan to rewrite the front (abandon jQuery and Bootstrap for Vue and Tailwind)
Enjoy of it's pre-release
The Hotfixed Graphical Epic User Experience Version
2.1.2 :
- Bugfix :
- update badge color next to read/unread an item in panel.
The Graphical Epic User Experience Version
2.1.1
- Bugfix :
- hardcode add some unlogical when open FreshRSS instance ('/p/i') with new url system, we don't need to add this
- use local img instead hotlink FreshRSS Logo
- all imported link (from rss stream) are now target _blank
- Code :
- use querySelector insteal getElement...
- use $ for document.querySelector and $$ for document.querySelectorAll
- Improvements :
- The Addon can unload EventListener when shutdown/desactivate
- parser and sanitizer work well, but should use innerHTML twice, really don't have choice.
- Now with innerHTML, I don't have any bug with pictures or link who don't appear.
- replace some text in panel to icon.
- Add .jpmignore (don't package useless assets)
The Compatible Epic User Experience Version
2.1.0
- Bugfix :
- Link in panel are now all target _blank
- Compatibilities
- /!\ breaking changes :
- Now, APIUrl should be absolute and point to API Folder (http://example.com/FreshRSS/p/api/)
- Don't Forget to set this
- Now, APIUrl should be absolute and point to API Folder (http://example.com/FreshRSS/p/api/)
- /!\ breaking changes :
The Click-O-Tron Epic User Experience Version
- Code Improvement :
- use exports.main and onUnload on Addon (thx @ZatsuneNoMoku)
- use EventListener instead onClick attribute
- in content script : use let instead var
- Fonctionalities
- Can now click on image to switch item state (read/unread)
- it will call api and update item
- Can now click on image to switch item state (read/unread)