Skip to content

Commit fbbaeb3

Browse files
committed
chore: release
1 parent f2a4a6f commit fbbaeb3

3 files changed

Lines changed: 27 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,31 @@
22

33
All notable changes to OPPA and OpenPrinter are documented here.
44

5-
## Unreleased
5+
## 0.3.0 — 2026-08-01
66

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
816

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))
1720

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
1930

2031
### Bug Fixes
2132

@@ -90,6 +101,9 @@ All notable changes to OPPA and OpenPrinter are documented here.
90101
- Lint fixes
91102
([88f5138](https://github.com/neplextech/oppa/commit/88f51389db48821d14f1846115802e5d09304732))
92103

104+
- Release
105+
([5916944](https://github.com/neplextech/oppa/commit/59169447a0d9dfc17195857654a252964eb1da3c))
106+
93107
### Refactoring
94108

95109
- Redesign landing page

apps/oppa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oppa",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/oppa/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OPPA",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"identifier": "com.neplextech.oppa",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)