Bob 1.6.0 is finally released. It fixes some large bugs from 1.5.2.

The BobEXE version is available here: 
https://github.com/OokTech/TW5-BobEXE/releases/tag/1.6.0
The plugin is available here: https://github.com/OokTech/TW5-Bob

Highlights:

- General stability improvements for syncing
- Backups should no longer give the RSOE when you open the html files
- Typing into fields that directly edit tiddlers, like changing the wiki 
title, should no longer cause the server to choke
- Video files should be streamable from the server using _canonical_uri 
tiddlers

Unfortunately the built-in syncer and Bobs queue system still don't play 
too well together so saving large numbers of tiddlers at once can take a 
long time.

Full change log:

Special thanks to @joshuafontany for some much requested stability 
improvements.

Note: Federation is disabled in the code because it doesn't have proper 
security yet

* (BobEXE) switched to using nexe instead of pkg.
* Fixed uploading media to the RootWiki so it has the correct _canonical_uri
* improved the normalise tiddler function so tiddlers with no text fields 
are handled consistently
* Fixed a regression where draft tiddlers were saved to the server
* partially fixed a regression caused by switching to the built-in syncer, 
tiddlers you edit directly (like `$:/SiteTitle`) try to save on every 
keystroke and it chokes, before there was a throttling system in place for 
saving tiddlers that used the message queue. Instead of keeping it from 
saving, it is just slow to respond.
* Added a `$tiddler` attribute to `action-websocketmessage` to simplify a 
few things.
* Single file wikis that contain the Bob plugin shouldn't show the RSOE 
anymore
* Fixed some rare edge cases that could cause Bob to crash
* Moved more messages to use the Bob logger instead of console.log
* The file server now correctly supports video files
* Hopefully removed the need for the `proxyprefix` setting.
* All around better handling of draft tiddlers on the node side (thanks 
@joshuafontany)
* Add some error handling specific to windows (thanks @joshupfontany)
* Fix a race condition that could lead to ignoring file system paths 
filters. (thanks @joshuafontany)
* Fix a problem where canceling an edit on a shadow tiddler would leave the 
tiddler locked
* Federation - udp multicast works for discovering other Bob servers on the 
local network.
* Federation - pulling tiddlers from other Bob servers on the local network 
works
* Federation - federated chat on the local network works
* Federation - fixed a problem where some network configurations would 
prevent servers from finding each other using UDP multicast.
* Federation - there is a bug with dates when fetching tiddlers, sometimes 
dates come out as NaNaNa.... in the receiving wiki.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/721f1d5b-4178-4164-a0f2-bdcb4bb03bdbo%40googlegroups.com.

Reply via email to