Skip to content

Releases: mjiggidy/pybinhistory

v0.6.0 - Picture Lock

11 Mar 19:32
25052ba
Compare
Choose a tag to compare

binhistory is in a good place -- pending community feedback, considering this a release candidate for v1.0.0

In this version:

  • binhistory Package structure has been refined
  • BinLog list operations solidified
  • Unit tests written
  • Documentation updated

v0.5.0 - Studio Notes

07 Mar 06:07
Compare
Choose a tag to compare
  • Refactored BinLog into a collections.UserList
  • Added more convenience methods
  • Preemptively found and fixed a leap year issue
  • Ongoing work on documentation

v0.4.0 - Picture Lock

27 Feb 03:35
Compare
Choose a tag to compare

This is considered a release candidate for v1.0.0

  • Added bin-referred methods (BinLog.from_bin(), BinLog.to_bin(), BinLog.touch_bin())
  • Restructured modules (binhistory.defaults, binhistory.exceptions)
  • Added unit tests
  • Updated documentation

v0.3.1 - Soft Lock

24 Feb 05:59
596affa
Compare
Choose a tag to compare

Beta release for pypi. Install via pip:

python3 -m pip install pybinhistory

v0.3.0 - Soft Lock

24 Feb 05:50
31de200
Compare
Choose a tag to compare

Beta release for pypi

v0.2.0 - Latched

20 Feb 07:12
b0a76e9
Compare
Choose a tag to compare

This is considered stable and a release candidate for v1.0. Real-life community testing is greatly appreciated!

v0.1.0-alpha

15 Feb 07:03
827758c
Compare
Choose a tag to compare

v0.1.0-alpha may work relatively well in many cases, especially reading logs. This does not yet implement necessary validation (mostly just character limits) for writing new bin log entries, so take care not to use computer names or user names that exceed 15 characters for now.