In the works. These are a few things I am still working on pulling together for Glue:
Exit class application primarily for "animating out" of Glue templates
Add a data-paramater to Glue links to set the container. All Glue links right now assume to .glue-container as the wrapping element, but it would be nice to be able to set a different container.
Use with JS template compilers. This means you will be able to use syntax of your choice - for example Mustache, Dust or Jade. This will also mean you can mash data into your templates.
Making the index URL accessible from the back button. Since there is no fragment to indicate template, Glue won't allow you to click "back" to the index.html page.
Callback after rendereding templates will allow for custom functions after a Glue template renders
Fix multiple render calls because it's just using uneccessary computing power and is sloppy. Fix it.