Skip to content

Commit 2dd07a3

Browse files
1.09
1 parent 45e8347 commit 2dd07a3

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
*For binaries changelog see [releases](https://github.com/seven-phases/spectrum-analyzer/releases)*
22

3+
## 1.09
4+
5+
2015-06-19
6+
7+
- allow to save current settings as default
8+
- put factory colour schemes into dll
9+
- suppress redundant bypass where not necessarily
10+
- fix (?) background garbage when plugin window is moved (XP only?)
11+
- rework curve interpolation code
12+
313
## 1.08
414

515
2015-06-04

release/changelog.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616

1717
<!-- ...................................................................... -->
1818

19+
<strong>1.09-beta Jun 19, 2015</strong>:<ul>
20+
<li>new: button to save current settings as default</li>
21+
<li>factory color schemes are built into the plugin</li>
22+
<li>curve drawing performance improvement</li>
23+
<li>other minor fixes and improvements</li>
24+
</ul>
25+
26+
<!-- ...................................................................... -->
27+
1928
<strong>1.08-beta Jun 04, 2015</strong>:<ul>
2029
<li>new: curve fill mode</li>
2130
<li>improved 'freeze' function (don't freeze deadly)</li>

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#define VER 1,0,8
2+
#define VER 1,0,9
33
#define NAME "Spectrum Analyzer"
44
#define COMPANY "Seven Phases"
55
#define COPYRIGHT "© Max Mikhailov, 2009-2015"

0 commit comments

Comments
 (0)