Skip to content

Commit

Permalink
Release v1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltafire committed Dec 9, 2020
1 parent ac29d03 commit 5ffac52
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 93 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

# Version number in format X.YY.ZZ
set(VER_X 1)
set(VER_YY 02)
set(VER_YY 03)
set(VER_ZZ 00)
set(VER_FULL "${VER_X}.${VER_YY}.${VER_ZZ}")

Expand Down
23 changes: 23 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# MilkyTracker ChangeLog

## 12/12/2020 (v1.03):

### What's new:
* Improved FT2 accuracy
* Alt-Backspace alternative for insert keybindings
* Improved mousewheel / touchpad scrolling for Windows/OSX/SDL2
* Option to invert mousewheel for pattern editor
* New flanger effect
* Allow quarter periods in sample generator
* Click and drag to move selection in pattern editor
* More intuitive cutting/pasting of partial FX commands
* Allow selections by clicking outside the pattern bounds
* Easier and more intuitive sample selection resizing

### Bugs fixed:
* Various compatibility fixes
* Jam channels stop working after applying settings
* Improper WAV chunk parsing for odd sizes
* Multiple heap & buffer overflow vulnerabilities
* MacOS compatibility
* Inverted samoples during signed to unsigned conversion
* ...and more, see git commit history for details

## 24/02/2018 (v1.02):

### What's new:
Expand Down
Loading

0 comments on commit 5ffac52

Please sign in to comment.