Skip to content

Commit

Permalink
v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKleSoft committed Jun 13, 2018
1 parent 75bc615 commit c54c0fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## 2.7.2

## Fixed

- Fixed bug that caused app to error out during saving/synchronization after adding a field to a record

## 2.7.1

### Fixed
Expand All @@ -24,12 +30,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fields in list view are now displayed horizontally in a scrollable container
- Displayed fields in list view are no longer limited to 4
- Editing fields now happens in a dialog instead of inline. This improves the experience
on mobile and prevents accidental edits.
on mobile and prevents accidental edits.
- Field values are now truncated in the record view. To view the full value, select the
field by clicking on it.
field by clicking on it.
- Categories have been replaced with 'tags'. Records can have multiple tags.

### Removed

- The hover-to-show feature has been removed from the list view as it didn't provide
enough value to justify possible security risks.
enough value to justify possible security risks.
2 changes: 1 addition & 1 deletion cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.maklesoft.padlock" version="2.7.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.maklesoft.padlock" version="2.7.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Padlock</name>
<description>
</description>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "padlock",
"version": "2.7.1",
"version": "2.7.2",
"description": "A minimalist password manager",
"author": "Martin Kleinschrodt <martin@maklesoft.com>",
"license": "GPL-3.0",
Expand Down

0 comments on commit c54c0fe

Please sign in to comment.