Skip to content

Commit c16e369

Browse files
authored
draft release notes
1 parent 6f693bc commit c16e369

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

notes.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Sandify v1.2.2
2+
3+
## New Features
4+
5+
### Maze Shape
6+
7+
You can now generate traversable mazes in Sandify! Choose from four different grid types (Rectangle, Circle, Hexagon, or Triangle) and seven maze algorithms including Backtracker, Kruskal, Prim, and more. You can have the pattern draw the solution path or try to solve it yourself.
8+
9+
To try it out, select **Maze** as the layer Type.
10+
11+
<img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/ea4a1ea4-e278-4938-80c8-2cd9ce49698c" />
12+
<img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/86f741dd-ce60-4f72-878c-a5b9fdf483bd" />
13+
<img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/1ea407c4-29d2-4751-b8f1-b6d5bea4d91c" />
14+
<img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/a8517d5f-7d0f-4595-be31-73264c6cdb8d" />
15+
16+
### New Fractal Spirograph Types
17+
18+
We've added several new L-system patterns (Anklet of Krishna, Fractal Tree 6, Lévy C Curve, Terdragon). There are also 2 new options: one to let you add randomness with branch probability, and one that adjusts angle offsets.
19+
20+
To try it out, select **Fractal Spirograph** and then try out different types and options.
21+
22+
<img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/d8d7ce24-f031-4c05-b4a3-f8dd0208d7d9" />
23+
<img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/ca4da7af-01dd-487f-a5fa-92bbeec59cc7" />
24+
25+
### Voronoi Effect
26+
27+
The Voronoi shape now has an effect counterpart! It will convert any pattern into a Voronoi diagram, with some pretty dramatic results.
28+
29+
To try it out, add an effect to a layer and select **Voronoi**.
30+
31+
<img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/b4fa0948-8134-4de6-b633-c2dbd380b902" />
32+
<img width="400" height="400" alt="image" src="https://github.com/user-attachments/assets/25606362-68e4-402d-8070-7f811261b09e" />
33+
34+
### Internationalization
35+
36+
Thanks in large part to [@songfei](https://github.com/songfei) efforts, Sandify now supports multiple languages! We've added full Chinese translation support. To switch languages, go to the Settings tab and select a language (English or Simplified Chinese).
37+
38+
<img width="405" height="229" alt="image" src="https://github.com/user-attachments/assets/b7e37894-5eda-4b0d-a753-a97af3b7fd9a" />
39+
40+
### New Fancy Text Fonts
41+
42+
The Fancy Text shape got a bunch of new fonts (Caveat, Fira Code, Montserrat, Permanent Marker, and Source Han Serif CN). Several fonts also have bold variants.
43+
44+
<img width="444" height="586" alt="image" src="https://github.com/user-attachments/assets/49738040-5a91-4a29-96ac-731381b00fbc" />
45+
46+
## Bug Fixes
47+
48+
- Fixed aspect ratio issues when changing dimensions
49+
- Fixed slider inputs not updating when typing values
50+
51+
## Forum Discussion
52+
53+
Head over to the [V1 Engineering forum](https://forum.v1e.com) to discuss this release, ask questions, or share what you've created!

0 commit comments

Comments
 (0)