Skip to content

Commit 89d9521

Browse files
committed
0.1.0 Release
1 parent 192089c commit 89d9521

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed

bin/ChangeLog.txt

+126
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
---------------------------------------------------------------------------------------------------
2+
Version: 0.1.0.210
3+
Date: 2018.12.01
4+
Features:
5+
- Main frame of widgets.
6+
- Block drawing(BODY_BLOCK).
7+
- Script category tab drawing.
8+
- Menu bar painting.
9+
---------------------------------------------------------------------------------------------------
10+
Version: 0.1.0.236
11+
Date: 2018.12.02
12+
Features:
13+
- Can drag and move blocks.
14+
- Copy block from ScriptPart_BlockView widget.
15+
---------------------------------------------------------------------------------------------------
16+
Version: 0.1.0.255
17+
Date: 2018.12.03
18+
Features:
19+
- Block display: TAIL_BLOCK
20+
- Block display: HEAD_BLOCK
21+
- Delete block while dragging it out from ScriptPart_ScriptEdit widget
22+
Bugfixes:
23+
- Fixed block copy all time.[bug#1]
24+
- Fixed block position error while moving.[bug#2]
25+
---------------------------------------------------------------------------------------------------
26+
Version: 0.1.0.276
27+
Date: 2018.12.04
28+
Bugfixes:
29+
- Fixed block cannot be dragged after the block was copied.[bug#3]
30+
- Fixed block's position is wrong after the block was copied.[bug#4]
31+
- Fixed block's offset vector is [0, 0] after the block was copied.[bug#5]
32+
---------------------------------------------------------------------------------------------------
33+
Version: alpha-bd294
34+
Date: 2018.12.09
35+
Features:
36+
- Block can be connect if their position are lower than (30, 30)
37+
Bugfixes:
38+
- Fixed block in edit area but contains in main widget.[bug#7]
39+
---------------------------------------------------------------------------------------------------
40+
Version: 0.1.0.307
41+
Date: 2018.12.11
42+
Features:
43+
- Added function to blocks.
44+
- Added TestSprite for testing program.
45+
- Added Test block: add 10 to x
46+
- Added Test block: sub 10 to x
47+
- Added Test block: add 10 to y
48+
- Added Test block: sub 10 to y
49+
- Now the project can be run.
50+
- The first executable program on win_x86_64.
51+
Bugfixes:
52+
- Fixed some blocks doesn��t redraw while changing block tabs.[bug#6]
53+
- Fixed the position of the block in block view with index greater than 2 error.[bug#11]
54+
Source:
55+
- Now output assembly file for debugging.[compiler#msvc]
56+
---------------------------------------------------------------------------------------------------
57+
Version: 0.1.0.313
58+
Date: 2018.12.11
59+
Features:
60+
- Insert block between two blocks.
61+
- Added dump file making if program crashed.
62+
- Added function for catching unhandled exception.
63+
- Print logs to log file if the program crashed, including calling stack, source file.
64+
Source:
65+
- Added defines PLATFORM_X86_64, PLATFORM_X86 for compiling.
66+
- Added defines PLATFORM_WINDOWS, PLATFORM_LINUX for compiling.
67+
- Added VERSION for executable file information.
68+
- Deleted assembly file output for msvc++ compiler to make building project faster.[compiler#msvc]
69+
---------------------------------------------------------------------------------------------------
70+
Version: 0.1.0.346
71+
Date: 2018.12.13
72+
Features:
73+
- Changed StageArea top-left and top-right bold radius into 8px.
74+
- Changed bold radius of start button and stop button into 8px.
75+
- Changed calling resize function of some widgets into resizeEvent function.
76+
- Changed translation file into YAML file.
77+
- Changed title of "Zilsh" into "Zilch".
78+
- Each translation file must have key "current_lang" to show that what language is.
79+
- Added translation file for language type.
80+
- Added translation enable option file.
81+
- Added StagePart and SpritePart to StageArea.
82+
- Added ui of SpritePart_Topbar.
83+
Source:
84+
- Added jsdoc for some funtions.
85+
---------------------------------------------------------------------------------------------------
86+
Version: 0.1.0.370
87+
Date: 2018.12.14
88+
Features:
89+
- Added GUI to show sprite's information.
90+
- Added API for decode YAML data.
91+
- Set default style as Fusion(some system may not support).
92+
- Changed size of EditArea.
93+
---------------------------------------------------------------------------------------------------
94+
Version: 0.1.0.392
95+
Date: 2018.12.16
96+
Features:
97+
- Changed block's source.
98+
- Added cpu status output to crasher.[cpu#amd64, os#windows]
99+
---------------------------------------------------------------------------------------------------
100+
Version: 0.1.0.408
101+
Date: 2018.12.20
102+
Bugfixes:
103+
- Fixed the block cannot be dragged after the block was copied.[bug#9]
104+
- Fixed sometimes the program will crash while inserting or moving blocks.[bug#13]
105+
- Fixed the program crash when deleting a block.[bug#15]
106+
- Fixed the program crash when dragging a block.[bug#16]
107+
- Fixed the program crash when releasing a block.[bug#17]
108+
- Fixed the program crash when run project.[bug#18]
109+
- Fixed the program crash when moving a block.[bug#19]
110+
Source:
111+
- Added compiler option /WA on msvc and -Werror on gcc, the compiler will make warnings as errors.
112+
- Removed resource file.
113+
---------------------------------------------------------------------------------------------------
114+
Version: 0.1.0.413
115+
Date: 2018.12.22
116+
Features:
117+
- Added button to show information of sprite.
118+
Source:
119+
- Deleted unsed signals and slots.
120+
- Changed block's function calling.
121+
---------------------------------------------------------------------------------------------------
122+
Version: 0.1.0.417 | 0.1.0
123+
Date: 2018.12.25
124+
Source:
125+
- Added destructor to some of functions.
126+
---------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)