Skip to content

Releases: ZeroKnowledgeNetwork/client

v0.1.0-beta.7

24 Apr 23:42
v0.1.0-beta.7
8cc6cba
Compare
Choose a tag to compare

[0.1.0-beta.7] - 2025-04-24

🚀 Features

  • Add IconShieldCheck component (77936cf)
  • Add network services asset retrieval and reading (e63b8e1)
  • Add WalletShield page with RPC endpoints (076e2dc)
  • Add IconClipboard component with checkmark option (cb9bff7)
  • Add rpc endpoint copy to clipboard functionality (146a783)

🐞 Bug Fixes

  • Render side drawer on top (of everything) (12a0b33)
  • Resolve macOS rendering issue with #root css (90f14be)

⚙️ Miscellaneous Tasks

  • (capabilities) Fs: allow read text file in networks data dir (342eb01)
  • Update deps (5db7319)
  • $ cargo tauri add clipboard-manager (20aaba7)
  • (capabilities) Desktop: clipboard-manager: allow write text (9ac22ce)

v0.1.0-beta.6

18 Apr 04:20
v0.1.0-beta.6
d10d523
Compare
Choose a tag to compare

[0.1.0-beta.6] - 2025-04-18

⚙️ Miscellaneous Tasks

v0.1.0-beta.5

17 Apr 07:31
v0.1.0-beta.5
b24fb0f
Compare
Choose a tag to compare

[0.1.0-beta.5] - 2025-04-17

🚀 Features

  • (updater) Manage update status in store (ffe3931)
  • Add components: IconArrowPath IconCheckBadge (06d9198)
  • (updater) Add Updater component (03bf474)
  • (updater) Add managed Updater component to Footer (e3e15f8)

⚙️ Miscellaneous Tasks

v0.1.0-beta.4

11 Apr 20:13
v0.1.0-beta.4
0e5739b
Compare
Choose a tag to compare

[0.1.0-beta.4] - 2025-04-11

🚜 Refactor

  • Elevate isStopping to global state (5609ae3)
  • Restructure footer in prep for clickable version (85a795b)

v0.1.0-beta.3

11 Apr 01:04
v0.1.0-beta.3
3ab82d3
Compare
Choose a tag to compare
v0.1.0-beta.3 Pre-release
Pre-release

[0.1.0-beta.3] - 2025-04-11

🐞 Bug Fixes

  • Cross-platform handling of client stop vs fail (7f6c531)

🚜 Refactor

  • Remove controlled input for console collapse (a0ea210)

⚙️ Miscellaneous Tasks

v0.1.0-beta.2

10 Apr 05:10
v0.1.0-beta.2
20651b1
Compare
Choose a tag to compare
v0.1.0-beta.2 Pre-release
Pre-release

[0.1.0-beta.2] - 2025-04-10

🚀 Features

  • Set window dimensions (800x600 -> 1280x800) (4d38caa)
  • Add collapsible console log in footer (5daf210)
  • Add console logs for network (dis)connect (da45acd)
  • (updater) Enable updater artifacts and configure plugin (b2145be)

🐞 Bug Fixes

  • Handle connection errors properly (724f79f)

⚙️ Miscellaneous Tasks

  • Update npm deps (554a601)
  • Update cargo deps (4856d3a)
  • $ cargo tauri add updater (08c506e)
  • (updater) Add tauri signing keys to workflow env (477f7e5)

v0.1.0-beta.1

25 Mar 22:44
v0.1.0-beta.1
b5a3df7
Compare
Choose a tag to compare

[0.1.0-beta.1] - 2025-03-25

⚙️ Miscellaneous Tasks

v0.1.0-alpha.8

25 Feb 19:39
v0.1.0-alpha.8
6fd3b91
Compare
Choose a tag to compare
v0.1.0-alpha.8 Pre-release
Pre-release

[0.1.0-alpha.8] - 2025-02-25

🚀 Features

  • Enforce single instance by focusing existing window (8494d28)

⚙️ Miscellaneous Tasks

  • $ cargo tauri add single-instance (dd3d46d)

v0.1.0-alpha.7

22 Feb 02:23
v0.1.0-alpha.7
284a8f4
Compare
Choose a tag to compare
v0.1.0-alpha.7 Pre-release
Pre-release

[0.1.0-alpha.7] - 2025-02-22

🐞 Bug Fixes

  • Handle all cases of walletshield listen address default (2c6081f)

v0.1.0-alpha.6

21 Feb 04:22
v0.1.0-alpha.6
ff53fb9
Compare
Choose a tag to compare
v0.1.0-alpha.6 Pre-release
Pre-release

[0.1.0-alpha.6] - 2025-02-21

🚀 Features

  • Manage network connection state in store (40092f3)
  • Add IconBars3 component (2931a23)
  • Add and integrate Header component (8234aa0)
  • Close header sidebar on link click (855043b)
  • Add components: IconCog IconGlobe (0364348)
  • Clear message on sidebar link click (0ea9fab)
  • Add settings page to config walletshield listen address (84d90f3)
  • Add persistent settings (1e75dbb)

🚜 Refactor

  • Use zustand for state management (be7f576)
  • Extract Footer component (d753ea5)
  • Extract utility functions to module (aeb5c4e)
  • Extract Networks page and Message component (c46b353)
  • Add default walletshield address constant (f75391d)

🎨 Styling

  • Set scrollbar-gutter to prevent layout shift (299f803)
  • (changelog) Mod header, add commit link, change bug emoji (a87921b)

⚙️ Miscellaneous Tasks

  • $ npm install zustand (a400276)
  • $ npm install react-router (2f547d1)
  • (capabilities) Shell: add validator for walletshield listen arg (1d3ced1)
  • $ cargo tauri add store (22833c7)
  • Set package version to 0.1.0-dev (for development) (19dec46)
  • (changelog) $ git cliff --init (4863b59)
  • (changelog) Add changelog generation to release workflow (8f0b486)