Skip to content

Releases: hoprnet/node-admin-ui

v4.0.0-rc.4

v4.0.0-rc.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 19:06
c93558e

What's Changed

This release contains the following changes:

New Features

  • [general] blokli safe channel stake and redemptions, infinite tables by @mjadach-iv in #738

v4.0.0-rc.3

v4.0.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 13:21
1407477

What's Changed

This release contains the following changes:

New Features

  • [general] blokli safe channel stake and redemptions by @mjadach-iv in #737
  • [ci] add actionlint + pinact pre-commit hooks for workflow validation by @Teebor-Choka in #728
  • [ci] migrate workflows to Workload Identity Provider auth by @Teebor-Choka in #727

Fixes

  • [notifications] stop channel-closed storm when switching nodes by @mjadach-iv in #735
  • [deps] ignore nix-lib in dependabot nix updates by @Teebor-Choka in #733
  • [nix] add Dependabot for nix flake.lock updates, disable Renovate nix manager by @Teebor-Choka in #731
  • [ci] bump release-version to 0.9.4 to fix vars context error by @Teebor-Choka in #729

Other

  • [general] Alias merging between nodes, network name on info page, same subpage on node switch, overall improvaments by @mjadach-iv in #736

v4.0.0-rc.1

v4.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 May 10:08
0f66b70

What's Changed

This release contains the following changes:

New Features

v4.0.0-rc.0

v4.0.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 May 13:29
b74c2d6

What's Changed

This release contains the following changes:

New Features

Other

v3.0.5

Choose a tag to compare

@github-actions github-actions released this 27 Mar 08:02
5c20a28

What's Changed

This release contains the following changes:

New Features

hopr-admin - v3.0.4

Choose a tag to compare

@github-actions github-actions released this 05 Mar 19:53
format

hopr-admin - v3.0.3

Choose a tag to compare

@github-actions github-actions released this 19 Sep 10:26
df44691
update sdk to show faulty rpc (#712)

hopr-admin - v3.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Sep 13:39
382b001
V3.0.2 (#711)

* new sdk and tickets actions better ui handing

* Hide RPC url pathname and search if present

* mark invalid url

* last seen on aliases fix

* newer session modal

* ping 1st of the forward path, last of the return path

* remember session params in open session

* format

hopr-admin - v3.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 09:14
11fb286

Changelog:

  • update the HOPRd SDK to experimental version to support changes in get sessions API call

hopr-admin - v3.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:37
4e856a7

Changelog:

  • update the HOPRd SDK to v3.0.1
  • a lot of things which are unsupported in the new API V4 were removed
  • sessions support was updated to work with additions of the V3
  • supports aliases saved in the localStorage
  • node admin will inform the user if the RPC the node uses is suboptimal
  • make the login modal failure logic improved
  • switch to only use nodes addresses
  • configuration page will display YAML formatting instead of JSON formatting
  • its now possible to download the node strategies configuration in ready to use YAML format
  • toasts will not go over the top bar
  • show same notifications in notification list as the overlay
  • many performance improvements