-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.txt
52 lines (40 loc) · 1.28 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Changelog:
Added features are marked with a '+',
removed features with a '-',
and changed/other with a '.'.
This project adheres to semantic versioning (MAJOR.MINOR.PATCH).
1.1.0 (2021-12-06):
+ Add lighting
+ Add hobold orbit trap algorithm
+ Add running (SHIFT+WASD)
+ Add ability to load multiple scripts at the same time
. Update documentation
. Shut down faster when quitting
1.0.0 (2021-03-24):
+ Add custom terrain scripting
+ Add documentation for writing custom algorithms
+ Save and load state with CTRL+S and CTRL+O
. Simplify custom color algorithm writing
. Change license to AGPLv3
0.2.0 (2020-11-22):
+ Add fast mode
+ Make y-axis scaleable
+ Make screenshots anti aliased
. Move zooming controls to mouse buttons
. Increase possible zoom depth
. Disable autozoom when enabling autowalking
. Simplify coloring controls
. Fix autowalk bug when far away from non-zero height terrain
. Change iteration controls
0.1.0 (2020-11-03):
+ Add automatic walking
+ Add ability to pause
+ Add ability to change window size
+ Add ability to take screenshot
+ Add ability to control colors
+ Add time variable to shaders
+ Add dvorak keyboard layout option
. Fix issues when enabling autozoom inside mandelbrot set
. Make escape exit program
0.0.1 (2020-05-28):
. Fix deep shader calculation.