1# Changelog
2All notable changes to this project will be documented in this file.
3
4## 6.2.0 – 2021-12-01
5### Added
6- Nextcloud 23 support
7### Changed
8- New and updated translations
9- Updated dependencies
10
11## 6.1.0 – 2021-06-24
12### Added
13- Nextcloud 22 support
14### Changed
15- New and updated translations
16- Updated dependencies
17
18## 6.0.0 – 2021-01-25
19### Added
20- Nextcloud 21 support
21### Changed
22- New and updated translations
23- Updated dependencies
24### Removed
25- Nextcloud 18-20 support
26
27## 5.0.0 – 2020-08-26
28### Added
29- Nextcloud 20 support
30### Changed
31- New and updated translations
32- Updated dependencies
33### Removed
34- Nextcloud 17 support
35
36## 4.1.3 – 2020-03-19
37### Changed
38- New and updated translations
39- Updated dependencies
40
41## 4.1.2 – 2020-01-07
42### Changed
43- New and updated translations
44- Updated dependencies
45
46## 4.1.1 – 2019-12-12
47### Changed
48- New and updated translations
49- Updated dependencies
50### Fixed
51- JavaScript vulnerabilities in `mem` and `serialize-javascript` dependencies
52
53## 4.1.0 – 2019-12-02
54### Added
55- Nextcloud 18 support
56- php7.4 support
57### Changed
58- New and updated translations
59- Updated dependencies
60
61## 4.0.0 – 2019-08-26
62### Added
63- Ability to set up during login
64### Changed
65- New and updated translations
66### Removed
67- Nextcloud 16 support
68
69## 3.0.1 – 2019-08-07
70### Fixed
71- Numeric overflow on 32bit php installations
72
73## 3.0.0 – 2019-08-06
74### Added
75- Nextcloud 17 support
76### Fixed
77- Updated `lodash` vulnerability
78### Changed
79- Updated translations
80- Updated dependencies
81### Removed
82- Nextcloud 15 support
83
84## 2.1.2 – 2019-03-07
85### Fixed
86- Initial migration for outdated database schemas
87- App name typo
88### Changed
89- Updated translations
90- Updated dependencies
91
92## 2.1.1 – 2019-02-12
93### Fixed
94- IE11 compatibility
95- Updated vulnerable `lodash` dependency
96- Fixed old settings page registrations causing log spam
97- Packaging of .git directory inside `vendor`
98
99## 2.1.0 – 2018-12-12
100### Added
101- Ability to disable provider via `occ twofactor:disable <uid> totp`
102- Support for Nextcloud 16
103- Support for php 7.3
104- New and updated translations
105### Fixed
106- Password confirmation on IE and other outdated browsers
107- Removed unused assets in release tarball
108
109## 2.0.1 – 2018-11-19
110### Fixed
111- Handle/log rejected password confirmation
112### Changed
113- New and updated translations
114
115## 2.0.0 – 2018-11-09
116### Added
117- Nextcloud 15 support
118- New personal settings page (consolidated with other 2FA providers)
119### Removed
120- Nextcloud 14 support
121
122## 1.5.0 – 2018-08-02
123### Added
124- Nextcloud 14 support
125### Changed
126- App requires php7+
127### Fixed
128- Provider registration (requires Beta 2+)
129
130## 1.4.1 – 2018-01-09
131### Added
132- New and updated translations
133
134## 1.4.0 – 2017-12-13
135### Added
136- Nextcloud 13 support
137- Php7.2 support
138- Translations
139### Fixed
140- List settings in security section
141- Remove whitespaces from OTP code
142
143## 1.3.1 – 2017-08-14
144### Added
145- Translations
146### Fixed
147- Activity type for 2FA activies
148
149## 1.3.0 – 2017-05-02
150### Added
151- Confirmation before enabling
152- Translations
153### Fixed
154- Client-side js error on personal page due to wrong js namespacing
155- Icon on personal settings page
156
157## 1.2.0 – 2017-04-03
158### Added
159- Settings icon (NC12 only)
160### Changed
161- Dedicated login button
162- Translations
163
164## 1.1.0 – 2017-02-06
165### Added
166- App icon
167- Translations
168
169## 1.0.0 – 2017-01-23
170### Added
171- Nextcloud 12 support
172- php7.1 support
173- Password confirmation when enabling/disabling the provider
174- Publish events to two-factor activities stream (Nextcloud 12 only)
175
176### Changed
177- Vendor neutral provider name
178
179## 0.5 – 2016-11-25
180### Added
181- Support NC11
182### Changed
183- php 5.6-7.0
184
185## 0.4.0 – 2016-08-19
186### Added
187- Cloud ID, product name and URL encoded in QR code label
188- Support for NC10/OC9.1
189
190## 0.3.0 – 2016-06-09
191### Added
192- App is now signed
193