1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
The modifications are:
mageiasync 0.3.3
----------------
- Add translations for Italian, Japanese, Chinese (simplified), Latvian, Potuguese, Asturian and Croatian
- Update translations for Swedish, Spanish, Dutch, Welsh, Lithuanian, Romonian and Catalan
mageiasync 0.3.2
----------------
- Adjust release number
mageiasync 0.3.1
----------------
- After signature checking, show an icon, nothing if not OK
- Suppress unused code
mageiasync 0.3.0
----------------
- Add signature checking
- Manage the default value for release and destination directory.
- Keep the current directory in filepicker and in prefs dialog box for destination
- Define the tab order in prefs dialog box
- Set the prefs dialog box stretchable
- Set the rename dialog box stretchable
- Suppress unuseful printed file name
- Set tab order in Rename dialog box
- Add the count of renamed files and directories.
- List only directories in release dropdown (preferences).
- Get remote directories also when updating preferences (was only at first setting)
- The import function are yet working also locally
- Add Lithunian and Albanian translations
mageiasync 0.2.1
----------------
- Add Welsh and Hungarian translations on mageiasync.pro file
- clean the code
mageiasync 0.2.0
----------------
- change SHA1 check with SHA512.
mageiasync 0.1.7
------------
- reverse "not creating new line when checking" which was bugous.
- add Albanian translation.
mageiasync 0.1.6
------------
- change to Python 3.
- update some translations.
- adding Catalan, Polish, Russian and Slovak translations.
mageiasync 0.1.5
------------
- change remote list in a table with date and size.
- suppression of date checking.
- adding tooltips.
- adding help and About dialogs.
- update all translation files.
- adding Romanian and Czech translations.
mageiasync 0.1.4
------------
- modifications of rsync parameters to allow local files on NTFS.
- correction of a crash in renaming action.
- launching refresh of lists after renaming and modifications of parameters.
- Local list no more selectable.
- adding Dutch translation.
mageiasync 0.1.3
------------
- internationalization.
- correction in writing the destination directory. A "&" was wrongly added in Mageia 5.
- update the location of qm files. Install them with setup.py.
- add Tx config file.
- add translations in fr, de, uk, sl, id, el, es, et, eu, pt_BR, sv and tr.
- adjust the path for the icon in main window corber.
- added version in main window title.
mageiasync 0.1.2
------------
- added shortcuts.
- added new feature : launching checks on demand.
- corrected size display.
- correction of check being launched after stopping.
- correction : Reset the remaining field when stopped.
- added "Quit" button.
- correction of the icon.
mageiasync 0.1.1
------------
- bugfix: change the rename dialog box which was not synced.
mageiasync 0.1
------------
- initial release.
|