Files
simplelogin-browser-extension/CHANGELOG
T

99 lines
2.2 KiB
Plaintext
Raw Normal View History

2020-06-24 13:15:16 +02:00
# Changelog
All notable changes to SimpleLogin Chrome/Firefox extension will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2022-05-20 16:09:35 +02:00
## [2.6.2] - 2022-05-20
- Fixed CI
2022-05-20 15:55:16 +02:00
## [2.6.1] - 2022-05-20
- Add version to settings page
- Improve the CI
2022-05-20 10:02:06 +02:00
## [2.6.0] - 2022-05-20
- Require previously optional permissions on install
- Improve the onboarding
- Update outdated packages
2021-10-28 20:12:56 +02:00
## [2.5.2] - 2021-10-28
Fix icon not displayed
2021-10-28 16:33:19 +02:00
## [2.5.1] - 2021-10-28
Provide additional size icons
2021-10-05 10:17:30 +02:00
## [2.5.0] - 2021-10-05
- Support create reverse-alias
- Improve UI
- Update dependencies
2021-08-03 16:41:57 +02:00
## [2.4.3] - 2021-08-03
- Support dot sign (.) in alias prefix
- Update some wordings, improve UI
2021-01-28 09:57:06 +01:00
## [2.4.2] - 2020-09-26
- Fix onboarding screen showing up on browser restart
2020-11-13 19:34:48 +01:00
## [2.4.1] - 2020-09-26
- Reduce display glitch on Firefox
2020-09-27 17:50:31 +02:00
## [2.4.0] - 2020-09-26
- Ctrl+Shift+S (or Cmd+Shift+S on MacOS) to open SimpleLogin pop-up
- Ctrl+Shift+X (or Cmd+Shift+X on MacOS) to create a random alias
- Fix window not displayed when a new alias is created
2020-09-07 14:16:05 +02:00
## [2.3.1] - 2020-09-07
- Fix the hostname issue
2020-09-05 20:04:36 +02:00
## [2.3.0] - 2020-09-05
- Better onboarding process
2020-09-03 19:48:38 +02:00
## [2.2.0] - 2020-09-03
- Fix Firefox overflow menu
- Better onboarding process
- Do not require tabs permission.
2020-08-21 23:13:18 +02:00
## [2.1.0] - 2020-08-21
- Improve error alert
2020-08-13 18:11:06 +02:00
## [2.1.0.0] - 2020-08-13 (Beta version)
- Right click to create alias
- Able to change alias from name, toggle PGP
- Able to choose alias's mailbox(es)
- UI improved
2020-07-30 17:39:05 +02:00
## [2.0.0.0] - 2020-07-30 (Beta version)
- Create alias via the SimpleLogin button displayed in the email field
2020-07-16 20:28:33 +02:00
## [1.10.0] - 2020-07-16
- Able to add and edit alias note
- Lots of UI touches 🎨
2020-07-12 11:21:11 +02:00
## [1.9.1] - 2020-07-12
- Take into account the case alias creation time is expired
2020-07-11 18:08:07 +02:00
## [1.9.0] - 2020-07-11
- Able to enable/disable an alias
- Able to delete an alias
2020-07-08 19:34:42 +02:00
## [1.8.0] - 2020-07-08
- Big refactoring to make the code more modulable
- Add some UI touches & fixes: log out button on top, navigation button, etc.
2020-07-04 19:49:29 +02:00
## [1.7.0] - 2020-07-04
You can now login with email/password!
2020-06-24 13:15:16 +02:00
## [1.6.0] - 2020-06-24
Handle 429 error.
Fix Firefox scroll bar