Skip to content

Releases: VerifiedJoseph/Save-to-the-Wayback-Machine

Version 5.4.6

26 Oct 17:38
1f522cd
Compare
Choose a tag to compare

Changes:

  • Updated Spacetime timezone library to version 6.7.0.

Version 5.4.5

02 Oct 15:00
3b5e56f
Compare
Choose a tag to compare

Changes:

  • Updated Spacetime timezone library to version 6.6.4.

Version 5.4.4

31 Aug 17:43
263bce4
Compare
Choose a tag to compare

Changes:

  • Use HTTP POST method when making requests to Wayback Availability API. (933752, #161)
  • Updated Spacetime timezone library to version 6.6.3.

Version 5.4.3

31 Jul 14:51
a4899ae
Compare
Choose a tag to compare

Changes:

  • Updated Spacetime timezone library to version 6.6.2.

Version 5.4.2 (2020-04-30)

17 May 17:01
Compare
Choose a tag to compare

Changes:

Version 5.4.1

07 Mar 17:46
Compare
Choose a tag to compare

Changes:

  • Removed extra circumflex (^) from URL regex in global.js (4205706, #150)

Version 5.4.0

18 Feb 12:39
6c6b137
Compare
Choose a tag to compare

Additions:

  • Added context menu items for opening archived versions of pages, links and images. (2f9efe8, #144)

Version 5.3.8

24 Dec 13:27
36606d1
Compare
Choose a tag to compare

Additions:

  • Added HTTP status code 410 to array httpStatusCodes in global.js (b9af187, #132)

Changes:

  • Updated URL regex to allow any character in paths in global.js (817f2ff, #133)
  • Removed path capture from URL regex in global.js (817f2ff, #133)
  • Increased width of popup buttons (button.popup) by 2px in popup.css (59afbb1, #131)

Version 5.3.7

18 Dec 18:28
0913578
Compare
Choose a tag to compare

Changes:

  • Updated browser.tabs.query callback in popup.js to use the property pendingUrl. (a64cf1e, #129)

Version 5.3.6

10 Dec 18:25
04dfa99
Compare
Choose a tag to compare

Additions:

  • Added error handling for Wayback Machine error LiveWebCacheUnavailableException (c5b5ad6, #121)

Changes:

  • Minor update to improve user experience in option.html (c2894e2, #118)
  • Replaced if statement with a switch for event listener callback in options.js (d6284a6, #120)
  • Increased width of popup window by 2px in popup.css (0473836, #123)
  • Increased width of small buttons by 1px in base.css (54a68bc, #124)
  • Use dot notation in function getResponse() in request.js (6b8ead8, #126)

Fixes:

  • Fixed typo in _locales/en/messages.json (0609125, #122)
  • Fixed select drop-down and buttons not aligning in options.html (ed640bf , #117)