Skip to content

Latest commit

 

History

History
403 lines (205 loc) · 16.8 KB

CHANGELOG.md

File metadata and controls

403 lines (205 loc) · 16.8 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

6.0.0 (2024-05-28)

⚠ BREAKING CHANGES

  • browser versions older than Chrome 123, Edge 123, Opera 109 and Safari 16.4 are no longer supported

Features

  • upgrade to Manifest V3 in Chrome (45a3638)

5.0.0 (2023-11-06)

⚠ BREAKING CHANGES

  • browser versions older than Firefox 115 are no longer supported

Features

  • search on WebCite (d4e653d)
  • use non-persistent background page in Firefox (b629343)

Bug Fixes

  • improve new tab setup (76f60b6)
  • improve platform detection (d65ec42)
  • set initial browser action popup height in Safari (f738727)

4.1.0 (2023-07-16)

Features

Bug Fixes

  • apply context menu visibility option (6956486)
  • prevent duplicate context menu items (df7c7ce)
  • remove Gigablast (8f6b228)
  • update action toolbar (f65a652)
  • update dependencies (de52216)
  • update Yandex search (ecc38da)

4.0.0 (2023-02-02)

⚠ BREAKING CHANGES

  • browser versions older than Chrome 92, Edge 92, and Opera 78 are no longer supported

Features

  • Dark theme is now supported
  • migrate to Vuetify (096567a)

Bug Fixes

3.1.0 (2022-01-15)

Features

3.0.2 (2022-01-06)

Bug Fixes

3.0.1 (2022-01-04)

Bug Fixes

  • configure browser action event listener (4a05858)

3.0.0 (2022-01-04)

⚠ BREAKING CHANGES

  • browser versions older than Chrome 83, Edge 83, Firefox 91 and Opera 69 are no longer supported

Features

  • add option for hiding search engine icons (c65f946)
  • add support for Safari and Samsung Internet (d7cd2ef)
  • search on Mail.ru and Yahoo (c67a561)

2.1.1 (2020-09-22)

Bug Fixes

  • comply with the description length limit on the Microsoft Store (2d775d2)

2.1.0 (2020-09-22)

Features

  • add support for Firefox Daylight (7440eec)
  • support Chrome Incognito (a1cecce)

Bug Fixes

  • disable page action on Android (296b75a)
  • increase favicon size (8851280)
  • load desktop site of Yandex, Sogou, Baidu, Naver and Yahoo Japan on mobile (a74a72a)
  • remove legacy browser check (ebb4f81)
  • set desktop user agent for Qihoo on Android (a4b5d92)
  • update engines and rework script injection (fc580a6)
  • update Yandex (952feff)

2.0.1 (2019-12-19)

Bug Fixes

  • better align select component (54c924f)
  • flip button positions (a19c16c)

2.0.0 (2019-12-15)

⚠ BREAKING CHANGES

  • browser versions before Chrome 76, Firefox 68 and Opera 63 are no longer supported

Features

  • add overflow menu with links for options and website (e44c6e7)
  • rename project to Web Archives (8ed68d0)

Bug Fixes

  • reference appropriate storage (e78fb74)
  • set parent tab for search results opened in new tabs (94f9fb0), closes #14

1.8.0 (2019-09-07)

Bug Fixes

  • do not encode URL for Archive.is (e222485), closes #12
  • do not encode URL for Wayback Machine (ab2f19b)

Features

  • new engines for listing all versions on Wayback Machine and Archive.is (9f389db), closes #11

1.7.2 (2019-08-25)

1.7.1 (2019-06-25)

1.7.0 (2019-05-24)

Features

1.6.1 (2019-05-15)

Bug Fixes

  • remove URL hash only for Wayback Machine (7567aaf), closes #7

1.6.0 (2019-05-11)

Bug Fixes

  • remove URL hash before search (1ebf421), closes #7

Features

  • change license to GPLv3 (f950b0a)
  • update dependencies and refresh user interface (bb3407d)

1.5.3 (2018-07-12)

1.5.2 (2018-06-29)

Bug Fixes

  • use https to load search results (aec0966), closes #1

1.5.1 (2018-05-01)

Bug Fixes

  • set default background color (4195ff0), closes #2

1.5.0 (2018-04-30)

Bug Fixes

  • add labels for select components and change options layout (a82c480)
  • update Archive.is logo (3982a1f)

Features

  • show search engine icons in context menu (d5b3f16)

1.4.3 (2018-03-07)

Bug Fixes

  • link to latest Archive.is copy directly (15b62e5)
  • update dependencies (178a076)
  • update gigablast cache link selector (68bc5d6)

1.4.2 (2018-01-03)

Bug Fixes

  • adjust spacing between popup header items (d7057bc)
  • reduce size of imported background code (3b80722)
  • update mdc ripple class (7a66046)

1.4.1 (2018-01-01)

Bug Fixes

  • action popup sizing (54838f2)
  • workaround for popup rendering issue on Firefox (2f1e239)

1.4.0 (2017-12-30)

Bug Fixes

  • add contribPageLastOpen (56955c5)
  • decrease space between popup header items on small displays (1f85125)
  • do not set min-width for small screens (ae84bda)
  • do not show page action on server error by default (34215bf)
  • handle list overflowing on small screens (fcf18cc)
  • minimize draggable surface for search engine options (0efe71b)
  • vertically center popup buttons (bb6f88e)

Features

1.3.0 (2017-12-14)

Bug Fixes

  • set favicon for options and action pages (2d836f4)
  • use svg icon for settings button (f1b7593)
  • validation for FTP URLs (e6e6af4)

Features

  • support Firefox for Android (d7a30db)

1.2.0 (2017-09-28)

Bug Fixes

  • call yarn install instead of upgrade after package.json change (712baac)
  • ensure correct input font size (06a8c6c)
  • import theme and typography mixins instead of CSS (c45f3db)
  • inline CSS not needed anymore, upstream fix (d03a58c)
  • move page title template into locale message (4062db9)

Features

  • search for a custom URL (d2de944)

1.1.2 (2017-09-12)

Bug Fixes

  • apply custom locale messages to chrome target (f381d50)

1.1.1 (2017-09-12)

Bug Fixes

  • Chrome Web Store description must be 132 characters or less (27b3de8)

1.1.0 (2017-09-12)

Bug Fixes

  • Google Cache text-only name (ac52aec)
  • prevent navigation to a different URL when the exact match is not the first result (3c66f9a)
  • switch to common names for widget locations (dfa8865)
  • use compressed style in option names (358b336)
  • use full name for browser toolbar (3e9893b)

Features

  • ignore URL scheme while searching for a match (6a9846b)
  • set options page title (2cffbe2)
  • support Chrome and Opera (b1c3537)
  • use scope hoisting in production (f4fbc4c)

1.0.0 (2017-08-16)

  • Add .babelrc for content scripts (4053c36)
  • Add content (59bd1a6)
  • Add workaround for Bugzilla@Mozilla#1290016 (78fe0cc)
  • Prepare 1.0.0 release (e5cd9db)
  • Prevent FOUC (981e668)
  • Remove unused font file (da0144a)
  • Search for lastFocusedWindow instead of currentWindow (37e4946)
  • Show cursor pointer when hovering above action popup buttons (02c2d4b)
  • Simplify yahoo node selector (aae34a0)
  • Style fix (b74de1f)