We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5587207 commit 3296808Copy full SHA for 3296808
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## [0.1.0] - 2021-04-26
4
+ - Package GD and Perl in the AppImage so that pngcam works on more systems
5
+ - Check for illegal inputs (zero, negative) and either warn or reject them
6
+ - Various UI glitch fixes and improvements
7
+ - Diagrams in tooltips
8
+ - Internally plot intermediate heightmaps between jobs so that roughing isn't repeated
9
+ - Ramp entry
10
+ - Omit top
11
+ - Cut beyond edges
12
+ - Fix memory leak
13
+ - Make step forward an option instead of copying it from step over
14
+ - 24-bit depth on heightmaps instead of 8-bit
15
+
16
## [0.0.3] - 2021-04-17
17
- UI glitch fixes
18
- Settings window
0 commit comments