v1.8.1
Puntovivo v1.8.1 — the portability follow-up
Why this release matters
v1.8.1 is a focused maintenance release. It does not add a new operator
workflow; it fixes how the shared TypeScript package is compiled so the same
release process works consistently across Linux, macOS, and Windows.
If you only read product feature lists, this can look small. For desktop
software it is important: a build that depends on one shell or one operating
system is not a dependable distribution path.
What changed
- Replaced the platform-sensitive shared compiler invocation with a portable
workspace command. - Restored the cross-platform build path used by desktop and web packaging.
- Published Windows, macOS, Linux, and web artifacts from the corrected flow.
- Kept the v1.8.0 feature set unchanged, so there is no data migration or new
operator behavior to learn.
Before you use it
- Update from v1.8.0 if you build from source or need the Windows artifact.
- This release improves build portability; it does not prove every physical POS
device or every clean-install and recovery scenario. - DIAN production signing, transmission, provider conformance, and
certification remain outside this release.
Downloads
Open the v1.8.1 GitHub release
and choose the asset for Windows x64, macOS Apple Silicon, Linux x64, or the web
bundle. Update-feed files are intended for the desktop updater rather than
manual installation.
For the exact code change, read the
v1.8.0...v1.8.1 comparison.