Skip to content

Commit 078dc36

Browse files
authored
Merge pull request #60 from AppsGanin/release-please--branches--main--components--rospanel
chore(main): release 2.8.0
2 parents 4de933e + d0f8295 commit 078dc36

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.7.1"
2+
".": "2.8.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.8.0](https://github.com/AppsGanin/rospanel/compare/v2.7.1...v2.8.0) (2026-08-15)
4+
5+
6+
### Features
7+
8+
* **audit:** search, date-range filter and CSV export for the panel journal ([fdbfe89](https://github.com/AppsGanin/rospanel/commit/fdbfe8943b6b8ccea20ad99400fa21c2f8068104))
9+
* **cli:** add a rescue command to regain locked-out access ([c807b2b](https://github.com/AppsGanin/rospanel/commit/c807b2b9089f01be501d83092c420f883c8dbc64))
10+
* **nodes:** per-node traffic coefficient for quota ([0a13450](https://github.com/AppsGanin/rospanel/commit/0a134500cab43fd5018ad72f4443c99505c06b28))
11+
* **ops:** maintenance mode ([44571af](https://github.com/AppsGanin/rospanel/commit/44571af995084e914bece2a407019739f1daec21))
12+
* **routing:** config snapshots with one-click rollback ([d93d130](https://github.com/AppsGanin/rospanel/commit/d93d1301c2988899e45a069804a05acdf4e2dc4a))
13+
* **security:** detect IPs scanning for the hidden panel path ([8f5852a](https://github.com/AppsGanin/rospanel/commit/8f5852af9a6038124a1e15f0f85edbbe21acde21))
14+
* **stats:** connection geo map — source IPs by country ([3f8e15b](https://github.com/AppsGanin/rospanel/commit/3f8e15b8f9bed570128cec663d87b1ce5610f30e))
15+
* **sub:** response rules — force format or block by client/OS ([545698c](https://github.com/AppsGanin/rospanel/commit/545698cab569580a995e6073d970181dbac76d54))
16+
* **xray:** watchdog auto-recovers a wedged (alive but not serving) Xray ([f5bb172](https://github.com/AppsGanin/rospanel/commit/f5bb1728549598643d63fe85439e490b65f9676b))
17+
18+
19+
### Bug Fixes
20+
21+
* **auth:** set Secure and SameSite on the session-clearing cookie ([3b7385b](https://github.com/AppsGanin/rospanel/commit/3b7385bcf4e9b7679de7ee67d033def13097fd5d))
22+
* harden geoip parser, probe miss-detection and CSV export (review) ([4de933e](https://github.com/AppsGanin/rospanel/commit/4de933e46ddfc3d8ad61842263001e2e5649153f))
23+
* post-review fixes for the three new features ([e4cc344](https://github.com/AppsGanin/rospanel/commit/e4cc344f884f2c656a6b972cefaac698a1ecb62c))
24+
325
## [2.7.1](https://github.com/AppsGanin/rospanel/compare/v2.7.0...v2.7.1) (2026-08-14)
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.7.1" // x-release-please-version
7+
const Version = "2.8.0" // x-release-please-version

0 commit comments

Comments
 (0)