-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathCHANGELOG
More file actions
70 lines (46 loc) · 2.12 KB
/
CHANGELOG
File metadata and controls
70 lines (46 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Changelog
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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [0.9.6] - 2026-03-05
### Added
- **Extensive code changes**
- **Entirely different Look and Feel and massive functionality upgrade**
- More feature rich canvas
- Each rectangle is state aware and can be tweaked separately
- Enabled manual edits for machine-generated masks
- Undo Redo
- Caching
- Modularized 'strategies' to add new image tweak algorithms
- Multiple new image tweaking algorithms added
- Facemesh for face-level edits
- Atomic, Cancelable exports
- All resource intensive operations moved to opencv
- Multiple UI Themes
- Packaging & Distribution: Support for Flatpak, Snap, and Windows MSI;
- Addition to Snap Store
- Code documentation (comments)
- Moved Appimage genration to appimage-builder
### Fixed
- Fixed dependency leakage in Appimage
- Fixed dependency leakage in Flatpak
## [0.5.0] - 2025-08-17
### Added
- **Transition to Qt6 and PySide6**:
- **Better bundling of dependencies**: Project configuration files enhanced
- **New code contributor : Stephan Schielke https://github.com/stephanschielke/
-
### Fixed
- **Some superfluous dependencies removed**:
- **Improved integration with Ubuntu 24.04**:
## [0.4.0] - 2025-06-08
### Added
- **Mouse-drawn foreground selection**: Users can now define foreground elements with freehand mouse drawing.
- **Preferences**: Qsetting based preferences and pref dialog
- **Curve-based editing (Experimental)**: Introducing an experimental feature for more precise, curve-based image adjustments.
- **Online user guide**: Long user guide with FAQ.
- **Online interactive user guide**: Interactive graphical user guide .
### Fixed
- **Always enabled background blur slider**: User can now blur background even when editing foreground
- **Segmentation mask shown on image load**: User doen't have to start tweaking to see the segmentation mask.