Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to Envoy are documented in this file. Format is based on [Ke

## [Unreleased]

## [1.1.0] - 2026-07-18

### Changed
- The whole app now talks like a person. Every emoji and dingbat is gone from buttons and status messages, along with the em dashes and the mission-briefing jargon. Mission Briefing is now just Apply, the Data Vault is the Vault, Browser Nexus is Browser, LLM Nexus is AI Models, and Codename is Full Name. Status lines read like plain English ("Application submitted." instead of "MISSION ACCOMPLISHED"). The Browser page also drops the fingerprint-evasion sales pitch and now just explains how the DevTools connection works, which matches what the app actually does and has always done.

Expand Down Expand Up @@ -99,7 +101,8 @@ Initial foundation: local-first resume tailoring + human-assisted apply.
### Security
- Cloud LLM API keys encrypted with DPAPI at rest. Plaintext keys from pre-DPAPI builds are automatically migrated on first launch.

[Unreleased]: https://github.com/LXBStudioLLC/envoy/compare/v1.0.3...HEAD
[Unreleased]: https://github.com/LXBStudioLLC/envoy/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/LXBStudioLLC/envoy/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/LXBStudioLLC/envoy/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/LXBStudioLLC/envoy/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/LXBStudioLLC/envoy/compare/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Envoy.exe can never drift apart. Override at build time with -p:Version=X.Y.Z.
-->
<PropertyGroup>
<Version>1.0.3</Version>
<Version>1.1.0</Version>
<Company>LXB Studio LLC</Company>
<Product>Envoy</Product>
<Authors>LXB Studio LLC</Authors>
Expand Down