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: 8e5d15e11ded8c3449588f245c7252d98277728b (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
#### Version 1.9.1 / 26.05.2019
 - Fixed improper autofill field selection
 - Fixed issues title overflow

#### Version 1.9.0 / 19.05.2019
 - Added password names support
 - Added bulgarian translation
 - Improved autofill
 - Improved search

#### Version 1.8.0 / 03.02.2019
- Added turkish translation
- Added russian translation
- Added more detailed error messages for connection issues
- Fixed context menu in chrome
- Fixed Base64 encoding for UTF-8 passwords

#### Version 1.7.1 / 26.12.2018
- Fixed database refresh not working on Android
- Fixed autofill not working on some pages
- Fixed passwords without user names
- Fixed double password update

#### Version 1.7.0 / 22.12.2018
- Added dark mode
- Fixed settings reset bug

#### Version 1.6.0 / 31.10.2018
- Only submit forms with POST
- Fixed password field in Firefox
- Fixed badge text color

#### Version 1.5.1 / 31.05.2018
- Fix error in password update

#### Version 1.5.0 / 01.03.2018
- Remove local password storage

#### Version 1.4.3 / 22.02.2018
- Fixed login settings issues

#### Version 1.4.2 / 29.01.2018
- Fixed issue in search and autodetection

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

#### Version 1.4.0 / 18.01.2018
- Support API level 21 
- Added polish translation
- Fixed duplicate on update bug

#### Version 1.3.1 / 30.11.2017
- Do not automatically close search
- Improved API error handling
- Fixed JSON parsing issues
- Fixed incorrect badge counter
- Fixed misleading search texts

#### Version 1.3.0 / 20.11.2017
- Added Chromium compatibility
- Added context menu
- Added related password counter
- Improved UI animation
- Improved related passwords detection

#### Version 1.2.0 / 19.11.2017
- Added localisations
- Added password miner
- Improved mobile ui
- Fixed Nextcloud Logout
- Fixed request Loop

#### Version 1.1.0 / 18.11.2017
- Search tab added
- Localisation added
- Mobile design improved
- Error handling improved

#### Version 1.0.0 / 16.11.2017
- Inital Release