Skip to content

Commit b547dc4

Browse files
committed
Bumped version to v0.5.8
1 parent d2c36ff commit b547dc4

File tree

2 files changed

+6
-42
lines changed

2 files changed

+6
-42
lines changed

CHANGELOG.md

Lines changed: 5 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [0.5.7] - 2022-07-01
4+
## [0.5.8] - 2022-09-10
55

66
### Changed
77

8-
-
9-
10-
### Added
8+
- Updated to slint 0.2.5
9+
- Updated snap package
10+
- Minor GUI tweaks
1111

12-
-
12+
## [0.5.7] - 2022-07-01
1313

1414
### Fixed
1515

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

2727
- Added dark mode
2828

29-
### Fixed
30-
31-
-
32-
3329
## [0.5.5] - 2022-05-08
3430

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

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

43-
### Fixed
44-
45-
-
46-
4739
## [0.5.4] - 2022-04-03
4840

49-
### Changed
50-
51-
-
52-
53-
### Added
54-
55-
-
56-
5741
### Fixed
5842

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

69-
### Added
70-
71-
-
72-
7353
### Fixed
7454

7555
- Fixed crash when reading file with invalid EXIF date
7656

7757
## [0.5.2] - 2022-02-14
7858

79-
### Changed
80-
81-
-
82-
8359
### Added
8460

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

154-
### Fixed
155-
156-
-
157-
158130
## [0.4.1] - 2022-01-05
159131

160132
### Changed
161133

162134
- Target directory input field is now always disabled
163135

164-
### Added
165-
166-
-
167-
168136
### Fixed
169137

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

253221
## [0.2.4] - 2021-11-27
254222

255-
### Changed
256-
257-
-
258-
259223
### Added
260224

261225
- Events are now checked for overlapping dates

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "image_sieve"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
authors = ["Florian Fetz <florian.fetz@googlemail.com>"]
55
description = "GUI based tool to sort out and categorize images, raw images and videos"
66
repository = "https://github.com/Futsch1/image-sieve"

0 commit comments

Comments
 (0)