Skip to content

Commit

Permalink
Correct version numbers and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SunderB committed Feb 28, 2018
1 parent 42fc3b9 commit 033d0cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# Releases of sunderb/sb-atom-sonic-pi
## 1.0 - First release of sunderb/sb-atom-sonic-pi
* Adjusted OSC code to send to Sonic Pi server, and optionally the Sonic Pi GUI (OSC messages sent to GUI appear in the cue log).
* Added save-and-play-file command, which saves the current file and tells Sonic Pi to play the file. This allows for playback of large buffers. This command can be activated using F5.
* Changed some key bindings (atom-sonic:stop used ctrl-s, which is used as save on many systems, so I changed that), see below for the key bindings.

# Releases from rkh/atom-sonic
## 0.3.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sb-atom-sonic-pi",
"main": "./lib/sb-atom-sonic-pi",
"version": "1.0.0",
"version": "dev-28-02-2018-1",
"description": "Sonic Pi Atom integration. Based on rkh/atom-sonic.",
"keywords": [],
"providedServices": {
Expand Down

0 comments on commit 033d0cd

Please sign in to comment.