changelog in magic_mirror-0.1.0 vs changelog in magic_mirror-0.1.1

- old
+ new

@@ -1,9 +1,18 @@ ** 0.0.x ** TODO: List off what features you'll be including at some point in the future. + - Test against port in use problem. + + - How do you tell the host gem to just 'listen for commands' and idle there? + (so the reverse usage of trtl) + possible do a .join() on the sinatra thread? + + - limitation: Can only have one rendering display at a time *per computer* + > Solution: Clean up the output and make ports random + - Bug: If faye server goes offline for a second, and misses commands, then comes back online, the command_cache variable will be out of sync with that of the server > Solutions: Javascript Function periodically checks in to see the md5 checksum of server's command_cache and if the browser's is out of date it performs a reset @@ -20,12 +29,18 @@ Finished: +** 0.1.1 ** + + - Added command_cache#reset + - Silenced booting of servers and added own boot message + + ** 0.1.0 ** -- Changed API to Minimizing magic_mirror commands needed on the host gem + - Changed API to Minimizing magic_mirror commands needed on the host gem ** 0.0.2 ** - got websockets online - Setup command_cache - Setup javascript for drawing to canvas