|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.63.0] - 2026-06-15 |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +- *(proxy)* Keep connection open for reactive proxy auth on CONNECT (#1151) ([#1151](https://github.com/always-further/nono/pull/1151)) |
| 8 | + |
| 9 | +- Report the actual blocked operation instead of the readable target path in sandbox denial diagnostics (#1150) ([#1150](https://github.com/always-further/nono/pull/1150)) |
| 10 | + |
| 11 | +- *(linux)* Trap sendto/sendmsg to prevent AF_UNIX datagram bypass (#1096) ([#1096](https://github.com/always-further/nono/pull/1096)) |
| 12 | + |
| 13 | +- *(cli)* Accept truthy env values for bool flags (#1136) ([#1136](https://github.com/always-further/nono/pull/1136)) |
| 14 | + |
| 15 | +- Replace stale nono.dev schema domains with nono.sh |
| 16 | + |
| 17 | +- *(audit)* Address ledger review and clippy |
| 18 | + |
| 19 | +- Write cargo vendor config for copr srpms |
| 20 | + |
| 21 | +- *(aur)* Skip ssh-keyscan banner lines in host key check |
| 22 | + |
| 23 | + |
| 24 | +### Build |
| 25 | + |
| 26 | +- Add copr source rpm packaging (#1075) ([#1075](https://github.com/always-further/nono/pull/1075)) |
| 27 | + |
| 28 | + |
| 29 | +### CI/CD |
| 30 | + |
| 31 | +- Use actions/attest |
| 32 | + |
| 33 | + |
| 34 | +### Dependencies |
| 35 | + |
| 36 | +- *(deps)* Bump ignore from 0.4.25 to 0.4.26 (#1160) ([#1160](https://github.com/always-further/nono/pull/1160)) |
| 37 | + |
| 38 | +- *(deps)* Bump chrono from 0.4.44 to 0.4.45 (#1159) ([#1159](https://github.com/always-further/nono/pull/1159)) |
| 39 | + |
| 40 | +- *(deps)* Bump time from 0.3.47 to 0.3.49 (#1158) ([#1158](https://github.com/always-further/nono/pull/1158)) |
| 41 | + |
| 42 | +- *(deps)* Bump zeroize from 1.8.2 to 1.9.0 (#1157) ([#1157](https://github.com/always-further/nono/pull/1157)) |
| 43 | + |
| 44 | +- *(deps)* Bump typify from 0.6.2 to 0.7.0 (#1156) ([#1156](https://github.com/always-further/nono/pull/1156)) |
| 45 | + |
| 46 | +- *(deps)* Bump actions/checkout from 6.0.2 to 6.0.3 |
| 47 | + |
| 48 | +- *(deps)* Bump x509-parser from 0.16.0 to 0.18.1 |
| 49 | + |
| 50 | +- *(deps)* Bump cbindgen from 0.29.2 to 0.29.3 |
| 51 | + |
| 52 | +- *(deps)* Bump hyper from 1.9.0 to 1.10.1 |
| 53 | + |
| 54 | + |
| 55 | +### Documentation |
| 56 | + |
| 57 | +- Document diagnostics.suppress_system_services for macOS (#1076) (#1138) ([#1138](https://github.com/always-further/nono/pull/1138)) |
| 58 | + |
| 59 | +- *(readme)* Update agent commands and enhance feature descriptions (#1145) ([#1145](https://github.com/always-further/nono/pull/1145)) |
| 60 | + |
| 61 | +- *(readme)* Refine project description and history (#1143) ([#1143](https://github.com/always-further/nono/pull/1143)) |
| 62 | + |
| 63 | +- *(readme)* Update agent package publishing link (#1142) ([#1142](https://github.com/always-further/nono/pull/1142)) |
| 64 | + |
| 65 | +- *(cli-quickstart)* Add profile usage to quickstart guide |
| 66 | + |
| 67 | +- Add copr installation instructions |
| 68 | + |
| 69 | + |
| 70 | +### Features |
| 71 | + |
| 72 | +- *(cli)* Move runtime state to XDG state dirs (#1152) ([#1152](https://github.com/always-further/nono/pull/1152)) |
| 73 | + |
| 74 | +- Add $PACK_DIR support to session_hooks for store pack support (#1073) ([#1073](https://github.com/always-further/nono/pull/1073)) |
| 75 | + |
| 76 | +- *(keyring)* Add NONO_KEYRING_TIMEOUT_SECS for keychain access (#977) ([#977](https://github.com/always-further/nono/pull/977)) |
| 77 | + |
| 78 | +- *(environment)* Add set_vars for static env injection (#1134) ([#1134](https://github.com/always-further/nono/pull/1134)) |
| 79 | + |
| 80 | +- *(pack-verification)* Skip pack verification on dry runs |
| 81 | + |
| 82 | + |
| 83 | +### Miscellaneous |
| 84 | + |
| 85 | +- *(project)* Add new issue template for agent package requests (#1081) ([#1081](https://github.com/always-further/nono/pull/1081)) |
| 86 | + |
| 87 | + |
| 88 | +### Refactoring |
| 89 | + |
| 90 | +- *(diagnostic)* Move diagnostic UX out of core nono crate (#1155) ([#1155](https://github.com/always-further/nono/pull/1155)) |
| 91 | + |
| 92 | +- *(pull_ui)* Remove sigstore provenance display (#1144) ([#1144](https://github.com/always-further/nono/pull/1144)) |
| 93 | + |
| 94 | +- *(profiles)* Standardize profile names with namespace |
| 95 | + |
| 96 | +- *(audit-ledger)* Move audit ledger logic to library crate |
| 97 | + |
| 98 | +- *(audit)* Move audit integrity logic to nono crate |
| 99 | + |
| 100 | + |
| 101 | +### Testing |
| 102 | + |
| 103 | +- *(wsl2)* Fix has_landlock_network V4+ detection |
| 104 | + |
3 | 105 | ## [0.62.0] - 2026-06-07 |
4 | 106 |
|
5 | 107 | ### Bug Fixes |
|
0 commit comments