Skip to content

Commit fa8b279

Browse files
committed
Upgrade Formicaio to v0.5.6
1 parent b6185fd commit fa8b279

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Apps/Formicaio/changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.5.6
2+
- GUI enhancements: Separated basic and advanced options for adding nodes
3+
- Minor GUI fix: Resolved an issue where adding new node(s) would fail, it now removes the placeholder node and displays an popup alert message
4+
- Custom Data Directory: Users can now (optionally) specify a custom data directory path for each new node or batch of new nodes
5+
- Error Response Improvement: Enhanced the GUI error response for 404 page
6+
- Codebase Refactor: Conducted a refactor of the codebase and added unit tests for a few data types and private APIs
7+
18
v0.5.5
29
- Allow the user to specify the IP the node/s should listen on. The IP can be either set from the GUI or using a new `--ip-addr` argument now supported by the CLI `nodes create` command.
310

Apps/Formicaio/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: formicaio
22
services:
33
formicaio:
4-
image: bochaco/formicaio:0.5.5-native
4+
image: bochaco/formicaio:0.5.6-native
55
restart: unless-stopped
66
network_mode: host
77
environment:

0 commit comments

Comments
 (0)