Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
r-o-b-o-t-o committed Mar 7, 2021
0 parents commit 0856ec0
Show file tree
Hide file tree
Showing 69 changed files with 9,238 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target
/package
/soundboard-*.zip
/config.json
/sounds
/soundboard.log
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.insertSpaces": false,
"editor.detectIndentation": false,
}
14 changes: 14 additions & 0 deletions CHANGES.md
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
Loading

0 comments on commit 0856ec0

Please sign in to comment.