Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Changelog.md - github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60a9c2920f9ff55b4520c2dac4cc3a3e42fe12c3 (plain)
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
## 2.2.0 - Feature Release
- Edit passwords

## 2.1.2 - Bugfix Release
### Fixed
- Extension popup rendered incorrectly in Chrome 91
- Settings sized incorrectly in Edge

## 2.1.1 - Bugfix Release
### Fixed
- Incorrect last edit time for updated passwords
- Updated password detected multiple times
- Autofill not working on initial page load 
- PassLink QR Code not scanned
- Build instructions for Chrome incorrect

## 2.1.0 - Feature Release
### Added
- Autofill for login forms
- Automatic logout
- Basic Authorization Support
- View private passwords in browse  tab
- Integrated instructions to reproduce builds
- Clear debug logs

## 2.0.4 - Bugfix Release
### Fixed
- Missing session id in api requests
- Password generator ignores settings at first try

## 2.0.3 - Bugfix Release
### Fixed
- Broken password fetch in Firefox Android

## 2.0.2 - Bugfix Release
### Fixed
- Alert in PassLink dialog
- Czech translation

## 2.0.1 - Bugfix Release
### Fixed
- Invalid custom field data stops password fetch
- Compromised password warning stays after popup close
- Sorting in server browser
- No suggested passwords shown when switching the window
- Long password name overflow
- Missing field markers in debug mode
- Debug log entry details not opening
- Notification settings ignored
### Changed
- Server version notification now contains server version
- Renamed "token" to app password in settings

## 2.0.0 - Feature Release
### Added
- New user interface
- Password generator
- Support for multiple accounts
- Theming support
- Client side encryption support
- 2FA support
- Automatic server sync
- Private/hidden passwords
### Changed  
- Extension completely rewritten
- Use new passwords app api
- Improved new/updated account detection
- Improved autofill feature
- Improved search

## 1.10.0 - Feature Release
### Added
- Drag and drop for passwords
### Fixed
- Issue with "-" in Nextcloud domain name

## 1.9.1 - Bugfix Release
### Fixed
 - Improper autofill field selection
 - Issues title overflow

## 1.9.0 - Feature Release
### Added
- Password names support
- Bulgarian translation
### Changed   
- Improved autofill
- Improved search

## 1.8.0 - Feature Release
### Added
- Turkish translation
- Russian translation
- More detailed error messages for connection issues
### Fixed
- Context menu in chrome
- Base64 encoding for UTF-8 passwords

## 1.7.1 - Bugfix Release
### Fixed
- Database refresh not working on Android
- Autofill not working on some pages
- Passwords without user names
- Double password update

## 1.7.0 - Feature Release
### Added
- Dark mode
### Fixed
- Settings reset bug

## 1.6.0 - Feature Release
### Changed
- Only submit forms with POST
### Fixed
- Password field closes popup in Firefox
- Badge text color

## 1.5.1 - Bugfix Release
### Fixed
- Error in password update

## 1.5.0 - Feature Release
### Changed
- Remove local password storage

## 1.4.3 - Bugfix Release
### Fixed
- Login settings issues

## 1.4.2 - Bugfix Release
### Fixed
- Issues in search and autodetection

## 1.4.1 - Bugfix Release
## Changed
- Improved polish translation (thanks to [Pafcioooo](https://github.com/pafcioooo))
### Fixed
- Fixed account suggestion not working if no url specified

## 1.4.0 - Feature Release
### Added
- Support API level 21 
- Polish translation
### Fixed
- Fixed duplicate on update bug

## 1.3.1 - Bugfix Release
## Changed
- Do not automatically close search
- Improved API error handling
- Misleading search texts
### Fixed
- JSON parsing issues
- Incorrect badge counter

## 1.3.0 - Feature Release
### Added
- Chromium compatibility
- Context menu
- Related password counter
## Changed
- Improved UI animation
- Improved related passwords detection

## 1.2.0 - Feature Release
### Added
- Localisations
- Password miner
## Changed
- Improved mobile ui
## Fixed
- Fixed Nextcloud Logout
- Fixed request Loop

## 1.1.0 - Feature Release
### Added
- Search tab
- Localisation
## Changed
- Mobile design improved
- Error handling improved

## 1.0.0 - Feature Release
- Inital Release