Skip to content

Releases: xc2/follow-it-later

v0.1.8

23 Oct 14:48
@xc2 xc2
Compare
Choose a tag to compare

This is a patch release for csrf issue of calling Follow's APIs

What's Changed

  • chore: add csrf token to follow's post requests by @xc2 in #25

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

17 Oct 14:37
@xc2 xc2
e43125c
Compare
Choose a tag to compare

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

  • feat: add discovered subscribe links at the beginning of the article content by @xc2 in #23

Full Changelog: v0.1.6...v0.1.7

Attestation

v0.1.6

17 Oct 07:48
@xc2 xc2
Compare
Choose a tag to compare

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

16 Oct 15:06
@xc2 xc2
c06c364
Compare
Choose a tag to compare

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

15 Oct 17:01
@xc2 xc2
1aea11a
Compare
Choose a tag to compare

This is a fix release. For changelog, please see https://github.com/xc2/follow-it-later/releases/tag/v0.1.3

What's Changed

  • fix: duplicate context menu item by @xc2 in #18

Full Changelog: v0.1.3...v0.1.4

Attestation

v0.1.3

15 Oct 16:27
@xc2 xc2
cec45d9
Compare
Choose a tag to compare

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. 1-Click to send a page: Clicking the extension icon will automatically send the current page to your default inbox.
  2. 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.

image
image
image
image

Full Changelog: v0.1.2...v0.1.3

Attestation

v0.1.2

08 Oct 12:32
@xc2 xc2
6d22b91
Compare
Choose a tag to compare

v0.1.1

08 Oct 11:20
@xc2 xc2
e8d6c1c
Compare
Choose a tag to compare

What's Changed

  • fix: query the correct active tab by @xc2 in #8
  • feat: eager discover readable content by @xc2 in #9

Attestation Created

Full Changelog: v0.1.0...v0.1.1

v0.1.0

08 Oct 10:02
@xc2 xc2
cafd254
Compare
Choose a tag to compare

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