CHANGED: it uses no more a mysql database, but a binary file instead.

This is much faster!
ADDED:          note can display the notes with colors, it is turned off by default
This commit is contained in:
TLINDEN
2012-02-10 20:01:40 +01:00
parent 7596c9c634
commit ff1414cd3a
5 changed files with 593 additions and 322 deletions

View File

@@ -1,3 +1,10 @@
0.3:
CHANGED: it uses no more a mysql database, but a binary file instead.
This is much faster!
ADDED: note can display the notes with colors, it is turned off by default
0.2:
FIXED: now any occurence of ' will be masked with \' before storage
to the mysql database.