Skip to content

Commit

Permalink
Auto-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Sep 4, 2019
1 parent e7f6939 commit a85cb30
Show file tree
Hide file tree
Showing 24 changed files with 143 additions and 131 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Change Log

## [Unreleased](https://github.com/IJHack/QtPass/tree/HEAD)

[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.3.0...HEAD)

**Closed issues:**

- Bundle ID is literally `$\(PRODUCT\_BUNDLE\_IDENTIFIER\)` [\#448](https://github.com/IJHack/QtPass/issues/448)

**Merged pull requests:**

- Sorted profiles dropdown as in \#404 [\#472](https://github.com/IJHack/QtPass/pull/472) ([Noettore](https://github.com/Noettore))
- Fix missing app ID and icon on Wayland. [\#468](https://github.com/IJHack/QtPass/pull/468) ([lightbulbjim](https://github.com/lightbulbjim))

## [v1.3.0](https://github.com/IJHack/QtPass/tree/v1.3.0) (2019-08-20)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.2.3...v1.3.0)

Expand All @@ -18,9 +31,7 @@

**Closed issues:**

- various issues with Info.plist file on macOS [\#457](https://github.com/IJHack/QtPass/issues/457)
- Can not add new passwords for some reason [\#454](https://github.com/IJHack/QtPass/issues/454)
- Bundle ID is literally `$\(PRODUCT\_BUNDLE\_IDENTIFIER\)` [\#448](https://github.com/IJHack/QtPass/issues/448)
- GnuPG not found on Linux Mint [\#433](https://github.com/IJHack/QtPass/issues/433)
- How to clean up the app [\#429](https://github.com/IJHack/QtPass/issues/429)
- LAN sync request [\#427](https://github.com/IJHack/QtPass/issues/427)
Expand All @@ -32,16 +43,17 @@
- We should select a minimum Qt version [\#371](https://github.com/IJHack/QtPass/issues/371)
- Problem with GNUpg not found on MacOS [\#362](https://github.com/IJHack/QtPass/issues/362)
- Compiling for Linux Mint 18 Ubuntu 16 [\#357](https://github.com/IJHack/QtPass/issues/357)
- make qtpass portable in windows [\#356](https://github.com/IJHack/QtPass/issues/356)
- Unable to see main application window \(applicationn runs minimized to tray only\) [\#286](https://github.com/IJHack/QtPass/issues/286)
- Startup variables and parameters [\#212](https://github.com/IJHack/QtPass/issues/212)
- \[OS X\] Password input dialog suddenly stopped popping up [\#191](https://github.com/IJHack/QtPass/issues/191)
- MainWindow is a giant monolithic mess [\#107](https://github.com/IJHack/QtPass/issues/107)

**Merged pull requests:**

- Use key fingerprint as ID instead of “long” ID. [\#452](https://github.com/IJHack/QtPass/pull/452) ([Natureshadow](https://github.com/Natureshadow))
- Typo: dialouge to dialogue. [\#444](https://github.com/IJHack/QtPass/pull/444) ([georgjaehnig](https://github.com/georgjaehnig))
- Scripts and logic specific to Windows Store releases [\#439](https://github.com/IJHack/QtPass/pull/439) ([rdoeffinger](https://github.com/rdoeffinger))
- For config check, check that the selected binary is available. [\#438](https://github.com/IJHack/QtPass/pull/438) ([rdoeffinger](https://github.com/rdoeffinger))
- Fix character encoding issues for non-UTF-8 locales. [\#435](https://github.com/IJHack/QtPass/pull/435) ([rdoeffinger](https://github.com/rdoeffinger))
- Fixes and improvments for config dialog [\#432](https://github.com/IJHack/QtPass/pull/432) ([rdoeffinger](https://github.com/rdoeffinger))
- Support for using WSL binaries on Windows [\#431](https://github.com/IJHack/QtPass/pull/431) ([rdoeffinger](https://github.com/rdoeffinger))
Expand Down Expand Up @@ -90,6 +102,7 @@

**Closed issues:**

- various issues with Info.plist file on macOS [\#457](https://github.com/IJHack/QtPass/issues/457)
- Multiple question marks while trying to delete password [\#385](https://github.com/IJHack/QtPass/issues/385)
- No button icons and text in "menu bar" [\#383](https://github.com/IJHack/QtPass/issues/383)
- Cannot add a new password [\#380](https://github.com/IJHack/QtPass/issues/380)
Expand All @@ -109,7 +122,6 @@

**Merged pull requests:**

- For config check, check that the selected binary is available. [\#438](https://github.com/IJHack/QtPass/pull/438) ([rdoeffinger](https://github.com/rdoeffinger))
- 2 simple fixes [\#386](https://github.com/IJHack/QtPass/pull/386) ([FiloSpaTeam](https://github.com/FiloSpaTeam))
- Should fix \#383 [\#384](https://github.com/IJHack/QtPass/pull/384) ([FiloSpaTeam](https://github.com/FiloSpaTeam))
- Move connect action to main.cpp. Default search text as parameter of… [\#382](https://github.com/IJHack/QtPass/pull/382) ([FiloSpaTeam](https://github.com/FiloSpaTeam))
Expand Down Expand Up @@ -166,6 +178,7 @@

**Closed issues:**

- make qtpass portable in windows [\#356](https://github.com/IJHack/QtPass/issues/356)
- Tab order is wrong in password dialog [\#331](https://github.com/IJHack/QtPass/issues/331)
- Missing icons since split to static lib [\#325](https://github.com/IJHack/QtPass/issues/325)
- "-session XXX" upon session restore taken as search string [\#320](https://github.com/IJHack/QtPass/issues/320)
Expand Down Expand Up @@ -243,7 +256,6 @@
- Click does not stick [\#233](https://github.com/IJHack/QtPass/issues/233)
- Doubleclick on Treeview does not open the edit dialouge [\#228](https://github.com/IJHack/QtPass/issues/228)
- Windows - Enable GPG SSH Authentication [\#225](https://github.com/IJHack/QtPass/issues/225)
- \[OS X\] Password input dialog suddenly stopped popping up [\#191](https://github.com/IJHack/QtPass/issues/191)
- We need autotype . . [\#65](https://github.com/IJHack/QtPass/issues/65)

**Merged pull requests:**
Expand Down Expand Up @@ -414,7 +426,6 @@

- Feature: Always on top [\#118](https://github.com/IJHack/QtPass/issues/118)
- Option to show minimized instance [\#99](https://github.com/IJHack/QtPass/issues/99)
- System Icons on Buttons and Doubleclick on treeView [\#124](https://github.com/IJHack/QtPass/pull/124) ([jounathaen](https://github.com/jounathaen))

**Fixed bugs:**

Expand Down Expand Up @@ -488,6 +499,7 @@
**Implemented enhancements:**

- Users setup - key colours could be improved [\#82](https://github.com/IJHack/QtPass/issues/82)
- System Icons on Buttons and Doubleclick on treeView [\#124](https://github.com/IJHack/QtPass/pull/124) ([jounathaen](https://github.com/jounathaen))

**Closed issues:**

Expand Down
8 changes: 4 additions & 4 deletions localization/localization_ar_MA.ts
Expand Up @@ -665,12 +665,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location line="+4"/>
<location line="+700"/>
<location line="+701"/>
<source>Password</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-676"/>
<location line="-677"/>
<source>OTP Code</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -686,12 +686,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location line="+97"/>
<location line="+358"/>
<location line="+359"/>
<source>New file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-357"/>
<location line="-358"/>
<source>New password file:
(Will be placed in %1 )</source>
<translation type="unfinished"></translation>
Expand Down
12 changes: 6 additions & 6 deletions localization/localization_ca.ts
Expand Up @@ -758,12 +758,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location line="+4"/>
<location line="+700"/>
<location line="+701"/>
<source>Password</source>
<translation>Contrasenya</translation>
</message>
<message>
<location line="-676"/>
<location line="-677"/>
<source>OTP Code</source>
<translation>Codi OTP</translation>
</message>
Expand Down Expand Up @@ -811,12 +811,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location line="+97"/>
<location line="+358"/>
<location line="+359"/>
<source>New file</source>
<translation>Fitxer nou</translation>
</message>
<message>
<location line="-357"/>
<location line="-358"/>
<source>New password file:
(Will be placed in %1 )</source>
<translation>Fitxer de contrasenyes nou:
Expand All @@ -838,7 +838,7 @@ p, li { white-space: pre-wrap; }
<translation>Esteu segur que voleu suprimir %1%2</translation>
</message>
<message>
<location line="+266"/>
<location line="+267"/>
<source>Rename folder</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -864,7 +864,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location line="-365"/>
<location line="-366"/>
<source>Delete password?</source>
<translation>Suprimir la contrasenya?</translation>
</message>
Expand Down
12 changes: 6 additions & 6 deletions localization/localization_cs_CZ.ts
Expand Up @@ -740,12 +740,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location line="+4"/>
<location line="+700"/>
<location line="+701"/>
<source>Password</source>
<translation type="unfinished">Heslo</translation>
</message>
<message>
<location line="-676"/>
<location line="-677"/>
<source>OTP Code</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -793,12 +793,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location line="+97"/>
<location line="+358"/>
<location line="+359"/>
<source>New file</source>
<translation>Nový soubor</translation>
</message>
<message>
<location line="-357"/>
<location line="-358"/>
<source>New password file:
(Will be placed in %1 )</source>
<translation>Nový soubor s heslem:
Expand All @@ -820,7 +820,7 @@ p, li { white-space: pre-wrap; }
<translation>Opravdu chcete smazat %1%2?</translation>
</message>
<message>
<location line="+266"/>
<location line="+267"/>
<source>Rename folder</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -846,7 +846,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location line="-365"/>
<location line="-366"/>
<source>Delete password?</source>
<translation>Smazat heslo?</translation>
</message>
Expand Down
10 changes: 5 additions & 5 deletions localization/localization_de_DE.ts
Expand Up @@ -753,18 +753,18 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">Passwort ausgeblendet</translation>
</message>
<message>
<location line="-626"/>
<location line="-627"/>
<source>Content hidden</source>
<translation>Inhalt ausgeblendet</translation>
</message>
<message>
<location line="+4"/>
<location line="+700"/>
<location line="+701"/>
<source>Password</source>
<translation>Passwort</translation>
</message>
<message>
<location line="-676"/>
<location line="-677"/>
<source>OTP Code</source>
<translation>OTP-Code</translation>
</message>
Expand Down Expand Up @@ -841,12 +841,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location line="+97"/>
<location line="+358"/>
<location line="+359"/>
<source>New file</source>
<translation>Neue Datei</translation>
</message>
<message>
<location line="-310"/>
<location line="-311"/>
<source>Delete password?</source>
<translation>Passwort löschen?</translation>
</message>
Expand Down
10 changes: 5 additions & 5 deletions localization/localization_de_LU.ts
Expand Up @@ -752,18 +752,18 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">Passwort ausgeblendet</translation>
</message>
<message>
<location line="-626"/>
<location line="-627"/>
<source>Content hidden</source>
<translation>Inhalt ausgeblendet</translation>
</message>
<message>
<location line="+4"/>
<location line="+700"/>
<location line="+701"/>
<source>Password</source>
<translation>Passwort</translation>
</message>
<message>
<location line="-676"/>
<location line="-677"/>
<source>OTP Code</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -836,12 +836,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location line="+97"/>
<location line="+358"/>
<location line="+359"/>
<source>New file</source>
<translation>Neue Datei</translation>
</message>
<message>
<location line="-310"/>
<location line="-311"/>
<source>Delete password?</source>
<translation>Passwort löschen?</translation>
</message>
Expand Down
10 changes: 5 additions & 5 deletions localization/localization_el_GR.ts
Expand Up @@ -543,7 +543,7 @@ Expire-Date: 0
<context>
<name>MainWindow</name>
<message>
<location filename="../src/mainwindow.cpp" line="+190"/>
<location filename="../src/mainwindow.cpp" line="+189"/>
<source>Welcome to QtPass %1</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -560,12 +560,12 @@ Expire-Date: 0
</message>
<message>
<location line="+4"/>
<location line="+700"/>
<location line="+701"/>
<source>Password</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-676"/>
<location line="-677"/>
<source>OTP Code</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -581,12 +581,12 @@ Expire-Date: 0
</message>
<message>
<location line="+97"/>
<location line="+358"/>
<location line="+359"/>
<source>New file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-357"/>
<location line="-358"/>
<source>New password file:
(Will be placed in %1 )</source>
<translation type="unfinished"></translation>
Expand Down
12 changes: 6 additions & 6 deletions localization/localization_en_GB.ts
Expand Up @@ -769,12 +769,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location line="+4"/>
<location line="+700"/>
<location line="+701"/>
<source>Password</source>
<translation>Password</translation>
</message>
<message>
<location line="-676"/>
<location line="-677"/>
<source>OTP Code</source>
<translation>OTP Code</translation>
</message>
Expand Down Expand Up @@ -822,12 +822,12 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location line="+97"/>
<location line="+358"/>
<location line="+359"/>
<source>New file</source>
<translation>New file</translation>
</message>
<message>
<location line="-357"/>
<location line="-358"/>
<source>New password file:
(Will be placed in %1 )</source>
<translation>New password file:
Expand All @@ -849,7 +849,7 @@ p, li { white-space: pre-wrap; }
<translation>Are you sure you want to delete %1%2</translation>
</message>
<message>
<location line="+266"/>
<location line="+267"/>
<source>Rename folder</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -875,7 +875,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location line="-365"/>
<location line="-366"/>
<source>Delete password?</source>
<translation>Delete password?</translation>
</message>
Expand Down

0 comments on commit a85cb30

Please sign in to comment.