Browse Source

Bump version

tags/v1.1.0
Andrew Belt 5 years ago
parent
commit
67342b7d8c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      Makefile

+ 1
- 1
CHANGELOG.md View File

@@ -2,7 +2,7 @@


In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac.


### 1.1.0 (in development)
### 1.1.0 (2019-06-27)
- Request microphone access on Mac to prevent Mac 10.14+ from blocking audio input. - Request microphone access on Mac to prevent Mac 10.14+ from blocking audio input.
- Clear filters in Module Browser when backspace is pressed while the search field is empty. - Clear filters in Module Browser when backspace is pressed while the search field is empty.
- Add Mod-0 key command to set zoom to 100%. - Add Mod-0 key command to set zoom to 100%.


+ 1
- 1
Makefile View File

@@ -1,6 +1,6 @@
RACK_DIR ?= . RACK_DIR ?= .
# VERSION := 1.dev.$(shell git rev-parse --short HEAD) # VERSION := 1.dev.$(shell git rev-parse --short HEAD)
VERSION := 1.0.0
VERSION := 1.1.0


FLAGS += -DVERSION=$(VERSION) FLAGS += -DVERSION=$(VERSION)
FLAGS += -Iinclude -Idep/include FLAGS += -Iinclude -Idep/include


Loading…
Cancel
Save