Tags give the ability to mark specific points in history as being important
-
20200131
0990183f · ·Corrected behavior of pane2 when appending files Added a message when trying to "browse" with an unexistent library
-
-
-
20200111
9f6f1706 · ·Corrections: correct a bug where "shuffle" would node display when in pane 1 or pane 2 and this pane is empty. corrected a syntax error minor steps toward blackened code
-
20191122
8938c83b · ·bindings help head-line looks closer to that of nano update_music_db_file now outputs directly to terminal (no log file anymore) code cleanups: try-ecxept statements, more global variables on crash, display instructions on how to help
-
-
20191102b
2ed5b567 · ·remove _lizzy_ ability to save user-provided playlist in place with ^S, due to the fact that _lizzy_ removes comments, indentation and empty lines when loading playlists.
-
20191102
15849d12 · ·New killer feature: propose downloading all missing files from playlists when indexing, skip files and warn when they contain tabulations in name, like it does for newlines ensure URLs can't be printed as empty screen in playlists reorder functions remove unneeded local vars
-
-
20191012c
ca9c6d7d · ·Corrected a bug: print_error() is not written to be overloaded
-
20191012b
a0f8ed8e · ·typo in when pressing [space] in goto_pane2_footer() which resulted in a crash
-
-
20190917
941e43d3 · ·Correct behavior when resorting to default XDG music folder Correct Ctrl+Q action so it quits without first cleaning search filters
-
20190912
cea810bb · ·Correct a bug where lizzy would play() when pressing pressing enter to search YouTube even if no music got downloaded.
-
20190908
b721e369 · ·Correct a bug where newly downloaded file did not show at once in left results. Minor modifications.
-
20190907
a6c0a786 · ·Removed cruft, from 43 227 bytes down to 41 965, while adding comments and bettering readability.
-
20190612
fdee296a · ·correct a bug where left pane's scroll position was reset after playing. use reverse() instead of string comprehension, for we can work in-place.
-
20190513
e52b3e59 · ·don't select right pane when playing with enter from pane 1, for leaner keyboard workflow correct a bug where shorter result lists does not reset scrolling allow [ctrl]+[q] for quitting
-
20190423
e803f4a6 · ·color the search field accept accents in msg_validation_box()
-
20190417
d28bce96 · ·Correct a bug where pressing enter on "/" entry would do nothing (supposed to play all) Implement support for entering URLs in search terms. Bonus side-effect: lizzy supports drag'n'drop.