Skip to content

Commit

Permalink
Automagic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Jun 13, 2020
1 parent 57160cf commit 4d1c515
Show file tree
Hide file tree
Showing 32 changed files with 505 additions and 500 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
**Closed issues:**

- Icons are blurry when fractional scaling is enabled [\#525](https://github.com/IJHack/QtPass/issues/525)
- \[Request\] clear search password when change profile [\#524](https://github.com/IJHack/QtPass/issues/524)
- Copying not possible on Ubuntu 20.04 [\#521](https://github.com/IJHack/QtPass/issues/521)
- Display passwords in mono space font [\#514](https://github.com/IJHack/QtPass/issues/514)
- Default password visibility [\#511](https://github.com/IJHack/QtPass/issues/511)
- Consider mentioning export abilities in migration docs, if any are present [\#505](https://github.com/IJHack/QtPass/issues/505)
- Enable out-of-source \(shadow\) builds. [\#501](https://github.com/IJHack/QtPass/issues/501)
Expand All @@ -33,7 +35,11 @@

**Merged pull requests:**

- Clear search on profile change [\#529](https://github.com/IJHack/QtPass/pull/529) ([cmol](https://github.com/cmol))
- \#514 Show password with a monospace font [\#528](https://github.com/IJHack/QtPass/pull/528) ([cmol](https://github.com/cmol))
- Update minimum Qt version [\#527](https://github.com/IJHack/QtPass/pull/527) ([cmol](https://github.com/cmol))
- Fix blurry icons when fractional scaling is enabled [\#526](https://github.com/IJHack/QtPass/pull/526) ([mthw0](https://github.com/mthw0))
- Spelling: Git pull, Git push [\#516](https://github.com/IJHack/QtPass/pull/516) ([comradekingu](https://github.com/comradekingu))
- Enable ubuntu, windows and macos based builds for CI [\#508](https://github.com/IJHack/QtPass/pull/508) ([boppybibbles](https://github.com/boppybibbles))
- Enable out-of-source build [\#503](https://github.com/IJHack/QtPass/pull/503) ([boppybibbles](https://github.com/boppybibbles))
- Use new stable version of `install-qt-action`. [\#502](https://github.com/IJHack/QtPass/pull/502) ([boppybibbles](https://github.com/boppybibbles))
Expand Down Expand Up @@ -88,7 +94,6 @@

**Merged pull requests:**

- Spelling: Git pull, Git push [\#516](https://github.com/IJHack/QtPass/pull/516) ([comradekingu](https://github.com/comradekingu))
- Add license scan report and status [\#480](https://github.com/IJHack/QtPass/pull/480) ([fossabot](https://github.com/fossabot))
- Build system related fixes [\#479](https://github.com/IJHack/QtPass/pull/479) ([maciejsszmigiero](https://github.com/maciejsszmigiero))
- Add missing overrides [\#478](https://github.com/IJHack/QtPass/pull/478) ([amarsman](https://github.com/amarsman))
Expand All @@ -98,7 +103,6 @@
- Add missing finishedShow\(\) signal connection in PasswordDialog constructor \(fixes the "Edit password" function\) [\#473](https://github.com/IJHack/QtPass/pull/473) ([maciejsszmigiero](https://github.com/maciejsszmigiero))
- Sorted profiles dropdown as in \#404 [\#472](https://github.com/IJHack/QtPass/pull/472) ([Noettore](https://github.com/Noettore))
- Add support for passwords and directories renaming as requested in \#463 [\#469](https://github.com/IJHack/QtPass/pull/469) ([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 @@ -113,6 +117,7 @@

- Windows sigsev issues [\#326](https://github.com/IJHack/QtPass/issues/326)
- Access to the / \(root\) directory form within the application window on MacOS [\#302](https://github.com/IJHack/QtPass/issues/302)
- PRNG seeding is done totally wrong [\#238](https://github.com/IJHack/QtPass/issues/238)
- Context menu on transparent fields is transparent too . . [\#227](https://github.com/IJHack/QtPass/issues/227)

**Closed issues:**
Expand All @@ -138,6 +143,7 @@

**Merged pull requests:**

- Fix missing app ID and icon on Wayland. [\#468](https://github.com/IJHack/QtPass/pull/468) ([lightbulbjim](https://github.com/lightbulbjim))
- 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))
Expand Down Expand Up @@ -260,7 +266,6 @@
**Fixed bugs:**

- Do not hide passwords and no generator [\#267](https://github.com/IJHack/QtPass/issues/267)
- PRNG seeding is done totally wrong [\#238](https://github.com/IJHack/QtPass/issues/238)
- Weird behavior when turning on git support \(auto push/pull\) with non-clean git dir [\#128](https://github.com/IJHack/QtPass/issues/128)
- SingleApplication implementation buggy [\#26](https://github.com/IJHack/QtPass/issues/26)

Expand Down Expand Up @@ -691,7 +696,6 @@
**Merged pull requests:**

- Bugfixes [\#49](https://github.com/IJHack/QtPass/pull/49) ([rdoeffinger](https://github.com/rdoeffinger))
- Add WebDAV support. [\#29](https://github.com/IJHack/QtPass/pull/29) ([rdoeffinger](https://github.com/rdoeffinger))

## [v0.8.2](https://github.com/IJHack/QtPass/tree/v0.8.2) (2015-05-27)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v0.8.1...v0.8.2)
Expand Down Expand Up @@ -732,6 +736,7 @@
- User filtering and many fixes [\#42](https://github.com/IJHack/QtPass/pull/42) ([annejan](https://github.com/annejan))
- Re-enable Windows WebDAV support. [\#37](https://github.com/IJHack/QtPass/pull/37) ([rdoeffinger](https://github.com/rdoeffinger))
- User robustness [\#33](https://github.com/IJHack/QtPass/pull/33) ([rdoeffinger](https://github.com/rdoeffinger))
- Add WebDAV support. [\#29](https://github.com/IJHack/QtPass/pull/29) ([rdoeffinger](https://github.com/rdoeffinger))
- Add nosingleapp config. [\#27](https://github.com/IJHack/QtPass/pull/27) ([rdoeffinger](https://github.com/rdoeffinger))
- Add Makefile with commands to make a binary release zip file. [\#25](https://github.com/IJHack/QtPass/pull/25) ([rdoeffinger](https://github.com/rdoeffinger))
- Start process only after we finished disabling UI elements etc. [\#24](https://github.com/IJHack/QtPass/pull/24) ([rdoeffinger](https://github.com/rdoeffinger))
Expand Down
32 changes: 16 additions & 16 deletions localization/localization_af_ZA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,14 +636,14 @@ Expire-Date: 0
<message>
<location filename="../src/mainwindow.ui" line="325"/>
<location filename="../src/mainwindow.ui" line="328"/>
<location filename="../src/mainwindow.cpp" line="909"/>
<location filename="../src/mainwindow.cpp" line="912"/>
<source>Edit</source>
<translation>Wysig</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="333"/>
<location filename="../src/mainwindow.ui" line="336"/>
<location filename="../src/mainwindow.cpp" line="930"/>
<location filename="../src/mainwindow.cpp" line="933"/>
<source>Delete</source>
<translation>Verwyder</translation>
</message>
Expand Down Expand Up @@ -731,7 +731,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/mainwindow.ui" line="368"/>
<location filename="../src/mainwindow.cpp" line="903"/>
<location filename="../src/mainwindow.cpp" line="906"/>
<source>Users</source>
<translation>Gebruikers</translation>
</message>
Expand Down Expand Up @@ -839,7 +839,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/mainwindow.cpp" line="393"/>
<location filename="../src/mainwindow.cpp" line="1095"/>
<location filename="../src/mainwindow.cpp" line="1098"/>
<source>Password</source>
<translation>Wagwoord</translation>
</message>
Expand Down Expand Up @@ -892,7 +892,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/mainwindow.cpp" line="606"/>
<location filename="../src/mainwindow.cpp" line="967"/>
<location filename="../src/mainwindow.cpp" line="970"/>
<source>New file</source>
<translation>Nuwe lêer</translation>
</message>
Expand Down Expand Up @@ -953,31 +953,31 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">Generating GPG key pair</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="773"/>
<location filename="../src/mainwindow.cpp" line="776"/>
<source>Profile changed to %1</source>
<translation>Profiel verander na %1</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="900"/>
<location filename="../src/mainwindow.cpp" line="903"/>
<source>Open folder with file manager</source>
<translation>Open lêergids met Lêerbestuurder</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="317"/>
<location filename="../src/mainwindow.ui" line="320"/>
<location filename="../src/mainwindow.cpp" line="901"/>
<location filename="../src/mainwindow.cpp" line="904"/>
<source>Add folder</source>
<translation>Voeg lêergids by</translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="306"/>
<location filename="../src/mainwindow.ui" line="309"/>
<location filename="../src/mainwindow.cpp" line="902"/>
<location filename="../src/mainwindow.cpp" line="905"/>
<source>Add password</source>
<translation>Voeg wagwoord by</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="968"/>
<location filename="../src/mainwindow.cpp" line="971"/>
<source>New Folder:
(Will be placed in %1 )</source>
<translation>Nuwe lêergids:
Expand All @@ -988,28 +988,28 @@ p, li { white-space: pre-wrap; }
<translation type="vanished">copied to clipboard</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="922"/>
<location filename="../src/mainwindow.cpp" line="925"/>
<source>Rename folder</source>
<translation>Hernoem lêergids</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="926"/>
<location filename="../src/mainwindow.cpp" line="929"/>
<source>Rename password</source>
<translation>Hernoem wagwoord</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="989"/>
<location filename="../src/mainwindow.cpp" line="1018"/>
<location filename="../src/mainwindow.cpp" line="992"/>
<location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename file</source>
<translation>Hernoem lêer</translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="989"/>
<location filename="../src/mainwindow.cpp" line="992"/>
<source>Rename Folder To: </source>
<translation>Hernoem lêergids na: </translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="1018"/>
<location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename File To: </source>
<translation>Hernoem lêer na: </translation>
</message>
Expand Down
32 changes: 16 additions & 16 deletions localization/localization_ar_MA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ Expire-Date: 0
<message>
<location filename="../src/mainwindow.ui" line="306"/>
<location filename="../src/mainwindow.ui" line="309"/>
<location filename="../src/mainwindow.cpp" line="902"/>
<location filename="../src/mainwindow.cpp" line="905"/>
<source>Add password</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -582,21 +582,21 @@ Expire-Date: 0
<message>
<location filename="../src/mainwindow.ui" line="317"/>
<location filename="../src/mainwindow.ui" line="320"/>
<location filename="../src/mainwindow.cpp" line="901"/>
<location filename="../src/mainwindow.cpp" line="904"/>
<source>Add folder</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="325"/>
<location filename="../src/mainwindow.ui" line="328"/>
<location filename="../src/mainwindow.cpp" line="909"/>
<location filename="../src/mainwindow.cpp" line="912"/>
<source>Edit</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.ui" line="333"/>
<location filename="../src/mainwindow.ui" line="336"/>
<location filename="../src/mainwindow.cpp" line="930"/>
<location filename="../src/mainwindow.cpp" line="933"/>
<source>Delete</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -637,7 +637,7 @@ Expire-Date: 0
</message>
<message>
<location filename="../src/mainwindow.ui" line="368"/>
<location filename="../src/mainwindow.cpp" line="903"/>
<location filename="../src/mainwindow.cpp" line="906"/>
<source>Users</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -674,7 +674,7 @@ Expire-Date: 0
</message>
<message>
<location filename="../src/mainwindow.cpp" line="393"/>
<location filename="../src/mainwindow.cpp" line="1095"/>
<location filename="../src/mainwindow.cpp" line="1098"/>
<source>Password</source>
<translation type="unfinished"></translation>
</message>
Expand All @@ -695,7 +695,7 @@ Expire-Date: 0
</message>
<message>
<location filename="../src/mainwindow.cpp" line="606"/>
<location filename="../src/mainwindow.cpp" line="967"/>
<location filename="../src/mainwindow.cpp" line="970"/>
<source>New file</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -731,44 +731,44 @@ Expire-Date: 0
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="773"/>
<location filename="../src/mainwindow.cpp" line="776"/>
<source>Profile changed to %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="900"/>
<location filename="../src/mainwindow.cpp" line="903"/>
<source>Open folder with file manager</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="922"/>
<location filename="../src/mainwindow.cpp" line="925"/>
<source>Rename folder</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="926"/>
<location filename="../src/mainwindow.cpp" line="929"/>
<source>Rename password</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="968"/>
<location filename="../src/mainwindow.cpp" line="971"/>
<source>New Folder:
(Will be placed in %1 )</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="989"/>
<location filename="../src/mainwindow.cpp" line="1018"/>
<location filename="../src/mainwindow.cpp" line="992"/>
<location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="989"/>
<location filename="../src/mainwindow.cpp" line="992"/>
<source>Rename Folder To: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/mainwindow.cpp" line="1018"/>
<location filename="../src/mainwindow.cpp" line="1021"/>
<source>Rename File To: </source>
<translation type="unfinished"></translation>
</message>
Expand Down
Loading

0 comments on commit 4d1c515

Please sign in to comment.