Skip to content

Commit f17aad8

Browse files
committed
Prepare 2.1.0-beta.1 version release.
1 parent 62e2ab8 commit f17aad8

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
722
## [2.0.0] - 2021-04-11
823
### Added
924
- New diameter option for the via edit dialog.

VERSION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
############################
22
# Version
33
############################
4-
2.1.0-alpha.1
4+
2.1.0-beta.1
55

66
############################
77
# Release date ('unreleased' or 'YYYY-MM-DD')
88
############################
9-
unreleased
9+
2023-10-01

0 commit comments

Comments
 (0)