Skip to content

Releases: openimgr/openimager

v1.0a01

25 Feb 08:48
1cba771

Choose a tag to compare

v1.0a01 Pre-release
Pre-release

Note

Download the imager.exe ONLY if you want to use the application.
For contributing, download imager.py and imports.py.

🚀 Initial Alpha Release

Welcome to the first public iteration of OpenImager (Uniflasher). This release marks the transition of the project to the openimgr organization.

✨ What's in this version?

  • Core Engine: Introduction of the Uniflasher writing logic.
  • Drive Selection: Implementation of the "Safe-Select" drive filtering system to protect system partitions.
  • UI/UX: Minimalist interface for image selection and drive targeting.
  • Licensing: Fully open-sourced under the Unlicense (Public Domain).

⚠️ Known Issues

As this is Alpha 1, there are known hurdles we are currently clearing:

  • FWrite Stream Failure: The primary writing function (FWrite) may fail to initialize on certain Windows builds or specific USB 3.0 controllers. (If you want to contribute, check issue (#3) and download the imager.py and imports.py as those are the source files.)
  • Verification: Bit-by-bit verification is currently disabled to prevent software hangs during the FWrite failure.

🛠 Technical Changes

  • Standardized project structure for cross-platform builds.
  • Added .gitignore and CONTRIBUTING.md for community involvement.

Full Changelog: https://github.com/openimgr/openimager/commits/v1.0a01