Skip to content

Commit

Permalink
chore: prepare for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tfuxu committed Jun 9, 2023
1 parent 908c877 commit 3760b26
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,21 @@ 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.0] - 2023-06-09

### Added

- Brightness and contrast control
- Button for opening preview image in external image viewers
- Custom logging facility for easier issue reporting
- Logic code for `Copy Logs` button
- New translations

### Changed

- Moved image size option to Image Properties
- Preview images are now saved as a temporary file
- Use normal logo variant in drop page

## [0.2.0] - 2023-05-20

Expand Down
10 changes: 10 additions & 0 deletions data/io.github.tfuxu.Halftone.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@
</keywords>

<releases>
<release version="0.3.0" date="2023-06-09" type="development">
<description>
- Added brightness and contrast control
- Added button for opening preview image in external image viewers
- Added custom logging facility for easier issue reporting
- Added logic code to `Copy Logs` button
- Moved image size option to Image Properties
- New translations
</description>
</release>
<release version="0.2.0" date="2023-05-20" type="development">
<description>
Renamed Pixely to Halftone.
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.2.0',
version: '0.3.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
'werror=false',
Expand Down

0 comments on commit 3760b26

Please sign in to comment.