Skip to content

Commit

Permalink
Merge branch 'v1.2-version_bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Dec 20, 2017
2 parents 13a7a22 + f795b10 commit 5c921ac
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 3 deletions.
60 changes: 59 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,63 @@
# Change Log

## [v1.2](https://github.com/Nitrokey/nitrokey-app/tree/v1.2) (2017-12-20)
[Full Changelog](https://github.com/Nitrokey/nitrokey-app/compare/v1.2-beta.4...v1.2)

**Closed issues:**

- Wrong disconnection message on `real` disconnection [\#258](https://github.com/Nitrokey/nitrokey-app/issues/258)
- macOS 10.12.5 - wrong information in the About Box - encrypted volume [\#248](https://github.com/Nitrokey/nitrokey-app/issues/248)
- Setting TOTP secret with Paypal is not working [\#239](https://github.com/Nitrokey/nitrokey-app/issues/239)

## [v1.2-beta.4](https://github.com/Nitrokey/nitrokey-app/tree/v1.2-beta.4) (2017-12-01)
[Full Changelog](https://github.com/Nitrokey/nitrokey-app/compare/v1.2-beta.3...v1.2-beta.4)

**Fixed bugs:**

- OTP generation always asks for User PIN [\#250](https://github.com/Nitrokey/nitrokey-app/issues/250)

**Closed issues:**

- Application icon looks poor [\#297](https://github.com/Nitrokey/nitrokey-app/issues/297)
- Warning for MacOS and Storage v0.48 [\#287](https://github.com/Nitrokey/nitrokey-app/issues/287)
- OTP with Tutanota Mail \(codec expects padded input string\) [\#280](https://github.com/Nitrokey/nitrokey-app/issues/280)
- nitrokey-app doesn't compile with latest libnitrokey [\#279](https://github.com/Nitrokey/nitrokey-app/issues/279)
- About-Box confusing with NK Pro [\#272](https://github.com/Nitrokey/nitrokey-app/issues/272)
- Crash on invalid base32 OTP secret [\#240](https://github.com/Nitrokey/nitrokey-app/issues/240)

## [v1.2-beta.3](https://github.com/Nitrokey/nitrokey-app/tree/v1.2-beta.3) (2017-10-17)
[Full Changelog](https://github.com/Nitrokey/nitrokey-app/compare/v1.2-beta.2...v1.2-beta.3)

**Closed issues:**

- build: udev rules and bash completion is installed in /usr/usr/... [\#275](https://github.com/Nitrokey/nitrokey-app/issues/275)
- Set proper license for RPM package [\#268](https://github.com/Nitrokey/nitrokey-app/issues/268)
- Configuration of Passwordsafe - wrong language shown [\#265](https://github.com/Nitrokey/nitrokey-app/issues/265)

## [v1.2-beta.2](https://github.com/Nitrokey/nitrokey-app/tree/v1.2-beta.2) (2017-09-20)
[Full Changelog](https://github.com/Nitrokey/nitrokey-app/compare/v1.2-beta.1...v1.2-beta.2)

**Fixed bugs:**

- macOS build artifacts are damaged [\#246](https://github.com/Nitrokey/nitrokey-app/issues/246)

**Closed issues:**

- \[osx\] "The app has been modified or damaged" [\#260](https://github.com/Nitrokey/nitrokey-app/issues/260)
- Update installation instructions for Fedora [\#192](https://github.com/Nitrokey/nitrokey-app/issues/192)
- Some functions not working reliably on openSUSE Tumbleweed [\#181](https://github.com/Nitrokey/nitrokey-app/issues/181)

## [v1.2-beta.1](https://github.com/Nitrokey/nitrokey-app/tree/v1.2-beta.1) (2017-06-01)
[Full Changelog](https://github.com/Nitrokey/nitrokey-app/compare/v1.1...v1.2-beta.1)

**Implemented enhancements:**

- Make the Nitrokey app more secure \(sig binary, provide checksums+GPG\) [\#110](https://github.com/Nitrokey/nitrokey-app/issues/110)

**Closed issues:**

- Ask user for AES key generation if there is none [\#238](https://github.com/Nitrokey/nitrokey-app/issues/238)

## [v1.1](https://github.com/Nitrokey/nitrokey-app/tree/v1.1) (2017-05-15)
[Full Changelog](https://github.com/Nitrokey/nitrokey-app/compare/v1.0...v1.1)

Expand Down Expand Up @@ -330,4 +388,4 @@
## [v0.1](https://github.com/Nitrokey/nitrokey-app/tree/v0.1) (2014-12-02)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0 FATAL_ERROR)
cmake_policy(SET CMP0043 OLD) # cmake --help-policy CMP0043

PROJECT(NitrokeyApp LANGUAGES CXX)
SET(PROJECT_VERSION "1.2-beta.3")
SET(PROJECT_VERSION "1.2")

include(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -8,7 +8,7 @@
#endif

#ifndef GUI_VERSION
#define GUI_VERSION "1.2-beta.3"
#define GUI_VERSION "1.2"
#endif

#ifndef GIT_VERSION
Expand Down

0 comments on commit 5c921ac

Please sign in to comment.