padloc/CHANGELOG.md

46 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2018-04-25 18:48:56 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
2018-04-25 18:48:56 +00:00
2020-07-26 13:29:35 +00:00
## 3.1.2
- Fixes bug that caused values from previously created vault item to be
pre-filled when creating the next item.
- Fixes attachment previews on Android
## 3.1.1
- Fixes various bugs related to shared vault syncing and billing.
2020-05-27 17:08:21 +00:00
## 3.1.0
2018-06-13 07:43:27 +00:00
2020-05-27 17:08:21 +00:00
### New Stuff & Improvements
2018-06-13 07:43:27 +00:00
2020-05-27 17:08:21 +00:00
- Improved flow for creating a vault item
- If a vault filter is active, preselect that vault during vault item creation
- Prefill field names with sensible default when adding new field
- Automated account migration if legacy account is detected during
login/signup
2020-05-27 17:08:21 +00:00
- "Login" vault item template is now called "Website / App"
- Added new vault item template "Computer"
- [DESKTOP] Ctrl/cmd + Shift + F to search all items (resetting any active
filters)
2020-05-27 17:08:21 +00:00
- [ANDROID] Allow reordering fields via drag and drop on Android
- [SERVER] Option to enable secure connection when sending emails, enabled via
`PL_EMAIL_SECURE` environment variable
2018-06-13 07:43:27 +00:00
2020-05-27 17:08:21 +00:00
### Bug Fixes
2018-05-04 21:35:11 +00:00
2020-05-27 17:08:21 +00:00
- Sometimes the app would show a blank screen directly after unlocking.
- Changes made to a vault item directly after creating it would sometimes be
discarded.
2018-05-04 21:35:11 +00:00
2020-05-27 17:08:21 +00:00
## 3.0.0
2018-05-04 21:35:11 +00:00
Initial release of Padloc 3 (changes before 3.0.0 are not included in this
change log).