-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
32 lines (29 loc) · 1.24 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Version 0.3 -- not yet released
* Undo/Redo
* Accelerated stroke deletion
* Changed servers file format from Pickle to JSON (old files should be migrated)
* User interface improvements
* Better rendering of semitransparent strokes
* Translation support
* Fix some bugs that were (likely) introduced due to a GTK update
* other random bugfixes
Version 0.2.1 -- 2012-07-31
* Support for system-wide installation via setup.py
* Fix a bug, which caused cournal to consume too much CPU if the connection
to the server is stalled
* Update website to http://cournal-project.org
Version 0.2 -- 2012-06-30
* Support colored strokes and strokes with different line width
* Can now save, open and import .xoj files (though it does not support all
features of files created by Xournal)
* Zoom page support (Simon Vetter)
* Support multiple documents on the server (Simon Vetter)
* Display page number in the statusbar (Martin Grohmann)
* Huge amount of cleanups
* Bugfixes
* Improved usability
* The server will now preserve documents between restarts
* Reliably detect connection problems and warn about them
* Broke network compatibility to 0.1
Version 0.1 -- 2012-06-03
* Not many features, but it should work as expected