Releases: xc2/follow-it-later
v0.1.8
This is a patch release for csrf issue of calling Follow's APIs
What's Changed
API Usage Changes
Since this release, api.follow.is/auth/csrf has been added to the list of used APIs.
Follow does not currently validate the CSRF token, but it may do so in the future.
Please check the API list for all Follow APIs we use.
Full Changelog: v0.1.7...v0.1.8
Attestation
v0.1.7
New Features
When you send a page to your inbox, this extension will discover as many subscribable feeds as possible and add feed links at the beginning of the content, so that you could follow the related channel later in your Follow's inbox.
An example:
API Usage Changes
In this release, api.follow.is/discover
has been added to the list of used APIs.
Please check the API list for all Follow APIs we use.
What's Changed
Full Changelog: v0.1.6...v0.1.7
Attestation
v0.1.6
This is a fixing release. For latest feature changes, please see https://github.com/xc2/follow-it-later/releases/tag/v0.1.3
What's Changed
- fix: refreshed inbox list is not cached
- chore: disable use_dynamic_url as Chrome 130 is obviously not ready for it by @xc2 in #22
Full Changelog: v0.1.5...v0.1.6
Attestation Created
v0.1.5
This is a fixing release. For latest feature changes, please see https://github.com/xc2/follow-it-later/releases/tag/v0.1.3
What's Changed
- chore: bump deps for security reason by @xc2 in #19
- fix: empty inbox on activate by @xc2 in #20
- fix: loading toast is missing on production build by @xc2 in #21
Full Changelog: v0.1.4...v0.1.5
Attestation
v0.1.4
This is a fix release. For changelog, please see https://github.com/xc2/follow-it-later/releases/tag/v0.1.3
What's Changed
Full Changelog: v0.1.3...v0.1.4
Attestation
v0.1.3
What's New
Redesigned inbox list
All inboxes are now displayed directly, instead of being listed in a dropdown list. This simplifies the process of sending from the extension popup.
Default Inbox
You can now set a default inbox. Once you've done this:
- 1-Click to send a page: Clicking the extension icon will automatically send the current page to your default inbox.
- Send a page with context menu: An item titled "Sending to Inbox [DefaultInboxTitle]" will appear in the context menu.
In-Page Notification
When you send a page using methods other than the extension popup, an in-page notification will appear.
Extension Permission Change
- The extension now requires host permission for
https://api.follow.is/*
due to CORS. We will access the following APIs:/inboxes/list
/inboxes/webhook
We will keep updating the API list we use and will never access any APIs related to $Power.
Full Changelog: v0.1.2...v0.1.3
Attestation
v0.1.2
v0.1.1
v0.1.0
This is the first release of Follow it later.
What's Changed
- feat: PoC done by @xc2 in #1
- feat: icons, account login; chore: cleanup and prepare for release by @xc2 in #2
- fix: remove hash from chunk files by @xc2 in #3
- fix: vul deps by @xc2 in #4
- feat: guiding creating inbox; guiding feedback by @xc2 in #5
- fix: copy by @xc2 in #6
- ci: deploy by @xc2 in #7
Attestation Created
Full Changelog: https://github.com/xc2/follow-it-later/commits/v0.1.0