diff --git a/CMakeLists.txt b/CMakeLists.txt index 9318dbce..4bdecf1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/ChangeLog.md b/ChangeLog.md index 622e7b31..ab802bef 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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: diff --git a/docs/ChangeLog.html b/docs/ChangeLog.html index db4385c5..118f6fa1 100644 --- a/docs/ChangeLog.html +++ b/docs/ChangeLog.html @@ -1,21 +1,186 @@ - - + + - - + - - + + ChangeLog + +

MilkyTracker ChangeLog

-

24/02/2018 (v1.02)

-

What's new:

+

12/12/2020 (v1.03):

+

What’s new:

+ +

Bugs fixed:

+ +

24/02/2018 (v1.02):

+

What’s new:

-

Bugs fixed:

+

Bugs fixed:

29/07/2017 (v1.01):

-

What's new:

+

What’s new:

-

Bugs fixed:

+

Bugs fixed:

11/03/2017 (v1.00.00):

-

What's new:

+

What’s new:

-

Bugs Fixed:

+

Bugs Fixed:

07/11/13 (v0.90.86):

-

Whats New:

+

Whats New:

-

Bugs Fixed:

+

Bugs Fixed:

01/01/10 (v0.90.85):

-

Whats New:

+

Whats New:

-

Bugs Fixed:

+

Bugs Fixed:

04/13/08 (v0.90.80):

Important note:

-

This version of MilkyTracker will update your current configuration file in a way that it's no longer usable with older versions. It is recommended that you keep a backup of your configuration file. On Windows the configuration is stored in the application folder. When using MilkyTracker on OS X or Unix systems the configuration is stored in your home directory in a file called .milkytracker_config.

-

What's New:

+

This version of MilkyTracker will update your current configuration file in a way that it’s no longer usable with older versions. It is recommended that you keep a backup of your configuration file. On Windows the configuration is stored in the application folder. When using MilkyTracker on OS X or Unix systems the configuration is stored in your home directory in a file called .milkytracker_config.

+

What’s New:

05/27/05:

05/14/05:

@@ -529,7 +700,7 @@

04/29/05:

04/25/05:

diff --git a/docs/MilkyTracker.html b/docs/MilkyTracker.html index a4511838..0ae3941a 100644 --- a/docs/MilkyTracker.html +++ b/docs/MilkyTracker.html @@ -1,7 +1,7 @@ - MilkyTracker Manual v1.02 + MilkyTracker Manual v1.03