Skip to content

The Graphical Epic User Experience Version

Compare
Choose a tag to compare
@Purexo Purexo released this 05 Jan 07:37
· 77 commits to master since this release

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)