Skip to content

Commit

Permalink
release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hall committed Apr 12, 2023
1 parent 678fe90 commit 54240c4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3] - 2023-04-11

### Changed

- play a different sound (harpsichord) on wrong notes
- use only a single cursor
- swap keyboard key colors to draw attention to keys which require action
- required is now green
- pressed is now grey
- remove boomwhacker colors toggle

## [0.1.2] - 2023-03-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
pname = package.name;
version = package.version;
src = ./.;
npmDepsHash = "sha256-f7MWKVB9iRveu5EoYcvnXYOrJpO6NoFbd8q476nAnIY=";
npmDepsHash = "sha256-8+cvF2aQyX2kTSpkRa73tnxvyvbDF52uN/EA0Hwkq18=";
nativeBuildInputs = [
python310
nodejs.pkgs.node-gyp-build
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "midi.academy",
"description": "Interactive MIDI learning",
"version": "0.1.2",
"version": "0.1.3",
"author": "",
"homepage": "https://midi.academy",
"scripts": {
Expand Down

0 comments on commit 54240c4

Please sign in to comment.