|
2 | 2 |
|
3 | 3 | All notable changes to OPPA and OpenPrinter are documented here. |
4 | 4 |
|
5 | | -## Unreleased |
| 5 | +## 0.3.0 — 2026-08-01 |
6 | 6 |
|
7 | | -### Breaking changes |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- Build protocol package before running ESLint on packages |
| 10 | + ([a2a853b](https://github.com/neplextech/oppa/commit/a2a853b0704f6b8a59315d54fec4f8ff64c68497)) |
| 11 | + |
| 12 | +- Build server package before linting to resolve examples types |
| 13 | + ([bfbbbd8](https://github.com/neplextech/oppa/commit/bfbbbd89c6b9529354c7d534cbff97ae6c4f3401)) |
| 14 | + |
| 15 | +### Features |
8 | 16 |
|
9 | | -- Replace the three-endpoint browser/token flow with one server base |
10 | | - URL, `/.well-known/openprinter` discovery, one-time pairing codes, |
11 | | - locally generated Ed25519 credentials, and gateway challenge |
12 | | - authentication. |
13 | | -- Change protocol version values from numeric `1` to string `"1"` and |
14 | | - remove `agent.authentication_metadata`. |
15 | | -- Change `@openprinter/server` to authenticate accepted transports |
16 | | - against pluggable public credential stores before `agent.hello`. |
| 17 | +- Add skills.sh skill definitions for @openprinter/protocol and |
| 18 | + @openprinter/server |
| 19 | + ([d44102f](https://github.com/neplextech/oppa/commit/d44102f84783691aae33883ac10c99b41947a6cb)) |
17 | 20 |
|
18 | | -## 0.2.0 — 2026-07-30 |
| 21 | +- Add og images |
| 22 | + ([f2a4a6f](https://github.com/neplextech/oppa/commit/f2a4a6f8b467e94fca57dd68f88d01e1c5d834e5)) |
| 23 | + |
| 24 | +### Refactoring |
| 25 | + |
| 26 | +- Oppa authentication system |
| 27 | + ([2a8d40c](https://github.com/neplextech/oppa/commit/2a8d40cb251578e21037105a14ae2c4de642fe70)) |
| 28 | + |
| 29 | +## oppa-v0.1.0 — 2026-07-30 |
19 | 30 |
|
20 | 31 | ### Bug Fixes |
21 | 32 |
|
@@ -90,6 +101,9 @@ All notable changes to OPPA and OpenPrinter are documented here. |
90 | 101 | - Lint fixes |
91 | 102 | ([88f5138](https://github.com/neplextech/oppa/commit/88f51389db48821d14f1846115802e5d09304732)) |
92 | 103 |
|
| 104 | +- Release |
| 105 | + ([5916944](https://github.com/neplextech/oppa/commit/59169447a0d9dfc17195857654a252964eb1da3c)) |
| 106 | + |
93 | 107 | ### Refactoring |
94 | 108 |
|
95 | 109 | - Redesign landing page |
|
0 commit comments