Releases: VerifiedJoseph/Save-to-the-Wayback-Machine
Releases · VerifiedJoseph/Save-to-the-Wayback-Machine
Version 5.4.6
Changes:
- Updated Spacetime timezone library to version 6.7.0.
Version 5.4.5
Changes:
- Updated Spacetime timezone library to version 6.6.4.
Version 5.4.4
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
Changes:
- Updated Spacetime timezone library to version 6.6.2.
Version 5.4.2 (2020-04-30)
Version 5.4.1
Changes:
- Removed extra circumflex (
^
) from URL regex in global.js
(4205706, #150)
Version 5.4.0
Additions:
- Added context menu items for opening archived versions of pages, links and images. (2f9efe8, #144)
Version 5.3.8
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
Changes:
- Updated
browser.tabs.query
callback in popup.js
to use the property pendingUrl
. (a64cf1e, #129)
Version 5.3.6
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)