!! Version 1.7.1 Leftover Christmas Cookies
- Clean up code to make the changes for using the external server work with normal Bob/BobEXE
- Cleanup how settings are updated
- Moved everything out of NodeWebsocketSetup.js, a few components were just unneeded and removed.
!! Version 1.7.0 Can of soup
- clean up some code problems
- add framework for limiting access to settings and plugins based on login status (secure server only)
- Ensure that the settings are always correctly loaded in some edge cases
- Add
RootWiki
to the list of wikis that can be duplicated in the UI - The
disableBrowserAlerts
setting now takes input valuesyes
andno
instead oftrue
andfalse
- Added the option to serve single file wikis without Bob to people who aren't logged in (secure server only)
- Modify how settings are loaded to work better with the external server
- Many changes to the internals to work with the external server better, most don't affect functionality
- improve the http api
** See the http api documentation for more