Skip to content

Releases: OpenNBS/pynbs

v1.1.0-beta.0

10 Apr 23:56
Compare
Choose a tag to compare
v1.1.0-beta.0

v1.1.0

10 Apr 23:54
Compare
Choose a tag to compare

Feature

v1.0.0-beta.4

10 Apr 23:32
Compare
Choose a tag to compare

Fix

  • Remove note about python 2 compatibility (677121a)

v1.0.0-beta.3

10 Apr 23:12
Compare
Choose a tag to compare

Fix

  • Remove py.typed for now (440c96b)
  • Rename buffer to fileobj (0f9a379)
  • Leverage Header constructor directly (5483f48)
  • Inheriting from object not needed in python3 (b7dd7a2)
  • Convert namedtuples to dataclasses (bad6dc9)
  • Move code out of __init__ (6dd5f98)
  • Add badges and constributing section to README (13d823b)
  • Put test.nbs into test resources (38316dc)

v1.0.0-beta.2

10 Apr 22:40
Compare
Choose a tag to compare

Fix

v1.0.0-beta.1

10 Apr 21:11
Compare
Choose a tag to compare

Feature

  • Start improving project structure (5949476)

Fix

  • Integrate changes from main and target version 1.0 (07ab0f8)

v0.5.0-beta.0

07 Apr 18:13
Compare
Choose a tag to compare

Feature

  • Start improving project structure (47147d2)

0.5.0

07 Apr 18:12
Compare
Choose a tag to compare
  • Updated NBS format version to 5.
  • Fixed 'Invalid continuation byte' when parsing files with non-ASCII characters (#3).

v0.4.1

07 Dec 00:28
Compare
Choose a tag to compare
  • Fixed negative panning and pitch values being read incorrectly.
  • Fixed song length being read for versions 1 and 2, where it does not exist.
  • Fixed layer lock being inverted when parsing a file.