Fixed a few bugs including a couple bad notices that showed up with navigation.
In 1.0.18 added transcript abililty pretty much like ComicPress has
You can use the transcript shortcode [ transcript ] <- without the spaces, it has a display = parameter you can use, with 3 options, raw/br/styled
example:
[ transcript display=raw ]
* remember no spaces separating the brackets
raw = no special HTML or javascripts elements or anything, it will output like a straight line of text
br = will add BR’s where they are needed but still again no html, css or javascript
styled = (default) will display nicely with some CSS html and javascript


How do we get the latest version if it’s not on the WordPress.org site? Do we just have to wait for it to show up there?
If it doesn’t show up on the wordpress.org repository soon enough for you, you can bookmark this site: https://github.com/Frumph/comic-easel where I keep the development version at and there’s a download button there to get the latest zip. — however, if you wait about an hour it will probably be cycled on the repository.