FIXED: oops - the new suptopic feature confused the commandline-mode of
note! quickly corrected! so subtopics also available from command-
line.
FIXED: a small bug fiyed, it was impossible to use -D or -I from command-
line, if $ALWAYS_INT was turned on, now it is.
FIXED: fixed problem with local/global variable $time, which confused
the script under certain circumstances, now $time is no more global,
it will be read in (using &getdate) locally by &new and &edit.
CHANGED: The Topic separator is no longer hardcoded, one can customize
it using the $TopicSep variable, the default is now /, the backslash
will no mor work!
CHANGED: use perl buildin localtime() function instead of
GNU date, which is possibly not installed on every target
system (i.e. win32), therefore better portability!
CHANGED: use now the strict module
ADDED: Support for subtopics added (and sub-sub-..-topics).
CHANGED: Removed the "T" command, it is now obsolete.
CHANGED: behavior of list command changed, now shows topics as well as
notes under the current topic(if there are some).
CHANGED: The ".." command takes you now one level higher in your topic-
structure.
ADDED: A new config option $PreferredEditor, which you can use to
specify your own choice of editor.
FIXED: A bug at line 769 causing single note where smaller than note-
listings
2012-02-10 20:11:22 +01:00
|
|
|
==================================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
0.6:
|
|
|
|
|
FIXED: oops - the new suptopic feature confused the commandline-mode of
|
|
|
|
|
note! quickly corrected! so subtopics also available from command-
|
|
|
|
|
line.
|
|
|
|
|
FIXED: a small bug fiyed, it was impossible to use -D or -I from command-
|
|
|
|
|
line, if $ALWAYS_INT was turned on, now it is.
|
|
|
|
|
FIXED: fixed problem with local/global variable $time, which confused
|
|
|
|
|
the script under certain circumstances, now $time is no more global,
|
|
|
|
|
it will be read in (using &getdate) locally by &new and &edit.
|
|
|
|
|
CHANGED: The Topic separator is no longer hardcoded, one can customize
|
|
|
|
|
it using the $TopicSep variable, the default is now /, the backslash
|
|
|
|
|
will no mor work!
|
|
|
|
|
CHANGED: use perl buildin localtime() function instead of
|
|
|
|
|
GNU date, which is possibly not installed on every target
|
|
|
|
|
system (i.e. win32), therefore better portability!
|
|
|
|
|
CHANGED: use now the strict module
|
|
|
|
|
ADDED: Support for subtopics added (and sub-sub-..-topics).
|
|
|
|
|
CHANGED: Removed the "T" command, it is now obsolete.
|
|
|
|
|
CHANGED: behavior of list command changed, now shows topics as well as
|
|
|
|
|
notes under the current topic(if there are some).
|
|
|
|
|
CHANGED: The ".." command takes you now one level higher in your topic-
|
|
|
|
|
structure.
|
|
|
|
|
ADDED: A new config option $PreferredEditor, which you can use to
|
|
|
|
|
specify your own choice of editor.
|
|
|
|
|
FIXED: A bug at line 769 causing single note where smaller than note-
|
|
|
|
|
listings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
==================================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-02-10 20:09:11 +01:00
|
|
|
0.5:
|
|
|
|
|
ADDED: Topic support(requested). You can sort the various notes under
|
|
|
|
|
different topics now.
|
|
|
|
|
FIXED: There was another bug, which caused the list command to display
|
|
|
|
|
the notes with a too high value of $maxlen.
|
|
|
|
|
|
|
|
|
|
|
FIXED: oops - the new suptopic feature confused the commandline-mode of
note! quickly corrected! so subtopics also available from command-
line.
FIXED: a small bug fiyed, it was impossible to use -D or -I from command-
line, if $ALWAYS_INT was turned on, now it is.
FIXED: fixed problem with local/global variable $time, which confused
the script under certain circumstances, now $time is no more global,
it will be read in (using &getdate) locally by &new and &edit.
CHANGED: The Topic separator is no longer hardcoded, one can customize
it using the $TopicSep variable, the default is now /, the backslash
will no mor work!
CHANGED: use perl buildin localtime() function instead of
GNU date, which is possibly not installed on every target
system (i.e. win32), therefore better portability!
CHANGED: use now the strict module
ADDED: Support for subtopics added (and sub-sub-..-topics).
CHANGED: Removed the "T" command, it is now obsolete.
CHANGED: behavior of list command changed, now shows topics as well as
notes under the current topic(if there are some).
CHANGED: The ".." command takes you now one level higher in your topic-
structure.
ADDED: A new config option $PreferredEditor, which you can use to
specify your own choice of editor.
FIXED: A bug at line 769 causing single note where smaller than note-
listings
2012-02-10 20:11:22 +01:00
|
|
|
|
|
|
|
|
==================================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-02-10 20:07:35 +01:00
|
|
|
0.4.2:
|
|
|
|
|
ADDED: If run in interactive mode, note will at first do a list command.
|
|
|
|
|
FIXED: A bug caused note to save bogus timestamps after editing a note.
|
|
|
|
|
CHANGED: It does no more print 3 newlines before the menu in interactive mode.
|
|
|
|
|
FIXED: Some more vars will be resetted during each loop in interactive mode.
|
|
|
|
|
$ListType.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FIXED: oops - the new suptopic feature confused the commandline-mode of
note! quickly corrected! so subtopics also available from command-
line.
FIXED: a small bug fiyed, it was impossible to use -D or -I from command-
line, if $ALWAYS_INT was turned on, now it is.
FIXED: fixed problem with local/global variable $time, which confused
the script under certain circumstances, now $time is no more global,
it will be read in (using &getdate) locally by &new and &edit.
CHANGED: The Topic separator is no longer hardcoded, one can customize
it using the $TopicSep variable, the default is now /, the backslash
will no mor work!
CHANGED: use perl buildin localtime() function instead of
GNU date, which is possibly not installed on every target
system (i.e. win32), therefore better portability!
CHANGED: use now the strict module
ADDED: Support for subtopics added (and sub-sub-..-topics).
CHANGED: Removed the "T" command, it is now obsolete.
CHANGED: behavior of list command changed, now shows topics as well as
notes under the current topic(if there are some).
CHANGED: The ".." command takes you now one level higher in your topic-
structure.
ADDED: A new config option $PreferredEditor, which you can use to
specify your own choice of editor.
FIXED: A bug at line 769 causing single note where smaller than note-
listings
2012-02-10 20:11:22 +01:00
|
|
|
==================================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-02-10 20:05:33 +01:00
|
|
|
0.4.1:
|
|
|
|
|
ADDED: The install.sh script for the mysql version is no able to install the
|
|
|
|
|
required Mysql module directly from CPAN, thanks to David A. Bandel!
|
|
|
|
|
FIXED: The mysql version did not display notes (i.e.: "note 3" did nothing)
|
|
|
|
|
CHANGED: Again, the sql-format of the mysql database has been changed. Now
|
|
|
|
|
there are only 3 fields, the number filed is the primary key, the id
|
|
|
|
|
field in previous versions was a waste of diskspace...
|
|
|
|
|
CHANGED: The format of the dump-output has been changed.
|
|
|
|
|
ADDED: It is now possible to import previously dumped notes into the notedb
|
|
|
|
|
(dumps from both versions are compatible with each other)
|
|
|
|
|
FIXED: the function num_bereich() had a bug, which caused ot to ignore under
|
|
|
|
|
some circumstances one number (i.e. "note -d 4-13" did nothing).
|
|
|
|
|
|
|
|
|
|
|
FIXED: oops - the new suptopic feature confused the commandline-mode of
note! quickly corrected! so subtopics also available from command-
line.
FIXED: a small bug fiyed, it was impossible to use -D or -I from command-
line, if $ALWAYS_INT was turned on, now it is.
FIXED: fixed problem with local/global variable $time, which confused
the script under certain circumstances, now $time is no more global,
it will be read in (using &getdate) locally by &new and &edit.
CHANGED: The Topic separator is no longer hardcoded, one can customize
it using the $TopicSep variable, the default is now /, the backslash
will no mor work!
CHANGED: use perl buildin localtime() function instead of
GNU date, which is possibly not installed on every target
system (i.e. win32), therefore better portability!
CHANGED: use now the strict module
ADDED: Support for subtopics added (and sub-sub-..-topics).
CHANGED: Removed the "T" command, it is now obsolete.
CHANGED: behavior of list command changed, now shows topics as well as
notes under the current topic(if there are some).
CHANGED: The ".." command takes you now one level higher in your topic-
structure.
ADDED: A new config option $PreferredEditor, which you can use to
specify your own choice of editor.
FIXED: A bug at line 769 causing single note where smaller than note-
listings
2012-02-10 20:11:22 +01:00
|
|
|
|
|
|
|
|
==================================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-02-10 20:03:20 +01:00
|
|
|
0.4:
|
|
|
|
|
CHANGED: ok, mysql support is back again (upon requests). therefore there
|
|
|
|
|
are two different version of the script in the same time with
|
|
|
|
|
the same features, one for mysql and the other one for the binary
|
|
|
|
|
database.
|
|
|
|
|
ADDED: Dump to textfile capability. Later on I want to dump it into a
|
|
|
|
|
palm readable format, any help is welcome!
|
|
|
|
|
ADDED: interactive mode.
|
|
|
|
|
CHANGED: Better modularity, better code.
|
|
|
|
|
CHANGED: note can now run without the need of a config file. If does not
|
|
|
|
|
exist, it will try to work with default values.
|
|
|
|
|
ADDED: sub num_bereich(), which allows one to specify more then one
|
|
|
|
|
number for deletion or displaying (i.e.: "-d 1,4,7" or "-d 4-9")
|
|
|
|
|
|
|
|
|
|
|
FIXED: oops - the new suptopic feature confused the commandline-mode of
note! quickly corrected! so subtopics also available from command-
line.
FIXED: a small bug fiyed, it was impossible to use -D or -I from command-
line, if $ALWAYS_INT was turned on, now it is.
FIXED: fixed problem with local/global variable $time, which confused
the script under certain circumstances, now $time is no more global,
it will be read in (using &getdate) locally by &new and &edit.
CHANGED: The Topic separator is no longer hardcoded, one can customize
it using the $TopicSep variable, the default is now /, the backslash
will no mor work!
CHANGED: use perl buildin localtime() function instead of
GNU date, which is possibly not installed on every target
system (i.e. win32), therefore better portability!
CHANGED: use now the strict module
ADDED: Support for subtopics added (and sub-sub-..-topics).
CHANGED: Removed the "T" command, it is now obsolete.
CHANGED: behavior of list command changed, now shows topics as well as
notes under the current topic(if there are some).
CHANGED: The ".." command takes you now one level higher in your topic-
structure.
ADDED: A new config option $PreferredEditor, which you can use to
specify your own choice of editor.
FIXED: A bug at line 769 causing single note where smaller than note-
listings
2012-02-10 20:11:22 +01:00
|
|
|
|
|
|
|
|
==================================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-02-10 20:01:40 +01:00
|
|
|
0.3:
|
|
|
|
|
CHANGED: it uses no more a mysql database, but a binary file instead.
|
2012-02-10 20:03:20 +01:00
|
|
|
This is much faster!
|
2012-02-10 20:01:40 +01:00
|
|
|
ADDED: note can display the notes with colors, it is turned off by default
|
|
|
|
|
|
|
|
|
|
|
FIXED: oops - the new suptopic feature confused the commandline-mode of
note! quickly corrected! so subtopics also available from command-
line.
FIXED: a small bug fiyed, it was impossible to use -D or -I from command-
line, if $ALWAYS_INT was turned on, now it is.
FIXED: fixed problem with local/global variable $time, which confused
the script under certain circumstances, now $time is no more global,
it will be read in (using &getdate) locally by &new and &edit.
CHANGED: The Topic separator is no longer hardcoded, one can customize
it using the $TopicSep variable, the default is now /, the backslash
will no mor work!
CHANGED: use perl buildin localtime() function instead of
GNU date, which is possibly not installed on every target
system (i.e. win32), therefore better portability!
CHANGED: use now the strict module
ADDED: Support for subtopics added (and sub-sub-..-topics).
CHANGED: Removed the "T" command, it is now obsolete.
CHANGED: behavior of list command changed, now shows topics as well as
notes under the current topic(if there are some).
CHANGED: The ".." command takes you now one level higher in your topic-
structure.
ADDED: A new config option $PreferredEditor, which you can use to
specify your own choice of editor.
FIXED: A bug at line 769 causing single note where smaller than note-
listings
2012-02-10 20:11:22 +01:00
|
|
|
==================================================================================
|
|
|
|
|
|
|
|
|
|
|
2012-02-10 20:00:05 +01:00
|
|
|
0.2:
|
|
|
|
|
FIXED: now any occurence of ' will be masked with \' before storage
|
2012-02-10 20:03:20 +01:00
|
|
|
to the mysql database.
|
2012-02-10 20:00:05 +01:00
|
|
|
FIXED: now numbers of notes will be recounted, if one delete one note,
|
2012-02-10 20:03:20 +01:00
|
|
|
so the list of notes will everytime start with 1,2,3,...
|
2012-02-10 20:00:05 +01:00
|
|
|
CHANGED: the look of the list output has been changed, similar to a table
|
|
|
|
|
|
|
|
|
|
|
FIXED: oops - the new suptopic feature confused the commandline-mode of
note! quickly corrected! so subtopics also available from command-
line.
FIXED: a small bug fiyed, it was impossible to use -D or -I from command-
line, if $ALWAYS_INT was turned on, now it is.
FIXED: fixed problem with local/global variable $time, which confused
the script under certain circumstances, now $time is no more global,
it will be read in (using &getdate) locally by &new and &edit.
CHANGED: The Topic separator is no longer hardcoded, one can customize
it using the $TopicSep variable, the default is now /, the backslash
will no mor work!
CHANGED: use perl buildin localtime() function instead of
GNU date, which is possibly not installed on every target
system (i.e. win32), therefore better portability!
CHANGED: use now the strict module
ADDED: Support for subtopics added (and sub-sub-..-topics).
CHANGED: Removed the "T" command, it is now obsolete.
CHANGED: behavior of list command changed, now shows topics as well as
notes under the current topic(if there are some).
CHANGED: The ".." command takes you now one level higher in your topic-
structure.
ADDED: A new config option $PreferredEditor, which you can use to
specify your own choice of editor.
FIXED: A bug at line 769 causing single note where smaller than note-
listings
2012-02-10 20:11:22 +01:00
|
|
|
==================================================================================
|
|
|
|
|
|
2012-02-10 20:00:05 +01:00
|
|
|
0.1:
|
|
|
|
|
INITIAL RELEASE.
|