-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
CHANGELOG
146 lines (95 loc) · 3.07 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# 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]
## [3.0.6] - 2024-09-04
- Fix onboarding on Safari
## [3.0.1-3.0.4] - 2024-04-11
- Automate firefox review assets
## [3.0.0] - 2024-04-11
- Use Manifest v3
## [2.11.1] - 2024-02-22
- Fix alias list not displaying on Mac
## [2.11.0] - 2024-02-15
- Fix upgrade button not working
- Prepare the Safari extension
- Enforce the reverse alias limit
## [2.10.2] - 2023-09-18
- Use internal Sentry
## [2.10.0] - 2023-07-05
- Fix sl-button class conflict
## [2.9.2] - 2022-11-10
- Updated gecko ID for Firefox
## [2.9.1] - 2022-11-10
- Support dark and OS theme
- Support communication with future Mac app
## [2.7.0] - 2022-08-02
- Add "Login with Proton"
- Show user info on app settings page
- Remove tabs permission
- Fix the "create totally random alias" button includes hostname in alias
- Upgrade dependencies
## [2.6.3] - 2022-05-20
- Remove cookies permission
## [2.6.2] - 2022-05-20
- Fixed CI
## [2.6.1] - 2022-05-20
- Add version to settings page
- Improve the CI
## [2.6.0] - 2022-05-20
- Require previously optional permissions on install
- Improve the onboarding
- Update outdated packages
## [2.5.2] - 2021-10-28
Fix icon not displayed
## [2.5.1] - 2021-10-28
Provide additional size icons
## [2.5.0] - 2021-10-05
- Support create reverse-alias
- Improve UI
- Update dependencies
## [2.4.3] - 2021-08-03
- Support dot sign (.) in alias prefix
- Update some wordings, improve UI
## [2.4.2] - 2020-09-26
- Fix onboarding screen showing up on browser restart
## [2.4.1] - 2020-09-26
- Reduce display glitch on Firefox
## [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
## [2.3.1] - 2020-09-07
- Fix the hostname issue
## [2.3.0] - 2020-09-05
- Better onboarding process
## [2.2.0] - 2020-09-03
- Fix Firefox overflow menu
- Better onboarding process
- Do not require tabs permission.
## [2.1.0] - 2020-08-21
- Improve error alert
## [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
## [2.0.0.0] - 2020-07-30 (Beta version)
- Create alias via the SimpleLogin button displayed in the email field
## [1.10.0] - 2020-07-16
- Able to add and edit alias note
- Lots of UI touches 🎨
## [1.9.1] - 2020-07-12
- Take into account the case alias creation time is expired
## [1.9.0] - 2020-07-11
- Able to enable/disable an alias
- Able to delete an alias
## [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.
## [1.7.0] - 2020-07-04
You can now login with email/password!
## [1.6.0] - 2020-06-24
Handle 429 error.
Fix Firefox scroll bar