|
@@ -1,18 +1,21 @@
|
1
|
|
-Version TBD
|
|
1
|
+Version 0.2.0
|
2
|
2
|
- Added a library pane instead of a toolbar.
|
3
|
3
|
- Added scrolling using the middle mouse button.
|
4
|
4
|
- View menu settings are remembered.
|
5
|
5
|
- Fixed command line parsing on Windows;
|
6
|
6
|
it's not limited to the system ANSI codepage anymore.
|
7
|
|
- - Fixed checking for the shift key when selecting.
|
|
7
|
+ - Fixed checking for the Shift key when selecting.
|
8
|
8
|
- Terminals are ignored when hovering the cursor above a selection.
|
9
|
9
|
- Disallowed wheel zooming when holding mouse buttons.
|
10
|
10
|
- Fixed the behaviour of saving.
|
11
|
11
|
- Fixed rapid right-clicking rotating more than it should.
|
12
|
12
|
- Symbol categories are also loaded from user-specific directories.
|
13
|
|
- - Show the current zoom in the statusbar.
|
|
13
|
+ - Show current zoom in the statusbar.
|
14
|
14
|
- Ported to GTK+ 3 and Lua 5.2.
|
|
15
|
+ - This is the last version supporting Windows XP (we use an outdated GTK+
|
|
16
|
+ bundle, support for this operating system has been dropped in version 3.18).
|
15
|
17
|
- Various unimportant fixes and changes.
|
|
18
|
+ - Known issues: Windows XP looks ugly now and there's little we can do.
|
16
|
19
|
|
17
|
20
|
Version 0.1.2
|
18
|
21
|
- Updated symbol library.
|