CHANGELOG

## v1.0 ##
### 1.0.1 (05 March 2013) ###
#### VIEWS AND TEMPLATES ####
* Tweaked `sidebar.tpl.html` in `views/common` so that building the navigation
  tree no longer blocks; this improves the load time of channel content.
* Changed `index.tpl.html` in `site/posts/edit` to refer to a local copy of
  `sidebar.tpl.html` which continues to block.  This is necessary because for
  some reason (in Firefox), the tree sometimes gets confused when the user
  adds a new channel, and the new channel is added to the sidebar tree
  instead of the tree shown on the post edit screen.  Having the script block
  until the main channel tree is built seems to fix this problem.
    
#### CODE ####
* Fixed a bug in `Plugins/Content/PerUser/Arena/ChannelsList.py` (line 74) 
  that returned a string representation of the `Site.icon` dictionary rather 
  than one of the elements of that dictionary.  The script now correctly returns 
  the value of `Site.icon["large"]`.
* Fixed a bug in `views/libs/ui/navigation.js` that caused the channel tree
  to ignore existing channels when a sub-channel was added; this would cause
  duplicate entries in the channel tree.

### 1.0 (02 March 2013) ###
* Initial release

