mirror of
https://codeberg.org/scip/note.git
synced 2025-12-18 21:21:01 +01:00
STDIN related fixes
- fixed https://rt.cpan.org/Ticket/Display.html?id=155578: adding a new entry from STDIN now works regardless of interactive seting. - added new flag -n - fixed note number argument - code reorganized
This commit is contained in:
19
Changelog
19
Changelog
@@ -1,4 +1,23 @@
|
||||
-*-text-*-
|
||||
1.4.1:
|
||||
Fixed https://rt.cpan.org/Ticket/Display.html?id=155578:
|
||||
|
||||
Feeding a new entry into note from STDIN didn't work correctly
|
||||
anymore. Using the default builtin config and no config file it didn't
|
||||
work at all. Now it works as one would expect. A bare - as argument
|
||||
ALWAYS reads a new entry from STDIN. The same happens if one uses -n
|
||||
-. In addition note now prints a message if it attempts to read from
|
||||
STDIN to avoid confusion.
|
||||
|
||||
The parameter -n has been added to be able to force note to create a
|
||||
new entry directly from commandline, regardless of any configuration.
|
||||
|
||||
Fixed regex to check if a note has been specified as argument. Now it
|
||||
does not match a bare - anymore.
|
||||
|
||||
Reorganized a little code.
|
||||
|
||||
|
||||
1.4.1:
|
||||
Fixed https://github.com/TLINDEN/note/issues/11:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user