Skip to content

Commit 707fc2e

Browse files
authored
Merge pull request #55 from AppsGanin/release-please--branches--main--components--rospanel
chore(main): release 2.6.0
2 parents 5461dd6 + 44fb659 commit 707fc2e

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.0"
2+
".": "2.6.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/AppsGanin/rospanel/compare/v2.5.0...v2.6.0) (2026-08-13)
4+
5+
6+
### Features
7+
8+
* **api:** serve the panel API to assistants over MCP ([db89bec](https://github.com/AppsGanin/rospanel/commit/db89becf7325a04b9b4e466bd9f300445bf44be4))
9+
* **api:** window every list with limit and offset ([5b971d5](https://github.com/AppsGanin/rospanel/commit/5b971d5b8659dad896ac0af2c4572b2ff21ae7cf))
10+
* **devices:** bind installs by HWID and cap them per user ([3f0c320](https://github.com/AppsGanin/rospanel/commit/3f0c32023561918cbc69fe10d93bd4ff5005b8f5))
11+
* **monitoring:** add Prometheus metrics and a public status page ([f87452a](https://github.com/AppsGanin/rospanel/commit/f87452a1301fd3c83832a3aa308ac7662f1300bd))
12+
* **shaping:** cap per-user speed with kernel traffic shaping ([a45843e](https://github.com/AppsGanin/rospanel/commit/a45843ee8865f0dabdd0bd350a7eebb1ae9edb20))
13+
* **stats:** add a per-server daily series and fill quiet days ([5d9ba81](https://github.com/AppsGanin/rospanel/commit/5d9ba811bf0be1bd174e7693b39f600a8f54d4f0))
14+
* **store:** add schema for devices, speed limits, uptime and status page ([3c23a41](https://github.com/AppsGanin/rospanel/commit/3c23a411aa1a173233b01b8de4dad8ee6f016df8))
15+
* **ui:** surface devices, speed limits, nodes and the new settings ([dcc56fa](https://github.com/AppsGanin/rospanel/commit/dcc56fa0326ed93ab3d792dfad175d5f1b2c6db7))
16+
17+
18+
### Bug Fixes
19+
20+
* **api:** honour enabled when creating a webhook ([82bf667](https://github.com/AppsGanin/rospanel/commit/82bf667cf2265da17c298bc801c989358f53616b))
21+
* **api:** reject unknown and read-only body fields ([64845a8](https://github.com/AppsGanin/rospanel/commit/64845a8d6647c30f2d204ca8926b9ac187d486e0))
22+
* **decoy:** serve every decoy asset from our own origin ([226c3f1](https://github.com/AppsGanin/rospanel/commit/226c3f17fe10101d9ccb336a4eb6e9bce83e2250))
23+
* **sub:** keep Telegram deep links working without the SDK ([a52d165](https://github.com/AppsGanin/rospanel/commit/a52d16545fec0e75ecc4451fe9e83f9667e82ee3))
24+
325
## [2.5.0](https://github.com/AppsGanin/rospanel/compare/v2.4.1...v2.5.0) (2026-08-11)
426

527

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
// Version is the current release, kept in sync automatically by release-please
55
// (via the extra-files entry in release-please-config.json). The trailing
66
// annotation comment is the marker release-please rewrites on each release.
7-
const Version = "2.5.0" // x-release-please-version
7+
const Version = "2.6.0" // x-release-please-version

0 commit comments

Comments
 (0)