Releases: hesiod-project/oxen-rancher
Releases · hesiod-project/oxen-rancher
v1.0.38
Changelog:
- be more aggressive about locked up storage server
- improve log message
v1.0.37
Changelog
- fixes how we write the lokinet config file when log_path is set in the launcher.ini file
- also removes a deprecation warning lokinet gives
v1.0.36
Changelog:
- Renamed many loki to oxen in logging messages
- improved blockchain sync detection
- format time reporting with locale separation
- fix bug for pids.json not being created
- fix start up reporting when start up is slow
v1.0.34
Changelog
- new version detection engine to reduce maintenance
v1.0.33
Changelog:
- attempt to fix client mode problems
- lower logging in background daemon for newer node to avoid filling disks
- also completely disables the output flush helper. It may not be needed any longer. so let me know if oxen output is slow to output.
v1.0.32
Update to the 10.x Hard Fork support
- fix export to not require key
- fix prepare registration
v1.0.29
Changelog:
- lokinet data_dir fix
- new systemd helper commands:
- install USER - installs service file for you
- enable - enables service file for you
- check - get systemd status
- upgrade - make sure service file is up to date
- disable - disable service file for you
- uninstall - uninstalls service file for you
- Use new lokinet static linux binary release URL
- additional loki-launcher => OR and text clean up
- make USER optional on upgrade command
- include blockchain status (syncing, loading services) in status
- consider a syncing blockchain a startup success for now
- fix bug with not passing last command line parameter to oxend
v1.0.28
Changelog
- Supports the Oxen 9.x suite of software for this upcoming hardfork
v1.0.27
changelog:
- update
loknet.org
to hesiod.network
in preparation of switching out testing servers as needed
- also fixes a minor typo in systemd-support in the stop command
- various dockerfile/CI updates