summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: c7a646cf9c25bb1f4efee5670384a126d222876d (about) (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
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.8.0] - 2020-05-23

### Added
- Allow user to abort password move when it is replacing an existing file
- Allow setting a default username for Autofill
- Add no authentication mode for working with public repositories

### Changed
- More UI related tweaks, changes and improvements
- Improved error messages and internal logic for server configuration

### Fixed
- Add the following fields to encrypted username detection: user, account, email, name, handle, id, identity.
- Improved detection of broken or incomplete git repositories
- Better UX flow for storage permissions

## [1.7.2] - 2020-04-29

### Added
- Settings option to enable debug logging

### Changed
- SSH Keygen UI was improved
- Default key length for SSH Keygen is now 4096 bits
- Settings items were rearranged and cleaned up
- Autofill icons in dark mode are now more legible

### Fixed
- Failure to detect if repository was not cloned which broke Git operations
- Search results were inaccurate if root directory's name started with a dot (.)
- Saving git username and email did not provide user-facing confirmation

## [1.7.1] - 2020-04-23

### Fixed
- Autofill message does not show OK button when many browsers are installed
- Autofill message does not get marked as shown when dismissed
- App crashes when using type-independent sort
- Storage permission not requested when using existing external repository

## [1.7.0] - 2020-04-21

### Added
- Oreo Autofill support
- Securely remember HTTPS password/SSH key passphrase

### Fixed
- Text input box theming
- Password repository held in non-hidden storage no longer fails
- Remove ambiguous and confusing URL field in server config menu
  and heavily improve UI for ease of use.

## [1.6.0] - 2020-03-20

### Added
- Copy implicit username (password filename) by long pressing
- Create xkpasswd style passwords
- Swipe on password list to synchronize repository

### Fixed
- Resolve memory leaks on password decryption
- Can't delete folders containing a password

## [1.5.0] - 2020-02-21

### Added
- Fast scroller with alphabetic hints
- UI button to create new folders
- Option to directly start searching when opening the app
- Option to always search from root folder regardless of the currently open folder

### Changed
- Logging is now enabled in release builds
- Searching now shows folders as well as the passwords inside them

### Fixed
- OpenKeychain errors cause app crash

## [1.4.0] - 2020-01-24

### Added
- Add save-and-copy button
- Dark theme
- Setting to save OpenKeychain auth id
- Add number of passwords to folders

### Changed
- Updated UI design and iconograph
- Biometric authentication
- Use new OpenKeychain integration library

### Fixed
- Snackbars showing behind keyboards

## [1.3.2] - 2018-12-23

### Changed
- Improve French translation.

### Fixed
- Extra field is multi-line.

## [1.3.1] - 2018-10-18

### Fixed
- Fix default sort order bug.

## [1.3.0] - 2018-10-16

### Added
- Allow app to be installed on external media (SD card).
- Change password sort order.
- Display HOTP code if present.
- Open search view on keyboard press.

### Changed
- Use adaptive icon.
- Password entry is more secure.
- Clean paths on password list view.
- Improve Chinese translation.
- Don't show hidden files and directories.

### Fixed
- Fix clipboard clearing.
- Wrap long passwords.

## 1.2.0.75 - 2018-05-31

### Added
- Add Arabic translation.
- Warn user that remembering SSH passphrase is currently insecure.

### Changed
- Update Japanese assets.

### Fixed
- Fix elements overlapping.


[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.2..v1.8.0
[1.7.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.1..v1.7.2
[1.7.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.7.0..v1.7.1
[1.7.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.6.0..v1.7.0
[1.6.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.5.0..v1.6.0
[1.5.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.3.0...v1.4.0
[1.3.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.2.0.75...v1.3.0