Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(PROJECT_IDENTIFIER ${TOP_PROJECT_UPPER})
# The version number.
set (ViewTouch_VERSION_MAJOR 25)
set (ViewTouch_VERSION_MINOR 03)
set (ViewTouch_VERSION_PATCH 0)
set (ViewTouch_VERSION_PATCH 1)

# generate short version string <MAJOR>.<MINOR>.<PATCH>
gen_version_string(
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [v25.03.1] - 2025-12-26
### Changed
- Version bump from 25.03.0 to 25.03.1

### Changed
- **Editor Settings Button Split and Password Function Removal (2025-12-XX)**
- **Split Editor Settings**: Separated "Editor Settings" functionality into two distinct buttons for better organization
Expand Down