blob: ca040a883d1fa2abe23ac15639ef480471af6a67 (
plain) (
blame)
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
|
History
-------
0.5.6
+++++
* Restore python 3 compatibility
0.5.5
+++++
* Add support for Windows symlinks with Python 2
0.5.4
+++++
* More Python 3 fixes
0.5.3
+++++
* Update remaining references to 'unmanaged'
* Allow ~ in configuration file external targets
* Make source compatible with Python 3
* Add specific Python version trove classifiers
0.5.2
+++++
* Improve wording of "unmanaged" with "unsynced"
* Fix adding a directory with a trailing slash
* Mention support for directories in documentation
0.5.1
+++++
* Fix license formatting
0.5.0
+++++
* Add support for in-repo configuration files
0.4.4
+++++
* Restore python 2.5 compatibility
0.4.3
+++++
* Add glob style pattern support for the ignore option
0.4.2
+++++
* Fix bug when syncing an unmanaged directory symlink
|