File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.7 .0"
2+ "." : " 0.8 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.0] ( https://github.com/reponomics/reponomics-dashboard-action/compare/v0.7.0...v0.8.0 ) (2026-05-23)
4+
5+
6+ ### Features
7+
8+ * add unlock recovery links ([ 5c26e16] ( https://github.com/reponomics/reponomics-dashboard-action/commit/5c26e1645950f1d8c07f4f4d91fc518e10093439 ) )
9+ * add unlock screen theme toggle ([ 5607e31] ( https://github.com/reponomics/reponomics-dashboard-action/commit/5607e3150f17371b85940370816345b22cc3b988 ) )
10+ * refresh encrypted dashboard unlock screen ([ 70fd9cd] ( https://github.com/reponomics/reponomics-dashboard-action/commit/70fd9cd9a4a59724eaabdd259375a4eb9e7b30b1 ) )
11+ * throttle repeated unlock failures ([ 3ab79d9] ( https://github.com/reponomics/reponomics-dashboard-action/commit/3ab79d91f3165ea1cdec8f93e26218f08017d205 ) )
12+
13+
14+ ### Bug Fixes
15+
16+ * align unlock intro copy width ([ d7bbfde] ( https://github.com/reponomics/reponomics-dashboard-action/commit/d7bbfde4de9e0fc2738dbb2bd55c498394f71676 ) )
17+ * avoid password manager icon collision ([ 0901204] ( https://github.com/reponomics/reponomics-dashboard-action/commit/09012042bb902fd1ac668080d96ca341bf8ceacc ) )
18+ * cap mobile unlock wordmark size ([ a6f7d44] ( https://github.com/reponomics/reponomics-dashboard-action/commit/a6f7d44ed74f2d39ad794fc78051b36be47347a4 ) )
19+
320## [ 0.7.0] ( https://github.com/reponomics/reponomics-dashboard-action/compare/v0.6.2...v0.7.0 ) (2026-05-23)
421
522
Original file line number Diff line number Diff line change 1313from typing import Any , Callable
1414
1515
16- VERSION = "0.7 .0" # x-release-please-version
16+ VERSION = "0.8 .0" # x-release-please-version
1717ROOT = Path (__file__ ).resolve ().parent
1818SCRIPTS_DIR = ROOT / "runtime" / "scripts"
1919MIN_SECRET_LENGTH = 40
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " reponomics-dashboard-action"
7- version = " 0.7 .0" # x-release-please-version
7+ version = " 0.8 .0" # x-release-please-version
88description = " GitHub Action for the Reponomics Dashboard."
99readme = " README.md"
1010authors = [{ "name" = " Reponomics Contributors" }]
Original file line number Diff line number Diff line change 1- 0.7 .0
1+ 0.8 .0
You can’t perform that action at this time.
0 commit comments