Skip to content

Commit 26b5adc

Browse files
authored
Merge pull request #57 from AppsGanin/release-please--branches--main--components--rospanel
chore(main): release 2.7.0
2 parents 7cbd608 + c725661 commit 26b5adc

3 files changed

Lines changed: 18 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.6.0"
2+
".": "2.7.0"
33
}

CHANGELOG.md

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

3+
## [2.7.0](https://github.com/AppsGanin/rospanel/compare/v2.6.0...v2.7.0) (2026-08-14)
4+
5+
6+
### Features
7+
8+
* **decoy:** add a self-hosted Nextcloud login page ([15119b2](https://github.com/AppsGanin/rospanel/commit/15119b292f2980ea63107e73db1e97aa7c8b2ef6))
9+
* **inbounds:** add Shadowsocks-2022 as a custom inbound protocol ([1e6c6b6](https://github.com/AppsGanin/rospanel/commit/1e6c6b67f8e73ced48bef63a7fb4cf974dcaf8cd))
10+
* **inbounds:** allow emoji in connection and lane names ([9f10280](https://github.com/AppsGanin/rospanel/commit/9f102803e732c1040cce01effc0e9d52677fcf35))
11+
12+
13+
### Bug Fixes
14+
15+
* **api:** self-host Swagger UI; add Dependabot for Go and actions ([383d171](https://github.com/AppsGanin/rospanel/commit/383d171210d5683adbe89c2666c3a4b5996ad5da))
16+
* **deps:** bump Go to 1.26.6 for stdlib security fixes ([609c4af](https://github.com/AppsGanin/rospanel/commit/609c4af1e28c540eb9595b726111152c6f0660f3))
17+
* **inbounds:** carry the Shadowsocks method through the request mapping ([5e0cb7c](https://github.com/AppsGanin/rospanel/commit/5e0cb7c2868f95556e48e91fd2c1d415d2f7f3ad))
18+
319
## [2.6.0](https://github.com/AppsGanin/rospanel/compare/v2.5.0...v2.6.0) (2026-08-13)
420

521

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.6.0" // x-release-please-version
7+
const Version = "2.7.0" // x-release-please-version

0 commit comments

Comments
 (0)