File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 2.1.0-beta.1] - 2023-10-01
8
+ ### Added
9
+ - [ Beta] New "attached" project type (optimized for huge images).
10
+ - Moved to Qt6 (thank to @agatti ).
11
+
12
+ ### Changed
13
+ - Improved the German translation (thank to @maximumspatium ).
14
+
15
+ ### Fixed
16
+ - Multiple crash source on project creation.
17
+ - Fixed multiple issues with MacOS version.
18
+ - Mouse wheel events handling (zoom).
19
+ - Proper GLSL version used in shaders.
20
+ - Use OpenGL 3.3 Core Profile (thank to @maximumspatium ).
21
+
7
22
## [ 2.0.0] - 2021-04-11
8
23
### Added
9
24
- New diameter option for the via edit dialog.
Original file line number Diff line number Diff line change 1
1
############################
2
2
# Version
3
3
############################
4
- 2.1.0-alpha .1
4
+ 2.1.0-beta .1
5
5
6
6
############################
7
7
# Release date ('unreleased' or 'YYYY-MM-DD')
8
8
############################
9
- unreleased
9
+ 2023-10-01
You can’t perform that action at this time.
0 commit comments