-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
102 lines (82 loc) · 2.43 KB
/
CHANGELOG.txt
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
96
97
98
99
100
101
102
Changelog
=========
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog [1] , and this project adheres to
Semantic Versioning [2].
Unreleased [3]
----------
v0.3.4 - 2019-03-08 [4]
-------------------
Changed
- Fix crashing bug in view_log.py
- Refactor gui.py based on pylint findings
Removed
- Pipfile.lock
v0.3.3 - 2019-02-25 [5]
-------------------
Added
- Documentation
- TODO and CHANGELOG formatting
- docutils.conf
- sitemap
- Canonical URL
- robots.txt
Changed
- Changed SafeConfigParser to ConfigParser
- Reversed test logic in _log_timeout to avoid popping off on an empty
stack. This bug was leading to fatal crashes.
v0.3.2 – 2018-12-01 [6]
-------------------
Added
- CHANGELOG.rst
- TODO.txt
- clear_ids.py contrib script
Changed
- References to Github repo changed to point to git.danielmoch.com
- Fixed exception in nncli sync
v0.3.1 – 2018-10-30 [7]
-------------------
Added
- Partial unit testing for nncli.py module
Changed
- Refactored code (addressing pylint findings)
- Fixed bad exception handling in Python 3.4
v0.3.0 – 2018-09-07 [8]
-------------------
Added
- Documentation as PDF format
Changed
- Numerous documentation corrections
v0.2.0 – 2018-09-03 [9]
-------------------
Added
- .travis.yml
- Pytest, tox, et all added to support automated testing
- Both tox and Travis testing back to Python 3.4
v0.1.2 – 2018-08-30 [10]
-------------------
Added
- Support for --version flag
Changed
- requirements.txt replaced with Pipfile{,.lock}
v0.1.1 – 2018-08-07 [11]
-------------------
Added
- README content included in PyPI
Changed
- README content and formatting
- Fix nncli import command
v0.1.0 – 2018-07-31
-------------------
- Hard fork of sncli
[1] - https://keepachangelog.com/en/1.0.0/
[2] - https://semver.org/spec/v2.0.0.html
[3] - https://git.danielmoch.com/nncli/diff/?id=master&id2=v0.3.4
[4] - https://git.danielmoch.com/nncli/diff/?id=v0.3.4&id2=v0.3.3
[5] - https://git.danielmoch.com/nncli/diff/?id=v0.3.3&id2=v0.3.2
[6] - https://git.danielmoch.com/nncli/diff/?id=v0.3.2&id2=v0.3.1
[7] - https://git.danielmoch.com/nncli/diff/?id=v0.3.1&id2=v0.3.0
[8] - https://git.danielmoch.com/nncli/diff/?id=v0.3.0&id2=v0.2.0
[9] - https://git.danielmoch.com/nncli/diff/?id=v0.2.0&id2=v0.1.2
[10] - https://git.danielmoch.com/nncli/diff/?id=v0.1.2&id2=v0.1.1
[11] - https://git.danielmoch.com/nncli/diff/?id=v0.1.1&id2=v0.1.0