Skip to content

Releases: mayamcdougall/NotePaper

v1.5.5

17 Feb 20:36
Compare
Choose a tag to compare
  • This is an overdue maintenance release that fixes some issues that have cropped up in the last couple years.
  • Fixed a display error with the page date ("<br>" was being displayed on the page instead of being rendered as HTML).
  • Pagination was generating a YAML error due to defaulting to a blank value, '', instead of '0'.
  • Search Sample-Widget was causing a YAML error due to a leading '0'.
  • Whitespace issue with search result pagination numbers.
  • Updated URLs and restored the demo site, which hadn't been accessible.

v1.5.4

02 Feb 18:37
Compare
Choose a tag to compare
  • Small Bugfix for PHP 7.1 (A non-numeric value encountered)

v1.5.3

02 May 00:03
Compare
Choose a tag to compare
  • Added Animations on page load. Enable in config.
  • Per-Page CSS Overrides by adding css_override: path/to/override.css to metadata.
  • Fixed a bug where Search/Tag pages displayed the index's Title and OG properties.
  • Check length of automatic descriptions and only add ellipsis if too long.

v1.5.2

18 Mar 15:38
Compare
Choose a tag to compare
  • Made disable.front_page_buttons also affect buttons on a regular front page.
  • Fixed a bug where Bottom Links would always behave as if set to 'blog'.
  • Fixed a bug where the page header would still occupy space even if empty.

v1.5.1

10 Mar 14:11
Compare
Choose a tag to compare

Fixed two minor papercuts:

  • Made automatically generated og:description use the value of description_length.
  • Removed overflow: hidden; from SideBar's .site_title h1, as it was cutting off the descenders of letters like j, g, y, etc.

v1.5.0

04 Mar 14:50
Compare
Choose a tag to compare
  • Many Config Changes, see new Sample Config file.
  • Many new Config options, including:
    • Ability to disable various page components.
    • Ability to embed custom fonts.
  • Option to flip Widgets to left side of the page.
  • Support for full CSS themes, in addition to regular overrides.
  • Ability to select a different CSS theme for every file using a meta variable.
  • Two sample themes:
    • WritingDesk, a recolor of NotePaper's default theme.
    • SideBar, a redesigned layout with a sidebar instead of stickies and doodles.
  • Option to use Facebook comments instead of Disqus.
  • Better Open Graph support.
  • Many rewrites and under-the-hood changes.
  • More "Responsive Design" on small screens.
  • YAML Error Message Handling
  • Recursive ToC's for pages. Sub-Navigation will go as many levels deep as you write.
    • "_title" is no longer needed. Child menus are detected automatically.
  • Many other code refinements.
  • Experimental Folder Navigation.
  • New Features, Requiring Plugin (For now; Subject to Change in Pico 1.1):
    • Tag List and Tag Cloud
    • Front Page Mode Pagination
    • Search function and widget.

v1.4.0

03 Dec 17:54
Compare
Choose a tag to compare
  • Updated for Pico 1.0. Older versions unsupported, stick to 1.3.2.
  • Major Rewrite. Cleaned up a large amount of code.
  • Removed "#" code from 1.3.2 because this url hack has been fixed in Pico 1.0.
  • Sub-Navigation support now supplements the removed "#" code.
  • Renamed "ToC" in config to "toc" for consistency.
  • Open Graph image option for Facebook Shares.
  • Widgets are now tagged with the "Widget" Meta Header. Folder location is now irrelevant.
  • "Blog" Meta Header hides pages from Navigation.
  • First, Prev, Next, Last link options for the bottom of your pages.
  • Added styles to inline images (a max-width and rounded corners).
  • Added styles to the <pre> tag.
  • Added margins to site title/logo
  • Optimized Config using arrays.

v1.3.2

21 Nov 21:23
Compare
Choose a tag to compare
  • Initial Release on GitHub. Supports Pico 0.9.