Private
Public Access
-
v2026.9.4 Stable
released this
2026-09-04 21:38:08 -06:00 | 0 commits to main since this releaseThis project now has a public home on GitHub: https://github.com/ds-ksmith/DS-Chat
Public-release cleanup
- Removed personal/deployment-specific details from documentation and the app's own UI -- the About screen's "Source code" link is now a configurable VITE_SOURCE_URL build setting instead of a hardcoded personal URL
- LICENSE now has a proper copyright notice
- Added CONTRIBUTING.md, including contributor terms that keep a future dual-licensed offering possible
- DEPLOYMENT.md's setup instructions now point at the real public repo
Deploy process
- deploy/upgrade.sh now only ever deploys a tagged release (fetches tags, checks out whichever is newest) instead of pulling the tip of the default branch -- production can no longer land on an untagged, in-progress commit
- Removed an internal tooling config file that had been accidentally tracked since the very first commit (no sensitive content, just local dev tooling)
Downloads