Changelog
- d5f6ed6 Add version and IP to TUI, Also allow remote connections over LAN (#152)
- 94873c7 Added backward compatible json unmarshalling for users who have connections and chunks in their settings.json
- e38e750 Apply suggestion from @Copilot
- af55bd9 Apply suggestions from code review
- e5505ef Merge pull request #153 from surge-downloader/settings-fix
- ad380ae Moved all connections settings to setNetworkSettings
- 3686d64 Refactor: Combined connections and chunks into a network settings to have consistency with the TUI.
- a7e674d feat: update server bind host to 0.0.0.0 and enhance auth token verification handling
- df88bd5 refactor: Changed newWorkerPool calling function to call with settings.Network instead of settings.Connections
- ffea19c refactor: maintain consistency to universally use 3 settings type everywhere
- 5435388 refactor: refactored the tests to use the updated structs