Skip to content

Releases: DBNinja/VCOPT

V1.4.2

03 Mar 02:49
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

28 Feb 18:56
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

04 Feb 01:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

New

  • Add ability to delete the current tag data in the main screen

Minor changes

  • Clean up build warnings
  • Clean up F-droid errors
  • Add fastlane

v1.3.1.1 - The v1.3.1 re-release

25 Jan 19:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

25 Jan 15:37
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

24 Jan 03:52
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

17 Jan 21:10
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

16 Jan 14:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

15 Jan 23:33

Choose a tag to compare

What's Changed

  • feat: MVP. Vibecoded with a variety of tools, but settled on Claude.

New Contributors

Full Changelog: https://github.com/DBNinja/VCOPT/commits/v1.0.0