Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Release v0.2.0
Rūdolfs Ošiņš committed 1 year ago
commit 08d467b950f3d11c2e0d504f28d2d54d334efc62
parent 5d64fd9
2 files changed +11 -1
added CHANGELOG.md
@@ -0,0 +1,10 @@
+
### v0.2.0
+

+
- Added font size controls for enhanced readability and accessibility
+
- Introduced contextual explainers in key areas to guide users and improve overall user experience
+
- Enhanced contrast in both dark and light modes to improve legibility and visual clarity
+

+

+
### v0.1.0
+

+
- First public release
modified crates/radicle-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
  "productName": "Radicle",
  "mainBinaryName": "radicle-desktop",
-
  "version": "0.1.0",
+
  "version": "0.2.0",
  "identifier": "xyz.radicle.desktop",
  "build": {
    "beforeDevCommand": "npm start",