Skip to content

Commit

Permalink
Bumped version to v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Futsch1 committed Sep 11, 2022
1 parent d2c36ff commit b547dc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 42 deletions.
46 changes: 5 additions & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.5.7] - 2022-07-01
## [0.5.8] - 2022-09-10

### Changed

-

### Added
- Updated to slint 0.2.5
- Updated snap package
- Minor GUI tweaks

-
## [0.5.7] - 2022-07-01

### Fixed

Expand All @@ -26,10 +26,6 @@ All notable changes to this project will be documented in this file.

- Added dark mode

### Fixed

-

## [0.5.5] - 2022-05-08

### Changed
Expand All @@ -40,20 +36,8 @@ All notable changes to this project will be documented in this file.

- Added a button to speed up creating an event from an image filling the event date to the image date.

### Fixed

-

## [0.5.4] - 2022-04-03

### Changed

-

### Added

-

### Fixed

- Reverted getting max image size from largest connected monitor - this caused a crash in the Windows build
Expand All @@ -66,20 +50,12 @@ All notable changes to this project will be documented in this file.
- Updated to ffmpeg 5.0
- Updated to slint 0.2.1

### Added

-

### Fixed

- Fixed crash when reading file with invalid EXIF date

## [0.5.2] - 2022-02-14

### Changed

-

### Added

- Support for mpeg video files
Expand Down Expand Up @@ -151,20 +127,12 @@ All notable changes to this project will be documented in this file.
- Filters and sort options to the item list
- Some symbols in the GUI

### Fixed

-

## [0.4.1] - 2022-01-05

### Changed

- Target directory input field is now always disabled

### Added

-

### Fixed

- Fixed layout in events view
Expand Down Expand Up @@ -252,10 +220,6 @@ All notable changes to this project will be documented in this file.

## [0.2.4] - 2021-11-27

### Changed

-

### Added

- Events are now checked for overlapping dates
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "image_sieve"
version = "0.5.7"
version = "0.5.8"
authors = ["Florian Fetz <florian.fetz@googlemail.com>"]
description = "GUI based tool to sort out and categorize images, raw images and videos"
repository = "https://github.com/Futsch1/image-sieve"
Expand Down

0 comments on commit b547dc4

Please sign in to comment.