Skip to content

Commit acb80b8

Browse files
committed
update changelog for bugfix release 1.7.7
1 parent 28aa4a0 commit acb80b8

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.7
9+
10+
### Fixed
11+
12+
- Fixed shallow copy of extra_axes in Command causing rotary 3D preview
13+
distortion (#243)
14+
- Fixed mirrored arcs rendered as full circles in G-code and 3D preview
15+
816
## 1.7.6
917

1018
### Added

data/org.rayforge.rayforge.metainfo.xml

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

6868
<releases>
69+
<release version="1.7.7" date="2026-05-16">
70+
<description>
71+
<p>Bug fix release</p>
72+
<ul>
73+
<li>Fixed shallow copy of extra_axes causing rotary 3D preview
74+
distortion (#243)</li>
75+
<li>Fixed mirrored arcs rendered as full circles in G-code and
76+
3D preview</li>
77+
</ul>
78+
</description>
79+
</release>
6980
<release version="1.7.6" date="2026-05-14">
7081
<description>
7182
<p>Canvas pan, camera enhancements, raster performance, and bug fixes</p>

0 commit comments

Comments
 (0)