Skip to content

Commit

Permalink
Prepare for version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aphototool committed Sep 12, 2022
1 parent 147f445 commit a1f3e42
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Jari Ahola <aphototool@ahola.me>
pkgname=aphototoollibre
pkgver=1.0.3
pkgrel=2
pkgver=1.0.4
pkgrel=1
pkgdesc="Photo editor for Linux"
arch=('x86_64')
url="https://www.ahola.me/aphototoollibre.html"
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-1) UNRELEASED; urgency=low

[ Jari Ahola ]
* PNG image preview improvement

-- aphototool <aphototool@ahola.me> Mon, 12 Sep 2022 1:04:01 +0200

aphototoollibre (1.0.3-2) UNRELEASED; urgency=low

[ Jari Ahola ]
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.3-2'
version: '1.0.4-1'
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.3-2.tar.gz
source: https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v1.0.4-1.tar.gz
plugin: qmake
build-packages:
- qtbase5-dev
Expand Down
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#ifndef CONSTANTS_H
#define CONSTANTS_H

#define APTL_VERSION "1.0.3-2"
#define APTL_VERSION "1.0.4-1"

// Set max length of longer side of image to make
// preview image processing faster
Expand Down

0 comments on commit a1f3e42

Please sign in to comment.