Skip to content

Releases: iiPythonx/nightwatch

v0.3.0

23 Jan 01:40
f60564b
Compare
Choose a tag to compare

Nightwatch v0.3.0 (client release), changes include:

  • Migration to urwid for ease of maintenance.
  • Removal of autocomplete (since I can't figure out how to get one working with urwid).
  • Basic color support and more seperation between UI elements.
  • Graceful closing with CTRL+C.
  • Movement to sync over async to support urwid.
  • Scrolling implemented.

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

v0.2.0

23 Jan 01:37
3ef3c94
Compare
Choose a tag to compare

Nightwatch v0.2.0, changes include:

  • New modular command system
  • Input automcomplete
  • Make client actually show errors 💀

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Jan 21:47
22097c8
Compare
Choose a tag to compare

First Nightwatch release, features include:

  • Actual functioning client
  • Actual functioning server

That's about it, I only really made this release to get 0.1.0 published to PyPI.
Full Changelog: https://github.com/iiPythonx/nightwatch/commits/v0.1.0