Skip to content

Releases: Sheldon-Lloyd/WebcomicX

0.4.5

28 Nov 21:13
Compare
Choose a tag to compare
0.4.5 Pre-release
Pre-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.

0.4.4

24 Nov 13:55
Compare
Choose a tag to compare
0.4.4 Pre-release
Pre-release

Improved

  • New collection UX :
    A new collection is no longer automatically created when clicking the new collection button. The save collection button must now be clicked in order for a new collection to be created. This also means that a collection creation can be canceled. This improves UX so that a new collection is not unintendedly added.

0.4.3

27 Oct 15:30
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release

Fixed

The fixed the problem where the layout interfered with certain Ajax calls by adding _PageStart.cshtml that removed the layout for all files in the controlers folder

Improved

Improve Copy for blog settings
Changed the copy from Close to Cancel as it is more clear as to what action will be executed by clicking it.

  • Improved the HTML and CSS changing the box id to a class

0.4.2

18 Oct 18:09
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release

Improvements

  • Custom widgets position is saved automatically when sorted

  • Blog posts are now visible to system admins

  • Added a 404 heading to p.cshtml

  • Added a subheading explaining that only the admin can see an unpublished page

Fixed

  • The menu of the basic and serial theme now scales with the font

  • The blog now has a 404 instead of a blanks screen when the blog is no longer included

  • When a new widget was created it could not be saved,sorted, or deleted unless the page was refreshed this has now been fixed

  • Fixed problem where new pages and blog posts would not be set to publish, draft, or include

0.4.1

22 Sep 00:33
ef49edb
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Improvements

  • Improved the admin css changing the #collections span selector to #collections .collection-name

  • Added Recommended Maximum of 155 Characters for collection description

  • For the add page form copy was changed from Other Content to script

  • Added @using WebMatrix.WebData to any files using WebSecurity

Fixed

  • Fixed bug where the comic navigation for the serial theme would disappear even though there is still a comic to be read.

  • The character page sorting now uses flex box and instead of absolute positioning. This fixed the character profile sorting handle bar. The edit and delete buttons also no longer obstructs the view of the characters name.

  • Fixed bug where the comic navigation would be hidden even though there is still a comic to be read.

  • Removed the updated date that shouldn't be visible

  • Fixed include-about.cshtml logic error

0.4.0

18 Sep 14:54
a0c513f
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

New

Create a function to add edit or publish date of comic

Bug Fixes

  • Added readme to folders so that github does not ignore them as it triggered a could not find a part of the path error

  • Fixed add website link bug

  • Fixed problem in which the website within the serial theme could not be viewed because a comic did not exist.

0.3.1

15 Sep 02:40
0685398
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Added missing assembly for web optimization

0.3.0

15 Sep 01:02
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

New Feature

  • Added ability to preview theme before saving it
  • Automated CSS and JavaScript minification

Improvements

  • Use session state instead of using a url query parameter.
  • Better SEO by using h1 tags instead of h2 tags for the title of each page
  • Reduced the size of WebcomicX by 34% by removing unnecessary image css and javascript files files
  • Improved the admin quick navigation design. Also created a ManageSite() function. This allows the the quick admin navigation to be used on any page this code is place. It can also can be minimally styled with the webcomicXadmin id
  • Added option to lazy load pages of comic
  • Updated plugins
  • Placed error message on 404 page so that the visitor will get more than a blank page
  • viewComic function can be used to view the page of a comic and not just the comic
  • The comic heading can now be formated (H tag and date format)
  • Added heading section for layouts to improve customization

Fixed

  • Broken password link
  • Custom comment view so that it show the comments instead of the layout customization page
  • Bug in which comic does not always scroll back to top in serial theme

0.2.0

07 Sep 02:09
f1c19ae
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Known Issues

  • preventDefault on post does not work at times
  • bundled Javascript does not update when file is changed or moved but this only happens if you use href() instead of Styles/Scripts.Render() the site must be restarted in these instances