mirror of
https://codeberg.org/scip/note.git
synced 2025-12-17 04:31:02 +01:00
This is much faster! ADDED: note can display the notes with colors, it is turned off by default
19 lines
509 B
Plaintext
19 lines
509 B
Plaintext
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.
|
|
FIXED: now numbers of notes will be recounted, if one delete one note,
|
|
so the list of notes will everytime start with 1,2,3,...
|
|
CHANGED: the look of the list output has been changed, similar to a table
|
|
|
|
|
|
|
|
0.1:
|
|
INITIAL RELEASE.
|