Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Releases: djmoch/nncli

v0.3.8

17 Jun 19:15

Choose a tag to compare

Move to Github

Added

  • Workflows

Deleted

  • Long-unused .travis.yml

Full Changelog: v0.3.7...v0.3.8

v0.3.7

17 Jun 19:10

Choose a tag to compare

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

17 Jun 19:05

Choose a tag to compare

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

17 Jun 19:04
v0.3.5

Choose a tag to compare

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

17 Jun 19:03
v0.3.4
9778857

Choose a tag to compare

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

17 Jun 19:02
v0.3.3
aed8b6c

Choose a tag to compare

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

17 Jun 19:01
v0.3.2
dfdae58

Choose a tag to compare

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

17 Jun 19:00
v0.3.1
e6a26e0

Choose a tag to compare

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

17 Jun 18:59
v0.3.0
8b5ee5c

Choose a tag to compare

Added

  • Documentation as PDF format

Changed

  • Numerous documentation corrections

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Jun 18:58
v0.2.0
4a23f7b

Choose a tag to compare

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