added TODO list
[bash-notes.git] / SOURCE /
2023-04-26  danixreimplemented title dialog when adding note if nothing...
2023-04-26  danixfixed issue that prevented the script from reading...
2023-04-26  danixremoved redundant query for notes details if not added...
2023-04-22  danixcleanup of the output of the program. Updated README. gitsupport v0.4
2023-04-18  danixif PLAIN option is enabled, git pull doesn't emit output.
2023-04-18  danixadded git functionality to edit and remove options.
2023-04-18  danixadded showconf option. Fixed bug that prevented the...
2023-04-14  danixadding notes now pushes changes to remote
2023-04-14  danixsync operations now check for last sync before running...
2023-04-14  danixremoved the 'function' keyword before declaring a funct...
2023-04-13  danixgit hidden directory is now backed up and restored...
2023-04-13  danixinitial setup of git functionality. The program can...
2023-04-10  danixwhen creating a note, if the title is not specified...
2023-04-10  danixAdded sleep 1 sec after deleting notes to allow the...
2023-04-07  danixbackups management. Some UX improvements v0.3
2023-04-07  daniximplemented backup and restore routines
2023-04-03  danixworking on the backup and backup restore functionalities.
2023-03-29  danixremoved conditional that printed the helptext after...
2023-03-29  danixSeparated script into multiple files for easier managem...