Skip to content

Commit

Permalink
docs: update CHANGELOG.md to have links to issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vsariola committed Feb 17, 2024
1 parent aec756f commit 954b306
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
### Added
- Passing a file name on command line immediately tries loading that file (#122)
- Passing a file name on command line immediately tries loading that file ([#122][i122])
- Massive rewrite of the GUI, in particular allowing better copying, pasting and
scrolling of table-based data (order list and note data).
- Dbgain unit, which allows defining the gain in decibels (-40 dB to +40dB)

### Fixed
- 32-bit su_load_gmdls clobbered ebx, even though __stdcall demands it to be not
touched
- Spaces are allowed in instrument names (#120)
- Reduce the default height of popup menus so they fit on screen (fixes #121:
"The dropdown for targeting sends can make it impossible to choose certain
ops")
touched ([#130][i130])
- Spaces are allowed in instrument names ([#120][i120])
- Fixed the dropdown for targeting sends making it impossible to choose certain
ops. This was done just by reducing the default height of popup menus so they
fit on screen ([#121][i121])

## v0.3.0
### Added
Expand Down Expand Up @@ -122,4 +122,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[Unreleased]: https://github.com/vsariola/sointu/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/vsariola/sointu/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/vsariola/sointu/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/vsariola/sointu/compare/4klang-3.11...v0.1.0
[0.1.0]: https://github.com/vsariola/sointu/compare/4klang-3.11...v0.1.0
[i120]: https://github.com/vsariola/sointu/issues/120
[i121]: https://github.com/vsariola/sointu/issues/121
[i122]: https://github.com/vsariola/sointu/issues/122
[i130]: https://github.com/vsariola/sointu/issues/130

0 comments on commit 954b306

Please sign in to comment.