Skip to content

Commit aee0c49

Browse files
AlfredBrclaude
andcommitted
Bump version to v0.4.1
- Added Cyanoacrylate (Super Glue) molecule - Hide Hydrogen option now only appears for molecules with >2 hydrogens Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e4a0e30 commit aee0c49

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# cmake .. && cmake --build .
77

88
cmake_minimum_required(VERSION 3.20)
9-
project(MolVis VERSION 0.4.0 LANGUAGES CXX)
9+
project(MolVis VERSION 0.4.1 LANGUAGES CXX)
1010

1111
set(CMAKE_CXX_STANDARD 17)
1212
set(CMAKE_CXX_STANDARD_REQUIRED ON)

RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11

22
# MolVis Release Notes
33

4+
## v0.4.1 (2026-01-26)
5+
6+
### New Features
7+
- Added **Cyanoacrylate** (Super Glue) molecule to the Plastics category
8+
9+
### Improvements
10+
- **Hide Hydrogen** option now only appears for molecules with more than 2 hydrogen atoms
11+
12+
---
13+
414
## v0.4.0 (2026-01-25)
515

616
### Project Improvements

platform/macos/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.4.0</string>
22+
<string>0.4.1</string>
2323
<key>CFBundleVersion</key>
2424
<string>4</string>
2525
<key>LSMinimumSystemVersion</key>

scripts/package/package_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PROJECT_ROOT="$SCRIPT_DIR/../.."
1616
BUILD_DIR="$PROJECT_ROOT/build_mac"
1717
DIST_DIR="$PROJECT_ROOT/dist"
1818
APP_NAME="MolVis"
19-
VERSION="0.4.0"
19+
VERSION="0.4.1"
2020
DMG_NAME="${APP_NAME}-${VERSION}-macOS"
2121

2222
# Colors for output

0 commit comments

Comments
 (0)