Skip to content

Releases: sinamics/ztnet

v0.2.5

30 Jul 19:46
Compare
Choose a tag to compare

Commits

  • NEW: Added Spanish, Norwegian, English, Chinese language translations.
  • Improvement: User-settings layout

📝 Repository Renaming Notice

The repo name has recently been changed from next_ztnet to ztnet. If you have previously installed next_ztnet, please follow these steps to update your image.

First, bring down the running Docker containers:

docker-compose down

Next, update your docker-compose.yml file:

---
ztnet:
  image: sinamics/ztnet:latest
---

Finally, pull the updated image and bring up the Docker containers:

docker-compose pull
docker-compose up -d

v0.2.4

28 Jul 11:32
Compare
Choose a tag to compare

📝 Repository Renaming Notice

The repo name has recently been changed from next_ztnet to ztnet. If you have previously installed next_ztnet, please follow these steps to update your image.

First, bring down the running Docker containers:

docker-compose down

Next, update your docker-compose.yml file:

---
ztnet:
  image: sinamics/ztnet:latest
---

Finally, pull the updated image and bring up the Docker containers:

docker-compose pull
docker-compose up -d

Commits

  • NEW: Changed repo name to ZTNET
  • Feature: Abillity to add notation / tag to members to ease the filtration if a network has many members.
  • Feature: New option in settings to add notation color as table row background.
  • Feature: New option in settings to add notation icon in table row.
  • Improvement: validation that a member id has 10-digit hex when adding manually.
  • Improvement: make sure input fields is in controller state.
  • Improvement: deleting member that is not joined

v0.2.3

26 Jul 23:02
Compare
Choose a tag to compare

Commits

  • Bug fix: adding several routes could fail due to state not being reset.

v0.2.2

25 Jul 08:20
Compare
Choose a tag to compare

Commits

  • Improvement: Logo

v0.2.1

24 Jul 13:52
Compare
Choose a tag to compare

Changes

  • Feature: Network and member table pagination
  • Feature: Network and member table search
  • Feature: New Favicon
  • Feature: New logo
  • Feature: Network Description
  • Bug: Resolved an issue that limited the visibility of networks to only 10 in the network table. Now, all networks are correctly displayed.

v0.2.0

23 Jul 10:56
Compare
Choose a tag to compare

What's New

  • Feature: New settings menu
  • Feature: Admin can now enable email and notifications
  • Feature: Set notification when a user sign up.
  • Feature: Admin can now change role on users, e.g Add new site Admin
  • Feature: Ability to change email templates.
  • Feature: Added option to invite user by mail to a network.
  • Feature: Added "forgot password" and "reset password" functionalities
  • Improvements: Error handling
  • Improvements: Changed base theme slightly

v0.1.4

19 Jul 11:05
Compare
Choose a tag to compare

Commits

  • 51f50cb: physical address (Bernt Christian Egeland) #54
  • ab3b73a: flatten paths object (Bernt Christian Egeland) #54
  • 66fa6d6: changed column name for Managed IP (Bernt Christian Egeland) #54
  • 3e78081: moved destructuring of peers (Bernt Christian Egeland) #54
  • a0c115b: custom ip assignments (Bernt Christian Egeland) #54
  • 05e3c0e: improved refetching new data (Bernt Christian Egeland) #54
  • e54ba9d: improved error handling (Bernt Christian Egeland) #54
  • a6bc9bc: better styling for the collapse content (Bernt Christian Egeland) #54
  • 536e11f: added help section (Bernt Christian Egeland) #54
  • f16c7f3: updated tests (Bernt Christian Egeland) #54

v0.1.3

18 Jul 08:27
Compare
Choose a tag to compare

Commits

  • 5a402a5: return none if no caps (Bernt Christian Egeland) #53
  • 256e6aa: updated react table v8 (Bernt Christian Egeland) #53
  • 25a1403: sort by nwid (Bernt Christian Egeland) #53
  • 54bb82c: updated to react table v8 (Bernt Christian Egeland) #53
  • 8727a99: improved text (Bernt Christian Egeland) #53
  • 31443fb: updated tests (Bernt Christian Egeland) #53

v0.1.2

17 Jul 16:01
d84321c
Compare
Choose a tag to compare

Commits

  • 0415446: scroll child section (Bernt Christian Egeland)
  • 720112c: tags and caps (Bernt Christian Egeland) #52
  • 72761d5: loading state, and caps improvements (Bernt Christian Egeland) #52
  • 9bc4ff4: improved mobil layout (Bernt Christian Egeland) #52
  • 65f46d3: updated members model (Bernt Christian Egeland) #52
  • 9cf72bb: updated tests (Bernt Christian Egeland) #52

v0.1.1

15 Jul 06:53
Compare
Choose a tag to compare

Commits

  • d9f7a7a: error handling (Bernt Christian Egeland)
  • fc0019a: migration (Bernt Christian Egeland)
  • 1701a7f: migration (Bernt Christian Egeland)
  • d0c0afb: bug - change network name (Bernt Christian Egeland)
  • 4f8078a: more types (Bernt Christian Egeland)