Skip to content

Commit

Permalink
Prepare version 1.0.4-4
Browse files Browse the repository at this point in the history
  • Loading branch information
aphototool committed Nov 9, 2022
1 parent c9dc005 commit e733960
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
3 changes: 2 additions & 1 deletion appimage/AppDir/aphototoollibre.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@
</screenshots>

<releases>
<release version="1.0.4" date="2022-09-30">
<release version="1.0.4" date="2022-11-09">
<description>
<p>1.0.4-4 2022-11-09: New copy and paste and drop features</p>
<p>1.0.4-3 2022-09-30: Fix to apply changed dark/light mode to new windows</p>
<p>1.0.4-2 2022-09-23: Fix to changing from dark to light mode</p>
<p>1.0.4-1 2022-09-12: PNG image preview improvement</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@
</screenshots>

<releases>
<release version="1.0.4" date="2022-09-30">
<release version="1.0.4" date="2022-11-09">
<description>
<p>1.0.4-4 2022-11-09: New copy and paste and drop features</p>
<p>1.0.4-3 2022-09-30: Fix to apply changed dark/light mode to new windows</p>
<p>1.0.4-2 2022-09-23: Fix to changing from dark to light mode</p>
<p>1.0.4-1 2022-09-12: PNG image preview improvement</p>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
aphototoollibre (1.0.4-4) UNRELEASED; urgency=low

[ Jari Ahola ]
* New copy and paste and drop features

-- aphototool <aphototool@ahola.me> Mon, 9 Nov 2022 1:04:03 +0200

aphototoollibre (1.0.4-3) UNRELEASED; urgency=low

[ Jari Ahola ]
Expand Down
1 change: 1 addition & 0 deletions desktop/aphototoollibre.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<releases>
<release version="1.0.4" date="2022-09-30">
<description>
<p>1.0.4-4 2022-11-09: New copy and paste and drop features</p>
<p>1.0.4-3 2022-09-30: Fix to apply changed dark/light mode to new windows</p>
<p>1.0.4-2 2022-09-23: Fix to changing from dark to light mode</p>
<p>1.0.4-1 2022-09-12: PNG image preview improvement</p>
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aphototoollibre
base: core20
version: '1.0.4-3'
version: '1.0.4-4'
summary: Photo editor for Linux
description: |
A Photo Tool (Libre) is an easy to use basic photo editor.
Expand All @@ -23,7 +23,7 @@ apps:

parts:
aphototoollibre:
source: https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v1.0.4-3.tar.gz
source: https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v1.0.4-4.tar.gz
plugin: qmake
build-packages:
- qtbase5-dev
Expand Down

0 comments on commit e733960

Please sign in to comment.