Skip to content

Commit

Permalink
chore: prepare for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tfuxu committed Jun 30, 2023
1 parent 9ca5bd3 commit 71037a8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.1] - 2023-06-30

### Added

- Option to change how image should be resized to fit inside preview box
- New translations

### Changed

- Now Halftone uses flat headerbar style

## [0.3.0] - 2023-06-09

### Added
Expand Down
15 changes: 12 additions & 3 deletions data/io.github.tfuxu.Halftone.appdata.xml.in.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<component type="desktop-application">
<id>@APP_ID@</id>
<!-- Translators: Do not translate name of the app. -->
<name>Halftone</name>
<summary>Give your images that pixel art-like style</summary>
<!-- Translators: Do not translate developer name. -->
<developer_name>tfuxu</developer_name>
<launchable type="desktop-id">@[email protected]</launchable>
<metadata_license>CC-BY-SA-4.0</metadata_license>
Expand Down Expand Up @@ -76,7 +78,14 @@
</keywords>

<releases>
<release version="0.3.0" date="2023-06-09" type="development">
<release version="0.3.1" date="2023-06-30" type="stable">
<description>
- Added option to change how image should be resized to fit inside preview box
- Now Halftone uses flat headerbar style
- New translations
</description>
</release>
<release version="0.3.0" date="2023-06-09" type="stable">
<description>
- Added brightness and contrast control
- Added button for opening preview image in external image viewers
Expand All @@ -86,12 +95,12 @@
- New translations
</description>
</release>
<release version="0.2.0" date="2023-05-20" type="development">
<release version="0.2.0" date="2023-05-20" type="stable">
<description>
Renamed Pixely to Halftone.
</description>
</release>
<release version="0.1.0" date="2023-05-16" type="development">
<release version="0.1.0" date="2023-05-16" type="stable">
<description>
Initial release of Pixely.
</description>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('halftone',
version: '0.3.0',
version: '0.3.1',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
'werror=false',
Expand Down

0 comments on commit 71037a8

Please sign in to comment.