changelog in magic_mirror-0.0.2 vs changelog in magic_mirror-0.1.0

- old
+ new

@@ -1,24 +1,35 @@ ** 0.0.x ** TODO: List off what features you'll be including at some point in the future. + - 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 + - Think of other popular uses for rendering... - secure by making servers listen only on localhost - - did I kill the irb/ pry checks in trtl? + - Hide the STDOUT from starting the servers and print the + address of the listening http server in a pretty manor that links + - Write wrapper for TkcOval, btw... Currently: - - When booting Trtl... faye starts, but the server won't send messages to Faye - > In what manor is the http post failing? - * Needed to require 'net/http' + Finished: +** 0.1.0 ** +- Changed API to Minimizing magic_mirror commands needed on the host gem -** 0.0.1 ** +** 0.0.2 ** - got websockets online - Setup command_cache - Setup javascript for drawing to canvas + +** 0.0.1 ** + - Release failed because the Trtl was missing dependencies