summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-12-02 03:39:26 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-12-02 03:39:26 +0100
commit3975c10653b88d89152ad7b348fe89d537ed3b47 (patch)
treeda1b0acc365ad6f8889b7dd18e19329df6bc55df
parent03470d5c65731569df663d8c0e525a388c8afc63 (diff)
parent7fcc68554b90758703168613f6f8eefb1a7ec547 (diff)
Version up / side
-rw-r--r--CHANGELOG.md16
-rw-r--r--Doxyfile2
-rw-r--r--qtpass.iss2
-rw-r--r--qtpass.pro2
-rw-r--r--qtpass.spec2
5 files changed, 8 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d71fc67c..52aca8e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,24 +51,16 @@
- I translated for Simplified Chinese. [\#208](https://github.com/IJHack/QtPass/issues/208)
- Short fullname hangs QtPass keypair generation process for infinite time [\#202](https://github.com/IJHack/QtPass/issues/202)
-- More options for password generation [\#98](https://github.com/IJHack/QtPass/issues/98)
-- Git hangs on windows [\#71](https://github.com/IJHack/QtPass/issues/71)
-
-**Fixed bugs:**
-
- view box is trimming whitespace [\#210](https://github.com/IJHack/QtPass/issues/210)
-- Short fullname hangs QtPass keypair generation process for infinite time [\#202](https://github.com/IJHack/QtPass/issues/202)
-
-**Closed issues:**
+- QtPass starts by searching for -psn\_0\_12345 on macOS [\#213](https://github.com/IJHack/QtPass/issues/213)
-- PREFIX is now really a prefix [\#185](https://github.com/IJHack/QtPass/issues/185)
-- QtPass, git and windows [\#173](https://github.com/IJHack/QtPass/issues/173)
+**Fixed bugs:**
+- Better seeder for qrand() as noted in [\#238](https://github.com/IJHack/QtPass/issues/238)
**Merged pull requests:**
- Allow ssh links [\#211](https://github.com/IJHack/QtPass/pull/211) ([cgonzalez](https://github.com/cgonzalez))
- Increase maximum password length to 255 [\#209](https://github.com/IJHack/QtPass/pull/209) ([vladimiroff](https://github.com/vladimiroff))
-- Password templates [\#207](https://github.com/IJHack/QtPass/pull/207) ([jounathaen](https://github.com/jounathaen))
- Updated German Translation [\#206](https://github.com/IJHack/QtPass/pull/206) ([jounathaen](https://github.com/jounathaen))
- Italian translation [\#204](https://github.com/IJHack/QtPass/pull/204) ([dakk](https://github.com/dakk))
- keygendialog email and name validition \(issue 202\) [\#203](https://github.com/IJHack/QtPass/pull/203) ([dakk](https://github.com/dakk))
@@ -443,4 +435,4 @@
-\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
diff --git a/Doxyfile b/Doxyfile
index 5b3bb737..71394454 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = QtPass
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 1.1.5
+PROJECT_NUMBER = 1.1.6
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/qtpass.iss b/qtpass.iss
index df2861dd..8ebf83e9 100644
--- a/qtpass.iss
+++ b/qtpass.iss
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "QtPass"
-#define MyAppVersion "1.1.5"
+#define MyAppVersion "1.1.6"
#define MyAppPublisher "IJhack"
#define MyAppURL "https://qtpass.org/"
#define MyAppExeName "qtpass.exe"
diff --git a/qtpass.pro b/qtpass.pro
index a3865679..2e0812f1 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -7,7 +7,7 @@
# #
#---------------------------------------------------------#
-VERSION = 1.1.5
+VERSION = 1.1.6
TEMPLATE = app
QT += core gui
diff --git a/qtpass.spec b/qtpass.spec
index 7afc7ef3..c4282c85 100644
--- a/qtpass.spec
+++ b/qtpass.spec
@@ -7,7 +7,7 @@
# This should probably be part of a release process.
Name: qtpass
-Version: 1.1.5
+Version: 1.1.6
Release: 2%{?dist}
Summary: QtPass is a multi-platform GUI for pass, the standard unix password manager.
License: GPLv3