web-v0.6.1

career-ops-hq/career-opsweb-v0.6.1Aug 10, 2026by github-actions[bot]

AI Summary

This web release focuses on bug fixes for company matching, state caching, and dashboard navigation. It ensures Unicode-aware logic is used consistently and improves the handling of configuration files.

Key Highlights

  • Fixed company matching keys to use Unicode-aware logic from the core instead of ASCII-only copy
  • Dynamic re-reading of states.yml configuration instead of caching for the process lifetime
  • Updated Today's dashboard navigation to route 'See all N' link to fresh-matches view
  • Removed Write/Edit permissions from the dashboard's PDF mode

Full Release Notes

## [0.6.1](https://github.com/santifer/career-ops/compare/web-v0.6.0...web-v0.6.1) (2026-08-10)


### Bug Fixes

* **web:** derive company matching keys from the core, not an ASCII-only copy ([#2667](https://github.com/santifer/career-ops/issues/2667)) ([9b6582c](https://github.com/santifer/career-ops/commit/9b6582c01c381e6ab22ed674be7f7ef9f13d48df))
* **web:** re-read states.yml when it changes instead of caching it for the process lifetime ([#2590](https://github.com/santifer/career-ops/issues/2590)) ([2a2e09e](https://github.com/santifer/career-ops/commit/2a2e09e61275e18a2331c1fee39bec3225f9f01c))
* **web:** route Today's "See all N" link to the fresh-matches view ([#1790](https://github.com/santifer/career-ops/issues/1790)) ([5fcc727](https://github.com/santifer/career-ops/commit/5fcc72773b711be59f8212536df27ea6fd79f88d))
* **web:** take Write/Edit away from the dashboard's pdf mode ([#2508](https://github.com/santifer/career-ops/issues/2508)) ([1301ed4](https://github.com/santifer/career-ops/commit/1301ed4ccc4b1ead8b7eca024135ad4d1d63932c))