Releases: markqvist/NomadNet
Nomad Network 0.4.6
This maintenance release fixes deprecated use of various Urwid APIs. Thanks to @penguinolog for being the primary author of this release!
Changes
- Fixed use of deprecated Urwid APIs
- Improved mouse-wheel scrolling behaviour in conversations and list boxes
- Updated Urwid dependency to use latest available version
Nomad Network 0.4.5
This maintenance release improves the log viewer memory usage and updates Nomad Network to use the latest version of Urwid.
Changes
- Update the Urwid library to version 2.4.2
- Improved log viewer memory usage
Nomad Network 0.4.4
This maintenance release fixes a few bug in relation to file/page rescanning.
Changes
- Fixed a bug that caused page/file rescan intervals to not be respected
- Fixed a typo in the documentation about file/page rescanning
Nomad Network 0.4.3
This release fixes a couple of bugs and adds the ability to rescan hosted pages and files at predefined intervals.
Thanks to @faragher for contributing to this release!
Changes
- Added hosted page and file refresh intervals to configuration options
- Fixed save paths not being relative
- Fixed a bug that could cause directory corruption
Nomad Network 0.4.2
This minor release simply adjusts timeouts to better support retrieving pages over ultra low bandwidth mediums.
Changes
- Adjusted timeouts to better support ultra low bandwidth mediums
Nomad Network 0.4.1
This release updates LXMF and RNS to the latest versions, and improves propagation node sync feedback in the user interface.
Changes
- Improved propagation node sync feedback
- Updated RNS and LXMF dependencies to latest versions
Nomad Network 0.4.0
This release adds a number of quality and usability improvements. Paper messages are now easier to create and handle, list sorting have been improved, and it is now possible to manually trigger delivery syncs with peered propagation nodes. It is now also possible to create pageserving-only nodes, by disabling propagation node hosting.
Changes
- Added paper message output options dialog
- Added node list sorting
- Added propagation node list sorting and improved display
- Added ability to manually initiate delivery sync with peered propagation nodes
- Added option to disable propagation node for pageserving-only nodes
- Updated required LXMF version
Nomad Network 0.3.9
This release fixes a single UI bug and updates RNS and LXMF to the latest versions.
Changes
- Fixed incorrect propagation node checkbox display in UI
- Updated required RNS version to
0.6.2
and LXMF to0.3.4
Nomad Network 0.3.8
This release sets the urwid
dependency to a fixed version 2.1.2
, to avoid breaking changes in 2.2.0
.
Changes
- Fix
urwid
dependency at version2.1.2
Nomad Network 0.3.7
This release brings a few usability improvements.
Changes
- Improved propagation peer list display
- Improved request failure handling