Commit Graph

84 Commits

Author SHA1 Message Date
T. von Dein
9dc71d1885 moving to codeberg (#13) 2025-12-15 20:45:06 +01:00
4f06a9f8f5 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
2024-09-24 18:40:13 +02:00
bb5779a664 added latest changes 2024-09-05 18:10:15 +02:00
dbaf515259 Fix https://github.com/TLINDEN/note/issues/11:
- rewrite documentation sections regarding database backends.
- add depcreation announcement to README
- enhanced default config to reflect the new default file extensions
- enhanced error message when Encryption is set to off but a binary
  file is being encountered.
- bump version to 1.4.1
2024-09-05 17:55:08 +02:00
891f830cba Fix confusion of new users regarding db files.
Now, we're using a different file extension for every db file
type. That way, if the user tries another file type and forgets to
specify a filename, the default is NOT to use the same one as before,
but another file. That way the message "file is encrypted" will not
appear anymore, if a new user follows the above steps.
2024-09-05 17:17:36 +02:00
37e73950da added JSON export format:
Starting with version 1.4 JSON export format will be supported but
not be enabled by default. However a deprecation notice will appear if
a user still uses YAML format. YAML support will be removed in version
1.5.

Fixes https://github.com/TLINDEN/note/issues/10.
2023-08-13 19:05:29 +02:00
1b842625ed syncer enhancements:
- if two entries of the same title exist in both exported databases,
show a diff and ask the user which one to use (or both).

- write the result directly to a file.
2023-08-13 11:49:45 +02:00
c03d521b2c fixed-newlines 2023-08-12 20:24:18 +02:00
53c16708fe Added script to recombine 2 dumps into a new one." 2023-08-11 20:15:36 +02:00
T.v.Dein
4505ec70a4 Merge pull request #8 from eamanu/fix-new-spelling
[WIP] fix-spelling
2019-06-05 15:55:44 +02:00
Emmanuel Arias
c5cdc42445 more fix 2019-05-09 01:09:12 +00:00
Emmanuel Arias
ec2a36b4ad fix-spelling
Fix spelling on several filesIndex: note/lib/NOTEDB/README

Gbp-Pq: Name 0001-fix-spelling.patch
Signed-off-by: Emmanuel Arias <emmanuelarias30@gmail.com>
2019-05-09 01:06:37 +00:00
Thomas von Dein
62adb1332b forgot to delete install.sh v1.3.26 2019-01-31 11:48:52 +01:00
Thomas von Dein
dbf9e61c7b forgot to delete 2019-01-31 11:46:46 +01:00
Thomas von Dein
0df093a613 fixed installer, on newer perls NOTEDB/* is being ignored 2018-11-02 16:14:09 +01:00
Thomas von Dein
ad6cb95614 fixed installer, on newer perls NOTEDB/* is being ignored 2018-11-02 16:11:11 +01:00
Thomas von Dein
2e4e268f58 fixed help indent 2017-09-25 09:46:12 +02:00
Thomas von Dein
aaae9a8ae0 cleaned: tabs2spc, re-indent correctly etc 2017-09-25 09:41:23 +02:00
Thomas von Dein
ca983f02c1 fixed rt.cpan.org#122852 and rt.cpan.org#122825 2017-09-25 09:27:43 +02:00
Thomas von Dein
30efd79d63 bump 2017-08-17 13:40:31 +02:00
Thomas von Dein
f36091f19e fix 2017-08-17 13:39:38 +02:00
Thomas von Dein
32795f8604 bump version 2017-08-16 13:56:51 +02:00
Thomas von Dein
82358b608b rm bashism, patches https://bugs.debian.org/772284 2017-08-16 12:39:42 +02:00
git@daemon.de
ad4ba756f3 fix #1 2016-07-29 07:40:02 +02:00
TLINDEN
d416fe7667 fixed invalid regexp 2016-07-03 12:58:19 +02:00
git@daemon.de
f3983b0b7c bump version, add password retry 5 tries 2015-06-03 09:31:03 +02:00
git@daemon.de
e3b179441f bump 2015-06-02 09:50:44 +02:00
git@daemon.de
f30ea07b7e added top field, which was missing, added manual install to readme 2015-05-20 08:47:59 +02:00
git@daemon.de
291401cae3 del 2015-02-24 10:35:53 +01:00
git@daemon.de
fe6b076da0 changed ::pwsafe3 note id generation 2015-02-24 10:35:20 +01:00
git@daemon.de
64e7948b55 fixed changing note id bug 2015-02-09 11:29:05 +01:00
git@daemon.de
3e971a469c revert filechanged() fix 2014-09-19 13:40:39 +02:00
git@daemon.de
133c7c2deb 1.3.18 2013-07-08 15:38:06 +02:00
git@daemon.de
f40e4c97e7 added lots of unittests and while I was at it, fixed a couple of bugs in the
backend modules.
2013-07-08 15:36:04 +02:00
git@daemon.de
e4cf9ff015 minor fixes 2013-07-03 11:38:56 +02:00
git@daemon.de
37d0980cea => 1.3.16 2013-06-19 12:13:00 +02:00
git@daemon.de
609a829a64 fixed checking of encrypted notes when encryption is turned off 2013-06-19 11:52:26 +02:00
git@daemon.de
469b6901e0 fixed bug in NOTEDB::pwsafe3 backend, it converted the date
of a note entry into the wrong formatted timestamp.
2013-06-17 12:24:56 +02:00
git@daemon.de
bc776e88bf removed locking in NOTEDB::pwsafe3::_retrieve() which was senseless. 2012-11-28 15:11:52 +01:00
TLINDEN
afe46a308a added 'motd' and changed prompt to show readonly status, if any 2012-11-14 11:04:35 +01:00
TLINDEN
fcb9cb4e7d version++ 2012-07-19 09:54:08 +02:00
TLINDEN
c124859f97 fixed major bug in NOTEDB::general 2012-07-19 09:51:39 +02:00
TLINDEN
5e99b88562 initial import to github done. 2012-02-10 20:41:09 +01:00
TLINDEN
b94997a1f5 FIXED: NOTEDB::pwsafe3 contained the old python stuff in delete code. 2012-02-10 20:39:00 +01:00
TLINDEN
77c359ffd7 FIXED: the YAML export/import change were missing too. grml...
FIXED:          NOTEDB::general backend fixed loading Config::General
2012-02-10 20:38:46 +01:00
TLINDEN
060def0814 FIXED: bin/note were missing. for whatever reason, I don't know. 2012-02-10 20:38:32 +01:00
TLINDEN
f0a972af06 ADDED: New backend added: NOTEDB::pwsafe3, which adds support to store
notes in a Password Safe v3 database.
FIXED:          -d didn't work, because of a typo in mode assignment.
2012-02-10 20:38:15 +01:00
TLINDEN
a5188ae5da ADDED: Added test cases for "make test"
ADDED:          Added test for optional and required perl modules in
                Makefile.PL
FIXED:          NOTEDB::dumper version string were wrong, therefore
                cpan didn't index is properly.
2012-02-10 20:35:44 +01:00
TLINDEN
08cb2a0962 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.
2012-02-10 20:34:04 +01:00
TLINDEN
80b38b5f6f - 2012-02-10 20:32:35 +01:00