Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"4.25.2"}
{".":"4.26.0"}
13 changes: 13 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.26.0](https://github.com/unraid/api/compare/v4.25.2...v4.26.0) (2025-10-15)


### Features

* translations now use crowdin (translate.unraid.net) ([#1739](https://github.com/unraid/api/issues/1739)) ([31c4102](https://github.com/unraid/api/commit/31c41027fc3798e47e81c03cd5cf327f84c8c4d5))


### Bug Fixes

* **#1729:** api key authorize component not mounted when on Unraid OS ([e9e271a](https://github.com/unraid/api/commit/e9e271ade5d5ca359025200e1e6f1680dc956c62))
* api auth from web during local dev ([#1743](https://github.com/unraid/api/issues/1743)) ([754966d](https://github.com/unraid/api/commit/754966d5d34824608fb3c9f774b79612272d5d87))

## [4.25.2](https://github.com/unraid/api/compare/v4.25.1...v4.25.2) (2025-09-30)


Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "4.25.2",
"version": "4.26.0",
"main": "src/cli/index.ts",
"type": "module",
"corepack": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unraid-monorepo",
"private": true,
"version": "4.25.2",
"version": "4.26.0",
"scripts": {
"build": "pnpm -r build",
"build:watch": "pnpm -r --parallel --filter '!@unraid/ui' build:watch",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/connect-plugin",
"version": "4.25.2",
"version": "4.26.0",
"private": true,
"dependencies": {
"commander": "14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion unraid-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/ui",
"version": "4.25.2",
"version": "4.26.0",
"private": true,
"license": "GPL-2.0-or-later",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.25.2",
"version": "4.26.0",
"private": true,
"type": "module",
"license": "GPL-2.0-or-later",
Expand Down