Skip to content

Releases: shgysk8zer0/awesome-rss

New translations and auto-save changed options

26 Sep 08:47
v1.0.0
Compare
Choose a tag to compare
  • Add new translations
  • Update preference on change instead of submit/save
  • Update icon on all tabs when icon option is changed
  • Increase icon sizes

Make async & add option to control opening feeds

22 Sep 22:06
v0.4.1
Compare
Choose a tag to compare

Add option in settings to control opening feeds in:

  • Current tab
  • New tab
  • New window

List of significant changes made

  • Add openFeed to options.html
  • Control opening feeds based on this preference
  • Make all Promise handling use async/await

Add options page to pick icon

22 Sep 19:16
v0.4.0
Compare
Choose a tag to compare
  • Add Form for options page
  • Add storage permission (required to save settings)
  • Add JavaScript to update storage on options form submission
  • Add options_ui
  • Add ability to choose from 3 icons

Update subscriptions on navigation

22 Sep 04:38
v0.3.3
Compare
Choose a tag to compare
  • Add webNavigation permission (required to watch for navigation) bug #25
  • Remove activeTab permission
  • Create tab for feed to prevent opening in window
  • Update screenshot

Construct using `<template>`s

21 Sep 14:28
v0.3.2
4724105
Compare
Choose a tag to compare
  • Rewrite to use <template>s to make maintaining easier
  • Add slight animation on popup

Translation (cs), messaging, & contributor

21 Sep 10:25
v0.3.1
9afc6cf
Compare
Choose a tag to compare
  • Make localizable and add Czech (cs) translation
  • Reduce unnecessary messaging
  • Add @MikkCZ MikkCZ as contributor

Match popup style

21 Sep 09:16
v0.3.0
c3f9d4d
Compare
Choose a tag to compare
  • Update popup to match Firefox popups style
  • Update all tabs on first load

Special thanks to @MikkCZ

Handle multiple subscription options

17 Sep 20:06
v0.2.0
27cae70
Compare
Choose a tag to compare
  • Add HTML document for popup
  • Construct feeds by passing JSON in URLSearchParams
  • Add Content-Security-Policy, only allowing 'self'
  • Improve build script by updating ignore param
  • Fix link to AMO users in README
  • Add Gitter notifications in Travis-CI config

Update icons

09 Sep 23:53
v0.1.3
16fc088
Compare
Choose a tag to compare

Fix missing tab data

09 Sep 16:35
v0.1.1
6f47480
Compare
Choose a tag to compare

Was not storing tab info, so attempts to open feed
for tab would fail.