Skip to content

Releases: onekey-sec/ubi_reader

v0.8.9 release

29 May 18:38
f84a4e3
Compare
Choose a tag to compare

What's Changed

  • Fix LZO decompression after switching to lzallright by @vlaci in #86
  • bump version to 0.8.9 by @qkaiser in #87

Full Changelog: v0.8.8...v0.8.9

v0.8.8 release

22 May 19:22
479646d
Compare
Choose a tag to compare

What's Changed

  • chore(poetry): bump lzallright version by @vlaci in #84

Full Changelog: v0.8.7...v0.8.8

v0.8.7 release

21 May 19:45
dc9075c
Compare
Choose a tag to compare

What's Changed

  • Fix faulty package name in requirements by @qkaiser in #66
  • deps: replace python-lzo by lzallright. by @qkaiser in #76
  • chore: enforce linear history for PRs while preserving merge commits by @vlaci in #77
  • Move to poetry by @qkaiser in #78
  • fix pyproject package definition by @qkaiser in #80
  • fix(scripts): adapt scripts so we can expose them thru poetry. by @qkaiser in #81
  • bump version to 0.8.7 by @qkaiser in #82

New Contributors

  • @vlaci made their first contribution in #77

Full Changelog: v0.8.5-master...v0.8.7

UBI Reader v0.8.0 Master

UBI Reader v0.7.2 Master

17 Jan 21:18
Compare
Choose a tag to compare

Performance update.

UBI Reader v0.7.1 Master

03 Jan 22:07
175f7fa
Compare
Choose a tag to compare

Bug fixes and minor updates.

UBI Reader v0.6.3 Master

29 May 05:13
7079dd3
Compare
Choose a tag to compare

Added ubireader_list_files script contributed by @crmulliner

Master release. This version deals best with standard UBI/UBIFS images, to deal with problem images look at the testing branch.

Install with "python setup.py install" or run in place

UBI Reader v0.6.2 Master

04 Apr 00:50
0a57bed
Compare
Choose a tag to compare

Master release. This version deals best with standard UBI/UBIFS images, to deal with problem images look at the testing branch.

Install with "python setup.py install" or run in place.

UBI Reader v0.5.0 Testing

17 Oct 07:19
Compare
Choose a tag to compare

Testing release. This version is meant for dealing with broken or otherwise mangled images, that may require modifying ubi_reader. There is extra functionality meant to help aid in that process, and a tools directory with some examples of ways to get around such issues.

Use "python setup.py develop" to install to system, while being able to edit the source files as needed, or run in place.

UBI Reader v0.5.0 Master

17 Oct 07:25
Compare
Choose a tag to compare

Master release. This version deals best with standard UBI/UBIFS images, to deal with problem images look at the testing branch.

Install with "python setup.py install" or run in place.