File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## Alpha 0.0.4
4
+ - Added Undo/Redo actions with Ctrl+Z/Ctrl+Y
5
+ - Added option in audio menu to loop the sound playback
6
+ - Added option in audio menu to auto-generate the sound when play button is pressed, or when a change is made
7
+ - Added "Pause" and "Stop" actions when the sound is playing
8
+
9
+ ## Alpha 0.0.3
10
+ - Added drag and drop from buttons to create components at a position
11
+ - Adde right click on scene to create compoenent at a position
12
+ - Added "Open recent" menu to open easily the 10 last rojects files
13
+ - Added memorization of window state (position, size, maximized)
14
+
15
+ ## Alpha 0.0.2
16
+ - Added "Select all component" action with Ctrl+A shortcut
17
+ - Added Copy/Paste of components with Ctrl+C/Ctrl+V
18
+ - Added break links action in context menu when right clicking on a pin
19
+ - Fixed a critical bug when loading a project
20
+
21
+ ## Alpha 0.0.1
22
+ - Port the project to Qt5
23
+ - Removed all files specific to SFML
24
+
25
+ ## Pre-Alpha 0.0.0
26
+ - Created the project in SFML
You can’t perform that action at this time.
0 commit comments