-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
78 lines (58 loc) · 1.89 KB
/
ChangeLog
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
CHANGES
=======
0.8
---
* Make default conf.py and index.rst configurable
* Implement simple debug levels
* Major code reorganization, cleanup and code simplification
* Fix pex binary distribution replacing subprocess rendering with
multiprocessing as pex cannot deal with shellscripts on packages.
* Improve coverage measurements of multiprocessing functional test
* Improve web logs (credits: Adam Coddington)
* Add signal handling to improve coverage measurements (credits: Sheila Allen)
* Major log improvements including color output (credits: Adam Coddington)
* Add python3 support. Improve webserver logic using bottle
instead of flask and ajax long polling instead of websockets.
Improve debugging. Improve tox build and tests.
Reduce and update dependencies
* Made output directory configurable (credits: Adam Coddington)
0.7.4
-----
* release 0.7.4
* Update README.rst
* Add travis-ci/github pex release integration for linux and OSX
* Add OSX testing to travis-ci
* Ensure sphinx detect rst changes
* Make sphinxserve OSX compatible
* dev version update
0.7.3
-----
* Remove external font requests. Cleanup
* Add README.rst badges
* Add default conf.py and index.rst. Improve cli processing and documentation
* Add travis-ci
0.7.2
-----
* release 0.7.2
* Make sphinxserve Windows compatible. Update documentation
* cleanup
* Make watchdog gevent cooperative. Update tests
* dev version update
0.7.1
-----
* release 0.7.1
* Improve pex Dockerfile. Expand pex and docker documentation
0.7
---
* release 0.7
* Clarify python3 status
* Add tox pex and docker builds. Improve README.rst
* Refactor filesystem event detection with watchdog python package
* cleanup tox.ini
* Refactor page reloading, replacing xdotool system dependency with websockets
* Use sphinx building API. Add debugging
* Improve browser detection. Add interrupt signal cleanup
* dev version update
0.6
---
* Initial public release