This repository was archived by the owner on Jun 18, 2024. It is now read-only.
Releases: djmoch/nncli
Releases · djmoch/nncli
v0.3.8
v0.3.7
Changed
- Updated links in CHANGELOG due to Git host backend change
- Other documentation updates
Full Changelog: v0.3.6...v0.3.7
v0.3.6
Changed
- Update copyright info in docs
- Make filtered_notes_sort public
- Use $VISUAL instead of $EDITOR
- clipboard: Silence calls to 'which'
- Smarten up the way we set defaults for cfg_editor
- Add mailmap
- Allow syncing in Python 3.8 and later
- Constrain pytest version
Added
- clipboard: Add support for xclip
- Add initial hack at a manual
- Tox: Add py38 testing
Fixed
- Fixed 'nncli create' to work without any arguments (credit: @lifesbest23)
- clipboard: Fix line continuations
Full Changelog: v0.3.5...v0.3.6
v0.3.5
Changed
- Update copyright info in docs
- Make filtered_notes_sort public
- Use $VISUAL instead of $EDITOR
- clipboard: Silence calls to 'which'
- Smarten up the way we set defaults for cfg_editor
- Add mailmap
- Allow syncing in Python 3.8 and later
- Constrain pytest version
Added
- clipboard: Add support for xclip
- Add initial hack at a manual
- Tox: Add py38 testing
Fixed
- Fixed 'nncli create' to work without any arguments (credit: lifesbest23)
- clipboard: Fix line continuations
Full Changelog: v0.3.4...v0.3.5
v0.3.4
Changed
- Fix crashing bug in view_log.py
- Refactor gui.py based on pylint findings
Removed
- Pipfile.lock
Full Changelog: v0.3.3...v0.3.4
v0.3.3
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.
Full Changelog: v0.3.2...v0.3.3
v0.3.2
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
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Added
- Partial unit testing for nncli.py module
Changed
- Refactored code (addressing pylint findings)
- Fixed bad exception handling in Python 3.4
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Added
- Documentation as PDF format
Changed
- Numerous documentation corrections
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Added
- .travis.yml
- Pytest, tox, et all added to support automated testing
- Both tox and Travis testing back to Python 3.4
Full Changelog: v0.1.2...v0.2.0