mirror of
https://codeberg.org/scip/note.git
synced 2025-12-17 04:31:02 +01:00
FIXED: Applied patch by Elmar Loos which fixes misbehavior for
-t and -T (identical output)
FIXED: Fixed import bug which omitted the timestamp of the last
entry, supmitted by Bill Barnard.
FIXED: Fixed another import "bug" (or design flaw) which caused
imported notes to get new numbering after importing them.
Submitted by Bill Barnard.
CHANGED: Until 1.3.4 missing Crypt:: modules lead to unencrypted
fallback by note. From 1.3.5 on this will no more happen,
it croaks now until you install the desired modules
or modify your configuration to use no encryption.
CHANGED: default config and default settings without config have
been changed. They are now simpler, no colours or anything
so that it works better out of the box in any terminal
window or shell (e.g. on dark ones or the like).
ADDED: New interactive mode command: "c". It is now possible to
change note's behavior at runtime. No database related
parameters can be modified.
This commit is contained in:
28
Changelog
28
Changelog
@@ -1,3 +1,31 @@
|
||||
1.3.5:
|
||||
FIXED: Applied patch by Elmar Loos which fixes misbehavior for
|
||||
-t and -T (identical output)
|
||||
FIXED: Fixed import bug which omitted the timestamp of the last
|
||||
entry, supmitted by Bill Barnard.
|
||||
FIXED: Fixed another import "bug" (or design flaw) which caused
|
||||
imported notes to get new numbering after importing them.
|
||||
Submitted by Bill Barnard.
|
||||
CHANGED: Until 1.3.4 missing Crypt:: modules lead to unencrypted
|
||||
fallback by note. From 1.3.5 on this will no more happen,
|
||||
it croaks now until you install the desired modules
|
||||
or modify your configuration to use no encryption.
|
||||
CHANGED: default config and default settings without config have
|
||||
been changed. They are now simpler, no colours or anything
|
||||
so that it works better out of the box in any terminal
|
||||
window or shell (e.g. on dark ones or the like).
|
||||
ADDED: New interactive mode command: "c". It is now possible to
|
||||
change note's behavior at runtime. No database related
|
||||
parameters can be modified.
|
||||
================================================================================
|
||||
1.3.4:
|
||||
ADDED: Each note now contains a "ticket number" which identifies
|
||||
it against other notes. Those tickets are not changing when
|
||||
notes will be reorganized.
|
||||
|
||||
ADDED: added support for less to view note entries instead of
|
||||
just printing it to STDOUT. (interactive mode).
|
||||
================================================================================
|
||||
1.3.3:
|
||||
ADDED: new configfile parameter PrintLines (default: YES), which
|
||||
controls wether listings are separated by horizontal lines.
|
||||
|
||||
Reference in New Issue
Block a user