Skip to content

0.4.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@Sheldon-Lloyd Sheldon-Lloyd released this 28 Nov 21:13
· 2 commits to master since this release

Improved

  • When no comic exists instead of saying Edit Comic it says Post Comic.

  • The link points directly to new comic instead of being redirected from edit-comic/0 . This removes the message stating that the comic does not exist.

  • Switched to using a check box to toggle the webcomic script and made the script toggle more accessible.

  • Added custom focus style to maintain consistency.

Fixed

  • Fixed the problem in which the collection form would be highlighted when sorting comics in the comic manager.

  • When resizing images a border would be placed on the left and bottom of the image.

  • This has been fixed by using the Crop(1,1) method to trim of the edges of the image.

  • Fixed issue in which the page navigation would not appear when a new comic was created. This was because it was being cached. To get around this the comicCount is passed as a parameter from the read and home pages.

  • The serial theme has been fixed so the <figcaption> does not cover the image when JavaScript is disabled. Now when JavaScript is not enabled the caption only covers the image on hover.