-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0856ec0
Showing
69 changed files
with
9,238 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/target | ||
/package | ||
/soundboard-*.zip | ||
/config.json | ||
/sounds | ||
/soundboard.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"editor.insertSpaces": false, | ||
"editor.detectIndentation": false, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
## [1.0.0](https://github.com/r-o-b-o-t-o/soundboard/releases/tag/v1.0.0) - 2021-03-07 | ||
|
||
### Additions | ||
|
||
- Added auto-updater | ||
- Added changelog pop-up | ||
- Added an option to start automatically on system startup | ||
- Added an option to copy sound files to the sound directory | ||
|
||
### Fixes | ||
|
||
- Fixed TCP listener not closing properly on exit |
Oops, something went wrong.