Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Releases: rowanmanning/audrey

v2.0.0-beta.18

25 Mar 15:05
Compare
Choose a tag to compare
v2.0.0-beta.18 Pre-release
Pre-release

What's Changed

Read more

v2.0.0-beta.17

24 Aug 23:03
Compare
Choose a tag to compare
v2.0.0-beta.17 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-beta.16...v2.0.0-beta.17

v2.0.0-beta.16

21 May 15:53
Compare
Choose a tag to compare
v2.0.0-beta.16 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0-beta.10...v2.0.0-beta.16

v2.0.0-beta.10

10 Jan 09:55
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release
  • Stop running daily tests
  • Move render and redirect middleware out of the app
  • Add last refresh date to feed lists
  • Bump nodemon from 2.0.6 to 2.0.7 (#35)
  • Bump sinon from 9.2.2 to 9.2.3 (#34)
  • Bump eslint from 7.16.0 to 7.17.0 (#33)
  • Include a link in the content if it's not HTML

v2.0.0-beta.9

24 Dec 12:31
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release
  • Handle null media types in enclosures
  • Migrate to Preact for views
  • Finish writing integration tests

v2.0.0-beta.8

20 Dec 10:12
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release
  • Fix a typo in the Heroku documentation (#25)
  • Reorganise the controllers
  • Reorganise the tests
  • Write more integration tests:
    • Entry test page
    • Settings page
    • Feed settings pages
  • Fix the daily feed tests
  • Add status badges to the README
  • Allow manual triggering of the daily tests
  • Include more information in the User-Agent header
  • Bump dompurify from 2.2.3 to 2.2.6 (#28)
  • Bump eslint from 7.15.0 to 7.16.0 (#29)

v2.0.0-beta.7

12 Dec 22:54
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release
  • Fix a bug with feeds not being populated
  • Add more integration tests
    • Add tests for pagination
    • Add tests for the bookmarks page
    • Add tests for original entry links
    • Add tests for the feed listing page
    • Add tests for refreshing all feeds
    • Add tests for entry marking
    • Add tests for the feed view page
    • Add tests for single feed refreshing
    • Add coverage reporting to integration tests
  • Bump got from 11.8.0 to 11.8.1 (#22)
  • [Security] Bump ini from 1.3.5 to 1.3.8 (#24)
  • Add the ability to export feeds as OPML
  • Add the ability to export bookmarked entries

v2.0.0-beta.6

10 Dec 00:03
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release
  • Revert "Add a hidden demo option (#19)" again
  • Add indexes to speed up some queries
  • Add new test feeds with enclosures
  • Overhaul pagination to avoid use of skip
  • Fix mark feed as read/unread
  • Remove unnecessary unit test run
  • Tweak styling of media in enclosures
  • Allow YouTube and Spotify embed iframes

v2.0.0-beta.5

09 Dec 00:28
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release
  • Add a link to entries to open a formatting issue
  • Make a start on the view entry page tests
  • Support audio, image, and video enclosures
  • Remove the image proxy now I know how CSP works
  • Remove some redundant classnames
  • Bump uuid from 8.3.1 to 8.3.2 (#17)
  • Add a hidden demo option to allow public demos (#19)

v2.0.0-beta.4

07 Dec 23:06
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release
  • Overhaul and tidy the way feeds are imported, making it more stable and well-tested
  • Add a guide for deploying to Glitch
  • Add integration tests for the subscribe page - an important User Journey™
  • Tests against real RSS and Atom feeds on a daily basis so we can spot if something drastic has changed
  • Bump eslint from 7.14.0 to 7.15.0 (#14)
  • Bump dompurify from 2.2.2 to 2.2.3 (#15)
  • Allow batch marking of a feed as read/unread