mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
chore(main): release 0.83.0 (#1114)
Co-authored-by: sencho-quartermaster[bot] <275163604+sencho-quartermaster[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
37413c1020
commit
69bc955c3b
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.82.1"
|
||||
".": "0.83.0"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.83.0](https://github.com/Studio-Saelix/sencho/compare/v0.82.1...v0.83.0) (2026-05-19)
|
||||
|
||||
|
||||
### Added
|
||||
|
||||
* **cloud-backup:** paginate cloud snapshots list ([#1110](https://github.com/Studio-Saelix/sencho/issues/1110)) ([37413c1](https://github.com/Studio-Saelix/sencho/commit/37413c1020b3562a24884a57c43425c07b3526af))
|
||||
* **fleet-secrets:** add Import from stack action to bundle editor ([#1115](https://github.com/Studio-Saelix/sencho/issues/1115)) ([e3e5943](https://github.com/Studio-Saelix/sencho/commit/e3e5943b57090639289a5a83431ddfb499361f9e))
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
* **fleet-secrets:** align bundle-row action aria-label with icon ("Send") ([#1116](https://github.com/Studio-Saelix/sencho/issues/1116)) ([96d9bb9](https://github.com/Studio-Saelix/sencho/commit/96d9bb9f764dcdf661d9436dd70cdb899bb262c0))
|
||||
* **stack-update:** refresh frontend state automatically after a stack update ([#1113](https://github.com/Studio-Saelix/sencho/issues/1113)) ([6722335](https://github.com/Studio-Saelix/sencho/commit/6722335a79382e4e6674d63ca7a040f1d4d13e8d))
|
||||
|
||||
## [0.82.1](https://github.com/Studio-Saelix/sencho/compare/v0.82.0...v0.82.1) (2026-05-19)
|
||||
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "sencho",
|
||||
"version": "0.82.1",
|
||||
"version": "0.83.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "sencho",
|
||||
"version": "0.82.1",
|
||||
"version": "0.83.0",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^21.0.1",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sencho",
|
||||
"version": "0.82.1",
|
||||
"version": "0.83.0",
|
||||
"description": "Self-hosted Docker Compose management dashboard with fleet control, atomic deployments, and self-healing infrastructure.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user