Releases: DBNinja/VCOPT
V1.4.2
More fix attempts ported over from NFC-V. Retries and more delays.
Also added support for other NFC-A tags other than NTAG 215. Note: Technically it will ID and attempt to read even tiny NTAGs that are too small to support OpenPrintTag, which will promptly error out. I may add in outright rejection in future versions.
V1.4.1
Some minor fixes/changes to hopefully help with cross-device compatibility.
- Move over some NFC-V fixes to NFC-A to hopefully improve device compatibility. Namely a 50 ms settle time and 5 ms sleeps between read/write cycles.
- Add a flag to prevent concurrent read/write operations in the main activity
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.3.1.1 - The v1.3.1 re-release
Minor bugfix release. Equivalent to v1.3.1 other than version number.
Fixed
- Phone rotation no longer removes the tag data.
- Coming back from the generator will once again automatically enable the write mode.
v1.3.0
Release 1.3.0
New
- There is now a calculator for finding the consumed weight of material.
Fixed
- This version fixes the calculation for the aux region offset. It is now identified properly and no longer assumed to be after the main region, increasing compatibility with other OpenPrintTag generators. Note this is a breaking change as consumed weight from previous versions will need to be re-added if the aux region was not located immediately after the main region.
- Last stir time is now hidden in the usage area if the material is SLA.
- The usage bar now fills in properly.
v1.2.1
Release 1.2.1
New
- New profile option to allow for simplified config for swatches
- Namespace change for f-droid publishing
- Secondary colors can collapse
Fixed
- Fixed NFC-V implementation (at least on Pixel devices)
- Fix color encoding to match the OpenPrintTag spec (no longer a string)
- Fix length scaling
v1.1.0
New features:
- Launch via NFC will read tags
- Added drying time and drying temp
Fixed:
- Reading/Writing stopped working if the app was launched via NFC
Full Changelog: v1.0.1...v1.1.0
v1.0.1 - Fix for NFC-V Support
Fixed the NFC-V by setting the address flag.
Also reduced the "spec" max bin size to 312 bytes as it appears some OpenPrintTags tags are only using 312 bytes.
Screenshots too!
v1.0.0
What's Changed
- feat: MVP. Vibecoded with a variety of tools, but settled on Claude.
New Contributors
- @Und3rf10w made their first contribution in #2
Full Changelog: https://github.com/DBNinja/VCOPT/commits/v1.0.0