Skip to content

Commit 19a8dbd

Browse files
chore(main): release 1.5.0
1 parent b3d6b01 commit 19a8dbd

3 files changed

Lines changed: 17 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-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/AppsGanin/rospanel/compare/v1.4.0...v1.5.0) (2026-07-26)
4+
5+
6+
### Features
7+
8+
* **core:** add custom inbounds, access groups, and runtime port guard refresh ([21fe5ba](https://github.com/AppsGanin/rospanel/commit/21fe5ba330643a5c5022e20b7bbec3284e8cff75))
9+
* **core:** add fleet-wide Xray and TLS alerts for remote nodes ([e361e05](https://github.com/AppsGanin/rospanel/commit/e361e057e53e3ed2cf5b53dcceec1c08c82ace96))
10+
* **core:** proxy Telegram Mini App SDK through our origin ([6453ea0](https://github.com/AppsGanin/rospanel/commit/6453ea0a066d7c4878e4026d91978cac46b6c054))
11+
* **decoy:** harden decoy to mimic real static file server ([30ce448](https://github.com/AppsGanin/rospanel/commit/30ce448553d697f5d3f59d4ca03c3686e7cd95f3))
12+
13+
14+
### Bug Fixes
15+
16+
* **sub:** self-host Mulish webfonts to eliminate render-blocking Google Fonts ([b3d6b01](https://github.com/AppsGanin/rospanel/commit/b3d6b01d42c64fe0445ee47a8d6162d3bf27496c))
17+
318
## [1.4.0](https://github.com/AppsGanin/rospanel/compare/v1.3.0...v1.4.0) (2026-07-23)
419

520

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 = "1.4.0" // x-release-please-version
7+
const Version = "1.5.0" // x-release-please-version

0 commit comments

Comments
 (0)