Releases: terminalis/envarsa
Release list
Envarsa 1.1.0
What's Changed
- Move marketing site to website/ + deploy Pages via GitHub Actions by @terminalis in #5
- CI: build the Store MSIX as a release-run artifact by @terminalis in #6
- Feature the Microsoft Store on the site and README by @terminalis in #8
- Add MSIX update guard, portable store/config default, and site edits by @terminalis in #9
- Feat/store guard portable by @terminalis in #10
Full Changelog: v1.0.0...v1.1.0
Envarsa 1.0.0
What's Changed
- Docs: specialize README, tighten site prose, drop hardcoded version by @terminalis in #3
- Add Microsoft Store MSIX packaging (v1.0.0) by @terminalis in #4
Full Changelog: v0.2.0...v1.0.0
Envarsa 0.2.0
What's Changed
- Write env values into .env.local (guarded) + structured editor by @terminalis in #1
- Guarded .env.local write-back + structured project editor by @terminalis in #2
New Contributors
- @terminalis made their first contribution in #1
Full Changelog: v0.1.1...v0.2.0
Envarsa 0.1.1
Full Changelog: v0.1.0...v0.1.1
Envarsa 0.1.0
First release.
Envarsa is a local-first library for your environment values: capture a project's .env as a point-in-time snapshot, recall and inspect it with values masked, and hand values back out — by clipboard or export — when you need a project working again. No cloud, no telemetry, and — apart from an optional update check against GitHub, off by default — no egress. The files never leave.
Downloads (Windows 10/11, x64):
Envarsa_0.1.0_x64-setup.exe— per-user NSIS install, no admin prompt. Fetches the WebView2 runtime on the rare machine that lacks it.envarsa_0.1.0_x64_portable.zip— unzip anywhere, runenvarsa.exe(keepWebView2Loader.dllbeside it). Needs the WebView2 runtime already present — preinstalled on Windows 11 and any Windows 10 kept current.
Worth knowing up front:
- The binaries are unsigned, so first launch shows a SmartScreen prompt — More info → Run anyway.
- Portable means no install, not data-on-a-stick: the store lives in
%APPDATA%\com.envarsa.app, not next to the exe. Repoint it in Settings if you want it somewhere you sync.
The README has the full story — what it does and doesn't do, the security model, and how to build from source.
Full Changelog: https://github.com/terminalis/envarsa/commits/v0.1.0