Skip to content

Releases: tubearchivist/browser-extension

v0.3.0

11 May 15:12
9ba90e4
Compare
Choose a tag to compare

Added

  • Added compatibility with deArrow extension, by @farcaller

Changed

  • Changed cookie building to limit to main domains, #22

Fixed

  • Fixed regression checking video availability on Watch page, by @ritiek
  • Fixed channel page button injection selector

v0.2.2

10 Nov 04:32
6a990ba
Compare
Choose a tag to compare

Added

  • Added better logging for TA server connection failure
  • Added download button to shorts videos in search results and sub pages
  • Added URL and API key temporary storage to persist while entering, by @bakkot

Changed

  • Changed the screenshots to represent the current state, by @pairofcrocs
  • Changed video download button to be slightly smaller, less interfere with the YT interface
  • Changed styling of subscribe button to be aligned with YT's layout, by @gautamkrishnar

Fixed

  • Fixed a race condition where the channel button would not refresh properly, by @bakkot
  • Fixed a race condition for video recommended link building not refreshing in time
  • Fixed video ID parsing for links with additional query parameters

v0.2.1

21 Sep 10:41
c3303a4
Compare
Choose a tag to compare

Fixed

v0.2.0

03 Sep 06:04
fd87615
Compare
Choose a tag to compare

Project updates

  • Requires Tube Archivist v0.4.1 for API compatibility

Added

  • Added functionality to check if video exists in TA, download or open directly in TA
  • Added check subscribe status for channels
  • Added video download button for video in playlist

Changed

  • Changed video download button location to append to title, fixing #16 and #19
  • Changed behavior to clear buttons on URL change

v0.1.4

13 May 13:56
8cad2bc
Compare
Choose a tag to compare

Added

  • Added checkbox to optionally auto start download when added.
  • Needs Tube Archivist v0.3.6+ for API compatibility

v0.1.3

02 Mar 12:46
144dda3
Compare
Choose a tag to compare

Added

  • Added error messages and feedback to the popup, by @bakkot

Changed

  • Changed positioning and sizing of download buttons slightly

Fixed

  • Fixed alignment of channel buttons

v0.1.2

14 Jan 02:25
9de3d65
Compare
Choose a tag to compare

Notes

  • This is depended on Tube Archivist v0.3.1 for compatibility with the shorts videos

Added

  • Added download buttons on shorts videos

Changed

  • Changed video hover area to cover whole video to show button, by @bakkot

v0.1.1

02 Dec 07:28
1d8dda3
Compare
Choose a tag to compare

Fixed

  • Fixed https url parsing error, by @bakkot
  • Fixed button overlap for video pages, #10

v0.1.0

30 Nov 01:27
030fb2d
Compare
Choose a tag to compare

Project update

This is basically a rewrite and fundamentally changes how this extension works.

Notable changes:

  • Download and subscribe buttons now get directly injected into the YouTube page
  • On video pages, e.g. /watch you'll see a download / subscribe button to download that video or subscribe to that channel.
  • On channel pages you will see a download / subscribe button to download every video from that channel or subscribe to that channel
  • Throughout the interface, hover over the top left of the thumbnail to reveal a download button for that video.
  • On the extension popup the URL field now holds the complete url including protocol and port. Protocol falls back to http:// if not specified and port to 80/443 if not specified, by @bakkot

v0.0.3

03 Jul 10:00
dfb0330
Compare
Choose a tag to compare

Added

  • Added YouTube cookie sync to Tube Archivist

Changed

  • Changed permissions, your browser will ask for cookie permissions before updating

Fixed

  • Fixed link validation regex to ignore non relevant links
  • Fixed question link to point to the GitHub repo