Skip to content

Commit 84aa3e5

Browse files
chore: bump version to 1.3.0-alpha.0 and update changelog (#519)
Signed-off-by: Alioune Gaye <alioune.gaye@secomind.com>
1 parent 24d9f2c commit 84aa3e5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [1.3.0-dev] - Unreleased
7+
## [1.3.0-rc.1] - 2026-02-17
88
### Added
99
- Compute permissions from the JWT and disable unavailable UI sections, ([#416](https://github.com/astarte-platform/astarte-dashboard/issues/416)).
1010
- For server-owned interfaces, display a form to send data to the device, ([#417](https://github.com/astarte-platform/astarte-dashboard/issues/417)).
1111
- Add a "keep me logged in" during login, ([#451](https://github.com/astarte-platform/astarte-dashboard/issues/451)).
1212
- Allow unsetting property endpoints, ([#450](https://github.com/astarte-platform/astarte-dashboard/issues/450)).
1313
- Allow to filter time of Interface DataStream data, ([#441](https://github.com/astarte-platform/astarte-dashboard/issues/441)).
1414
- Add useful feedback about the invalid JWT token, ([#485](https://github.com/astarte-platform/astarte-dashboard/issues/485)).
15+
- Add JSON user config defaulting to using local Astarte instance ([#515](https://github.com/astarte-platform/astarte-dashboard/pull/515))
16+
- Add support for device registration and deletion triggers ([#517](https://github.com/astarte-platform/astarte-dashboard/pull/517))
1517
### Changed
1618
- Adapt Device Stats and PieChart to exclude interfaces with 0 exchanged messages, ([#428](https://github.com/astarte-platform/astarte-dashboard/issues/428)).
1719
- Persist login using cookies instead of localStorage, ([#419](https://github.com/astarte-platform/astarte-dashboard/issues/419)).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "astarte-dashboard",
4-
"version": "1.3.0-dev",
4+
"version": "1.3.0-rc.1",
55
"description": "Astarte dashboard",
66
"keywords": [
77
"astarte",

0 commit comments

Comments
 (0)