Skip to content

Commit 90ade86

Browse files
committed
Added Changelog.md
1 parent 860662a commit 90ade86

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

0 commit comments

Comments
 (0)