Skip to content

Releases: nyroway/nyro

Nyro v1.6.2

18 Apr 16:16
0c76390

Choose a tag to compare

chore(release): prepare v1.6.2 (#64)

- Bump workspace, Tauri and webui versions to 1.6.2.
- Document v1.6.2 changes in CHANGELOG.md and CHANGELOG_CN.md:
  - Features: request/response payload logging, redesigned log
    viewer, log_record_payloads toggle (#63).
  - Improvements: standalone provider config aliases
    (protocol/apikey) and protocol inference (#57), log retention
    defaults, split query_logs / get_log API (#63).
  - Fixes: release-server workflow pre-builds webui/dist so
    RustEmbed can find the assets (#56).

Nyro v1.6.1

14 Apr 07:18
a4aaf9b

Choose a tag to compare

chore(release): prepare v1.6.1 (#54)

Nyro v1.6.0

12 Apr 07:59
82b2c13

Choose a tag to compare

chore(release): prepare v1.6.0 (#43)

- Add cache system (exact/semantic, SSE replay, singleflight)
- Add ingress route aliases and /v1/models endpoint
- Unify vector dimension lifecycle across storage backends
- Improve settings save UX and global cache/proxy linkage
- Remove MySQL backend support
- Rename GitHub org from NYRO-WAY to nyroway

Nyro v1.5.0

02 Apr 14:38
12a252d

Choose a tag to compare

chore(release): prepare v1.5.0 (#26)

* chore(release): prepare v1.5.0

Document all changes since v1.4.0 in English and Chinese changelogs, and bump workspace, desktop, and webui versions to 1.5.0 for the next release tag.

Made-with: Cursor

* fix(ci): install xdg-utils for linux appimage bundling

Nyro v1.4.0

21 Mar 14:51

Choose a tag to compare

chore(release): prepare v1.4.0

Document all changes since v1.3.0 in both changelogs and bump workspace, Tauri, and WebUI versions to 1.4.0 for the upcoming tag release.

Made-with: Cursor

Nyro v1.3.0

18 Mar 14:09

Choose a tag to compare

chore(release): prepare v1.3.0

Add v1.3.0 entries to English and Chinese changelogs and bump workspace, desktop, and web app versions to 1.3.0 for release.

Made-with: Cursor

Nyro v1.2.0

15 Mar 06:29

Choose a tag to compare

feat(connect): ship desktop connect workflows and stricter API key co…

Nyro v1.1.0

14 Mar 03:09

Choose a tag to compare

fix(webui): place access control switch below label

Move the route Access Control switch onto its own line under the field title in both create and edit forms so the setting matches the intended layout and reads more clearly.

Made-with: Cursor

Nyro v1.0.1

10 Mar 12:16

Choose a tag to compare

chore: release v1.0.1 — full ARM64 support, Homebrew, install scripts

- bump version to 1.0.1 across Cargo.toml, tauri.conf.json, package.json
- native ARM64 builds for all platforms (ubuntu-24.04-arm, windows-11-arm)
- native macOS Intel builds via macos-15-intel runner
- add Windows ARM64 desktop (NSIS) and server binaries
- add Homebrew Cask support via separate homebrew-nyro tap repo
- add one-line install scripts (install.sh, install.ps1)
- split frontend vendor chunks (react, query, charts)
- remove deb, MSI, and desktop SHA256SUMS from release assets
- fix CI: exclude nyro-desktop from check, remove --manifest-path
- fix branch refs from main to master
- update CHANGELOG.md and CHANGELOG_CN.md for v1.0.1

Nyro v1.0.0

09 Mar 14:44

Choose a tag to compare

fix(ci): remove unsupported --manifest-path from cargo tauri build

- cargo tauri build auto-detects src-tauri/, --manifest-path is invalid
- split rust target install into conditional step to avoid empty value