mirror of https://gitlab.com/KKlochko/tui-rsync
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
941 B
30 lines
941 B
* Change Log
|
|
** 0.1.0 <2023-02-26 Sun>
|
|
First release
|
|
Added *source add* function.
|
|
** 0.3.2 <2023-02-27 Mon>
|
|
Added *sync one* function.
|
|
Added Rsync wrappper.
|
|
Added fzf_prompt, all_labels for choosing a label of source.
|
|
** 0.3.5 <2023-03-01 Wed>
|
|
Added *sync all* function.
|
|
Added all_labels_except for choosing many labels.
|
|
Added fzf function for using all_labels_except.
|
|
** 0.4.1 <2023-03-02 Thu>
|
|
Added *source update args* function.
|
|
** 0.5.0 <2023-03-03 Fri>
|
|
Added *groups add* function.
|
|
** 0.5.2 <2023-03-04 Sat>
|
|
Added *sync recover* function.
|
|
Fixed label_prompt returning list.
|
|
** 0.5.3 <2023-03-05 Sun>
|
|
Added *sync group* function.
|
|
** 0.6.0 <2023-03-09 Thu>
|
|
Added *path checking* function.
|
|
** 0.6.1 <2023-03-12 Sun>
|
|
Added the *dry-run* flag to the *sync one* function.
|
|
** 0.7.0 <2023-03-17 Fri>
|
|
Added the configuration to the application.
|
|
Moved database file to the user data directory.
|
|
|