Skip to content

Commit 11f682c

Browse files
committed
update changelog for release 1.7.8
1 parent 44f8edb commit 11f682c

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

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

8+
## 1.7.8
9+
10+
### Added
11+
12+
- Distance preset buttons in Print and Cut wizard for quick selection
13+
- Updated addon API version to 13
14+
15+
### Changed
16+
17+
- Migrated geometry processing from Python to Rust (raygeo) for improved performance
18+
19+
### Fixed
20+
21+
- Fixed WCS offset applied twice in Move to Selection buttons (#245)
22+
823
## 1.7.7
924

1025
### Fixed

data/org.rayforge.rayforge.metainfo.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,20 @@
6666
</screenshots>
6767

6868
<releases>
69+
<release version="1.7.8" date="2026-05-17">
70+
<description>
71+
<p>Performance improvements and bug fixes</p>
72+
<ul>
73+
<li>Migrated geometry processing from Python to Rust (raygeo)
74+
for improved performance</li>
75+
<li>Added distance preset buttons in Print and Cut wizard for
76+
quick selection</li>
77+
<li>Fixed WCS offset applied twice in Move to Selection buttons
78+
(#245)</li>
79+
<li>Updated addon API version to 13</li>
80+
</ul>
81+
</description>
82+
</release>
6983
<release version="1.7.7" date="2026-05-16">
7084
<description>
7185
<p>Bug fix release</p>

0 commit comments

Comments
 (0)