Skip to content

Commit

Permalink
+ Release v1.2
Browse files Browse the repository at this point in the history
+ add password generator (2 methods: random + templates) with password strength
  indicator
+ editable categories
+ redesigned app icon
+ add identicon
+ add 'fill form' shortcut (for linux + windows)
+ add keybindings help window
  • Loading branch information
bkueng committed May 22, 2015
1 parent e01614c commit 57dcf73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
+ Release v1.2
+ add password generator (2 methods: random + templates) with password strength
indicator
+ editable categories
+ redesigned app icon
+ add identicon
+ add 'fill form' shortcut (for linux + windows)
+ add keybindings help window


+ Release v1.1
only minor updates:
+ disable file logging by default
Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using namespace std;


#define VERSION_MAJOR 1 /*<! @brief Major version number. */
#define VERSION_MINOR 1 /*<! @brief Minor version number. */
#define VERSION_MINOR 2 /*<! @brief Minor version number. */
#define VERSION_PATCH 0 /*<! @brief patch number. */


Expand Down

0 comments on commit 57dcf73

Please sign in to comment.