v1.5.5
A number of long-overdue fixes, and a fix for innernet to compile on the latest rustc. Lots of new contributors, thanks to @jon77p, @aliemjay, @hellerbarde, @networkException, and @richardjs!
What's Changed
- Add missing --yes flag to innernet-server uninstall command by @jon77p in https://github.com/tonarino/innernet/pull/221
- Update sqlite dependencies + cargo update by @strohel in https://github.com/tonarino/innernet/pull/229
- avoid a rustc bug by @aliemjay in https://github.com/tonarino/innernet/pull/230
- fix(server): add bundled flag to rusqlite dependency on musl-libc by @hellerbarde in https://github.com/tonarino/innernet/pull/231
- server: Implement disable-peer and enable-peer commands by @networkException in https://github.com/tonarino/innernet/pull/226
- External endpoint IP prompt change by @richardjs in https://github.com/tonarino/innernet/pull/222
Full Changelog: https://github.com/tonarino/innernet/compare/v1.5.4...v1.5.5