Skip to content

Commit

Permalink
Increment patch-level version number: v1.6.6 --> v1.6.7
Browse files Browse the repository at this point in the history
Update changelog.
  • Loading branch information
andrepxx committed Mar 17, 2022
1 parent 128463b commit 5dbff90
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ImpulseResponses": "ir/index.json",

"WebServer": {
"Name": "go-dsp-guitar/1.6.6",
"Name": "go-dsp-guitar/1.6.7",
"Port": "8080",
"TLSPort": "8443",
"TLSPrivateKey": "keys/private.pem",
Expand Down
13 changes: 13 additions & 0 deletions doc/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog for go-dsp-guitar
---------------------------

v1.6.7

Maintenance / bugfixes / corrections:

- Replace usage of deprecated "io/ioutil" package with equivalent methods from "io" or "os" package.
- Simplify power amp code to no longer supply IDs for compiled filters. Filters are regenerated synchronously for some time in order to avoid race conditions, especially during batch processing, so these IDs are no longer needed in order to guarantee sequential ordering.
- Change interface of metronome value setters to support them failing to set a value. (This is an interface change in preparation for upcoming features.)
- Introduce new constants for default values in metronome.
- Update to latest version of "pure-knob", improving support for high-DPI displays.
- Several small bugfixes, code improvements and UI changes.
- Increment patch version number: v1.6.6 --> v1.6.7


v1.6.6

Maintenance / bugfixes / corrections:
Expand Down

0 comments on commit 5dbff90

Please sign in to comment.