Skip to content

Commit

Permalink
Prepare 2.1.0-beta.1 version release.
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianBDev committed Oct 1, 2023
1 parent 62e2ab8 commit f17aad8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.0-beta.1] - 2023-10-01
### Added
- [Beta] New "attached" project type (optimized for huge images).
- Moved to Qt6 (thank to @agatti).

### Changed
- Improved the German translation (thank to @maximumspatium).

### Fixed
- Multiple crash source on project creation.
- Fixed multiple issues with MacOS version.
- Mouse wheel events handling (zoom).
- Proper GLSL version used in shaders.
- Use OpenGL 3.3 Core Profile (thank to @maximumspatium).

## [2.0.0] - 2021-04-11
### Added
- New diameter option for the via edit dialog.
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
############################
# Version
############################
2.1.0-alpha.1
2.1.0-beta.1

############################
# Release date ('unreleased' or 'YYYY-MM-DD')
############################
unreleased
2023-10-01

0 comments on commit f17aad8

Please sign in to comment.