Skip to content

Releases: shgysk8zer0/awesome-rss

Update German & Russian localization

04 Mar 17:41
v1.2.3
354b6c1
Compare
Choose a tag to compare
  • Update German localization (@xyrolaith)
  • Update Russian localization (@turisap)
  • Add translators section to README
  • Update contributing guidelines
  • Update donations section in README

Fix resetting options

01 Mar 20:25
v1.2.2
afdffc9
Compare
Choose a tag to compare
  • Add message handler to set all options to default
  • Update options form resetting to set all options to default
  • After form reset, update form values from storage

Enable localization of options/preferences page

01 Mar 09:20
v1.2.1
b206d15
Compare
Choose a tag to compare
  • Add markup to options form
  • Add JavaScript handlers for data-locale-* attributes
  • Update English locale as example
  • Update README with PayPal donation link

Add support for Feedly

14 Nov 12:10
v1.2.0
a0f3b6a
Compare
Choose a tag to compare
  • Add support for Feedly
  • Add green RSS icon and set as icon option
  • Add options to pick feed service
  • Add dedicated function to open feeds
  • Add message handler to use openFeed to open feeds
  • Pass params via message to background.js to open feeds
  • Add ability to convert URL to Feedly format
  • Update storage on update to set default feed service (RSS)

Handle disabled state

10 Nov 07:41
v1.1.3
4ffc39c
Compare
Choose a tag to compare

Handle upcoming issue with visibility in 58
In Firefox 58, pageAction.hide will disable button instead of
hide it. Since, at least for now (or then), this will cause
confusion, implement the following:

  • Add new messages for "Unavailable"
  • Set title using this message
  • Add new icon with opacity of 0.3 for disabled state
  • Use these for title & icon by default when scanning
  • Update title and icon if feed found

Temporarily disable animations

28 Oct 22:24
v1.1.2
ac2afc6
Compare
Choose a tag to compare
  • Remove animation class from <template>s
  • Add CSS linting
  • Do not include Rollup.js config file when building add-on

Switch to using synced storage

27 Sep 09:14
v1.1.1
b20d510
Compare
Choose a tag to compare
  • Switch to using using browser.storage.sync instead of browser.storage.local
  • Add preferences migration script

More customizable

27 Sep 08:40
v1.1.0
Compare
Choose a tag to compare
  • Allow setting color and font size & family
  • Allow selecting template to use
  • Allow setting background color & image
  • Allow setting padding & margins
  • Set styles using CSS custom properties
  • Update default options
  • Add update script
  • Organize resources

Provide install / update script with default options

27 Sep 00:07
v1.0.2
Compare
Choose a tag to compare
  • Implement install/update script
  • Create function to apply options changes based on previous version(s)
  • Set icons by object keys instead of paths to avoid invalid paths
  • Set default options on first installation
  • Remove outdated form labels / notes for options

Fix incorrect icons

26 Sep 11:35
v1.0.1
Compare
Choose a tag to compare
  • Update values for options form
  • Update defaultIcon
  • Fixes #41