Skip to content

Commit

Permalink
chore: prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tfuxu committed Nov 11, 2023
1 parent 116abce commit 4b81077
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2023-11-11

### Added

- Success toast that shows after copying logs on error page
Expand All @@ -16,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated UI to take advantage of the new widgets included with libadwaita 1.4

### Fixed

- Issue with "Open in External Image Viewer" button not working on Flatpak builds

### Removed

- Preferences window
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Give your images a pixel art-like style and reduce the file size in the process

<br>

![halftone-light](data/screenshots/halftone-light.png#gh-light-mode-only)
![halftone-dark](data/screenshots/halftone-dark.png#gh-dark-mode-only)
![halftone-1](data/screenshots/halftone-1.png)

## What is Halftone?
Halftone is a simple Libadwaita app for lossy image compression using quantization and dithering techniques.
Expand Down
19 changes: 13 additions & 6 deletions data/io.github.tfuxu.Halftone.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
</description>

<screenshots>
<screenshot type="default" width="615" height="911">
<caption>Halftone displaying image with Floyd-Steinberg dithering and 2-color quantization applied</caption>
<screenshot type="default" width="1091" height="834">
<image type="source">https://raw.githubusercontent.com/tfuxu/Halftone/main/data/screenshots/halftone-1.png</image>
</screenshot>
<screenshot width="1091" height="834">
<image type="source">https://raw.githubusercontent.com/tfuxu/Halftone/main/data/screenshots/halftone-2.png</image>
</screenshot>
<screenshot width="615" height="912">
<caption>Halftone displaying image with Bayer dithering and 2-color quantization applied</caption>
<screenshot width="1091" height="834">
<image type="source">https://raw.githubusercontent.com/tfuxu/Halftone/main/data/screenshots/halftone-3.png</image>
</screenshot>
<screenshot width="615" height="907">
<caption>Halftone displaying image with Floyd-Steinberg dithering and 10-color quantization applied</caption>
<screenshot width="1091" height="834">
<image type="source">https://raw.githubusercontent.com/tfuxu/Halftone/main/data/screenshots/halftone-4.png</image>
</screenshot>
</screenshots>
Expand Down Expand Up @@ -78,6 +78,13 @@
</keywords>

<releases>
<release version="0.4.0" date="2023-11-11" type="stable">
<description translatable="no">
- New refreshed user interface
- Fix issue with "Open in External Image Viewer" button not working on Flatpak builds
- New translations
</description>
</release>
<release version="0.3.1" date="2023-06-30" type="stable">
<description translatable="no">
- Added option to change how image should be resized to fit inside preview box
Expand Down
Binary file modified data/screenshots/halftone-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/halftone-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/halftone-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/halftone-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/screenshots/halftone-dark.png
Binary file not shown.
Binary file removed data/screenshots/halftone-light.png
Binary file not shown.
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.1',
version: '0.4.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
'werror=false',
Expand Down

0 comments on commit 4b81077

Please sign in to comment.