Skip to content

Commit 7bb8992

Browse files
committed
Release v1.02
1 parent e57579c commit 7bb8992

File tree

6 files changed

+49
-20
lines changed

6 files changed

+49
-20
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake)
4343

4444
# Version number in format X.YY.ZZ
4545
set(VER_X 1)
46-
set(VER_YY 01)
46+
set(VER_YY 02)
4747
set(VER_ZZ 00)
4848
set(VER_FULL "${VER_X}.${VER_YY}.${VER_ZZ}")
4949

ChangeLog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# MilkyTracker ChangeLog
22

3+
## 24/04/2018 (v1.02):
4+
5+
### What's new:
6+
* 99 channel MOD support
7+
* Alternative keybindings for inc/dec Row Insert
8+
9+
### Bugs fixed:
10+
* Fix Lxx command to also set panning envelope if volume sustain point is enabled.
11+
* Infinite loop when processing 8 digit hexadecimal numbers
12+
* SDL crash with -orientation command line parameter
13+
* SDL mouse drag issue
14+
* Fix fine global volume slide down handling
15+
* Various loader memory corruption bugs
16+
317
## 29/07/2017 (v1.01):
418

519
### What's new:

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.00.00-{build}
1+
version: 1.02.00-{build}
22

33
configuration:
44
- Debug

docs/ChangeLog.html

+30-15
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,24 @@
99
</head>
1010
<body>
1111
<h1 id="milkytracker-changelog">MilkyTracker ChangeLog</h1>
12-
<h2 id="v1.01">29/07/2017 (v1.01):</h2>
12+
<h2 id="v1.02">24/04/2018 (v1.02)</h2>
1313
<h3 id="whats-new">What's new:</h3>
1414
<ul>
15+
<li>99 channel MOD support</li>
16+
<li>Alternative keybindings for inc/dec Row Insert</li>
17+
</ul>
18+
<h3 id="bugs-fixed">Bugs fixed:</h3>
19+
<ul>
20+
<li>Fix Lxx command to also set panning envelope if volume sustain point is enabled.</li>
21+
<li>Infinite loop when processing 8 digit hexadecimal numbers</li>
22+
<li>SDL crash with -orientation command line parameter</li>
23+
<li>SDL mouse drag issue</li>
24+
<li>Fix fine global volume slide down handling</li>
25+
<li>Various loader memory corruption bugs</li>
26+
</ul>
27+
<h2 id="v1.01">29/07/2017 (v1.01):</h2>
28+
<h3 id="whats-new-1">What's new:</h3>
29+
<ul>
1530
<li>Channel limit increased to 128 channels</li>
1631
<li>New sample editor filters:</li>
1732
<li>Phase modulation</li>
@@ -21,7 +36,7 @@ <h3 id="whats-new">What's new:</h3>
2136
<li>GUI: Clickable checkbox labels</li>
2237
<li>GNU: Use GNUInstallDirs</li>
2338
</ul>
24-
<h3 id="bugs-fixed">Bugs fixed:</h3>
39+
<h3 id="bugs-fixed-1">Bugs fixed:</h3>
2540
<ul>
2641
<li>Errant characters inserts when selecting patterns using ALT + cursor keys</li>
2742
<li>Windows: Window size now takes scale factor into consideration</li>
@@ -42,7 +57,7 @@ <h3 id="bugs-fixed">Bugs fixed:</h3>
4257
<li>Windows: Window position gradually moving off-screen on restarts</li>
4358
</ul>
4459
<h2 id="v1.00.00">11/03/2017 (v1.00.00):</h2>
45-
<h3 id="whats-new-1">What's new:</h3>
60+
<h3 id="whats-new-2">What's new:</h3>
4661
<ul>
4762
<li>5 new customisable colours</li>
4863
<li>X-Y mouse scrolling support</li>
@@ -69,7 +84,7 @@ <h3 id="whats-new-1">What's new:</h3>
6984
<li>Mouse middle-click to solo channel</li>
7085
<li>..and more, see (<a href="https://github.com/milkytracker/MilkyTracker/commits/master">commit log</a>) for details</li>
7186
</ul>
72-
<h3 id="bugs-fixed-1">Bugs Fixed:</h3>
87+
<h3 id="bugs-fixed-2">Bugs Fixed:</h3>
7388
<ul>
7489
<li>Segfault when loading &lt;4 byte samples</li>
7590
<li>Samples incorrectly offset when exporting .mod files</li>
@@ -91,7 +106,7 @@ <h3 id="bugs-fixed-1">Bugs Fixed:</h3>
91106
<li>Sample/Ins editor listboxes scrolled right in certain circumstances</li>
92107
</ul>
93108
<h2 id="v0.90.86">07/11/13 (v0.90.86):</h2>
94-
<h3 id="whats-new-2">Whats New:</h3>
109+
<h3 id="whats-new-3">Whats New:</h3>
95110
<ul>
96111
<li>Unsafe notes now shown in red when &quot;PT 3 octave limit&quot; option enabled</li>
97112
<li>Haiku port (thanks jua)</li>
@@ -100,7 +115,7 @@ <h3 id="whats-new-2">Whats New:</h3>
100115
<li>Jack driver now connects to first available physical device</li>
101116
<li>MilkyTracker source code now hosted on <a href="https://github.com/milkytracker/MilkyTracker">GitHub</a></li>
102117
</ul>
103-
<h3 id="bugs-fixed-2">Bugs Fixed:</h3>
118+
<h3 id="bugs-fixed-3">Bugs Fixed:</h3>
104119
<ul>
105120
<li>Loss of data when using 'backward' sample filter (<a href="http://forums.modarchive.org/index.php?topic=3093.0">forum post</a>)</li>
106121
<li>Warning displayed when exporting .mod files with samples over 64k (<a href="http://forums.modarchive.org/index.php?topic=3235.0">forum post</a>)</li>
@@ -119,7 +134,7 @@ <h3 id="bugs-fixed-2">Bugs Fixed:</h3>
119134
<li>Various build warnings and errors</li>
120135
</ul>
121136
<h2 id="v0.90.85">01/01/10 (v0.90.85):</h2>
122-
<h3 id="whats-new-3">Whats New:</h3>
137+
<h3 id="whats-new-4">Whats New:</h3>
123138
<ul>
124139
<li>Ability to move dialogs.</li>
125140
<li>Keyboard shortcut Shift-U (unmute all).</li>
@@ -140,7 +155,7 @@ <h3 id="whats-new-3">Whats New:</h3>
140155
<li>Improved constants for 10 band EQ.</li>
141156
<li>New font: Topaz 1.3 &amp; Topaz 2.0 (8x8)</li>
142157
</ul>
143-
<h3 id="bugs-fixed-3">Bugs Fixed:</h3>
158+
<h3 id="bugs-fixed-4">Bugs Fixed:</h3>
144159
<ul>
145160
<li>(Unix) JACK client thread gets zombified causing playback to block.</li>
146161
<li>Crash when using the '-orientation ROTATE90CW' switch on SDL versions.</li>
@@ -182,7 +197,7 @@ <h3 id="bugs-fixed-3">Bugs Fixed:</h3>
182197
<h2 id="v0.90.80">04/13/08 (v0.90.80):</h2>
183198
<h3 id="important-note">Important note:</h3>
184199
<p>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 <strong>Windows</strong> the configuration is stored in the application folder. When using MilkyTracker on <strong>OS X</strong> or <strong>Unix</strong> systems the configuration is stored in your home directory in a file called .milkytracker_config.</p>
185-
<h3 id="whats-new-4">What's New:</h3>
200+
<h3 id="whats-new-5">What's New:</h3>
186201
<ul>
187202
<li>Killer feature: Open up to 32 modules using tabs(*):
188203
<ul>
@@ -210,7 +225,7 @@ <h3 id="whats-new-4">What's New:</h3>
210225
<li>WAV loader recognizes loop points and also exports them</li>
211226
</ul>
212227
<p>(*) Only available in the Desktop version of MilkyTracker</p>
213-
<h3 id="bugs-fixed-4">Bugs Fixed:</h3>
228+
<h3 id="bugs-fixed-5">Bugs Fixed:</h3>
214229
<h4 id="replay">Replay</h4>
215230
<ul>
216231
<li>Fixed bug in bidirectional looping which caused clicks on short samples</li>
@@ -232,7 +247,7 @@ <h4 id="other">Other</h4>
232247
<li>Countless bugs you might not even have found yet</li>
233248
</ul>
234249
<h2 id="v0.90.60">05/20/07 (v0.90.60):</h2>
235-
<h3 id="whats-new-5">What's New:</h3>
250+
<h3 id="whats-new-6">What's New:</h3>
236251
<ul>
237252
<li>New imported (obscure) module formats (mainly for personal satisfaction):
238253
<ul>
@@ -255,7 +270,7 @@ <h3 id="whats-new-5">What's New:</h3>
255270
<li>&quot;Mix paste&quot; in the sample editor: paste in a sample from the clipboard and get it mixed with the current selection/entire sample.</li>
256271
<li>As usually: more Ft2-compatible replay</li>
257272
</ul>
258-
<h3 id="bugs-fixed-5">Bugs Fixed:</h3>
273+
<h3 id="bugs-fixed-6">Bugs Fixed:</h3>
259274
<h4 id="replay-1">Replay</h4>
260275
<ul>
261276
<li>A severe volume ramping bug has been fixed</li>
@@ -287,7 +302,7 @@ <h4 id="other-1">Other</h4>
287302
<li>Other things I can't remember :P</li>
288303
</ul>
289304
<h2 id="v0.90.50-tons-of-fixes-and-added-features">09/26/06 (v0.90.50), Tons of fixes and added features:</h2>
290-
<h3 id="whats-new-6">What's New:</h3>
305+
<h3 id="whats-new-7">What's New:</h3>
291306
<ul>
292307
<li>New platforms supported:
293308
<ul>
@@ -327,7 +342,7 @@ <h3 id="whats-new-6">What's New:</h3>
327342
<li>Skippable splash screen</li>
328343
<li>Volume boost/fade dialogs accept negative values (useful for chip sample generation, sample phase inversion etc)</li>
329344
</ul>
330-
<h3 id="bugs-fixed-6">Bugs Fixed:</h3>
345+
<h3 id="bugs-fixed-7">Bugs Fixed:</h3>
331346
<h4 id="replay-2">Replay</h4>
332347
<ul>
333348
<li>A rogue EDx note delay without a note should retrigger the previous note when x is lesser than or equal to song speed.</li>
@@ -361,7 +376,7 @@ <h4 id="user-interface">User interface</h4>
361376
<li>When tabbing to a channel outside the current display, the screen shifted one whole &quot;page&quot;. Very confusing for young, fragile artists. Now it moves one channel at a time, à la Ft2.</li>
362377
</ul>
363378
<h2 id="v0.90.30-mainly-bugfixes-and-minor-additions">02/14/06 (v0.90.30), Mainly bugfixes and minor additions:</h2>
364-
<h3 id="bugs-fixed-7">Bugs fixed:</h3>
379+
<h3 id="bugs-fixed-8">Bugs fixed:</h3>
365380
<ul>
366381
<li>ProTracker modules using 'one shot'-looped samples seem to crash the replayer sometimes. Fixed.</li>
367382
<li>There was a bug in the mod exporter when trying to export samples with a loopstart set to 0. Fixed.</li>

docs/MilkyTracker.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>MilkyTracker Manual v1.01</title>
4+
<title>MilkyTracker Manual v1.02</title>
55
<meta charset="UTF-8" />
66
<style type="text/css">
77
html, body {

docs/TiTAN.nfo

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
Titan
1616
Presents:
1717

18-
MilkyTracker v1.0.0
18+
MilkyTracker v1.02
1919

2020
- The multiplatform Fasttracker II clone -
2121

22-
Released on 11/03/2017
22+
Released on 24/02/2018
2323

2424
See MilkyTracker.html for details.
2525

0 commit comments

Comments
 (0)