Skip to content

The "For the Love of Sanity" Release

Compare
Choose a tag to compare
@ostyn ostyn released this 23 May 07:18
· 187 commits to master since this release

Features

  • Editor will warn you against leaving with unsaved body content.
  • Editor saves content to localstorage witha 1s debounce. After an unexpected close, it will ask if you want to reload content.
  • Added Tags for posts.
  • Added a Tips tab for any posts tagged with tips.
  • The sidebar should stick to the content in the middle of the page. Once you scroll past it, the following posts should be fully centered.

Fixes

  • Search now looks at location and comments.
  • About page is now its own thing and not a big one-off hack of the post view.

Fortification

  • Reorganized a lot of the backend code into different modules. Should improve maintainability.
  • Proxy image loading is now an attribute.
  • Removed last vestiges of HTTP.
  • Created an inheritance hierarchy for post list views(i.e. main blog, drafts, search, tags). So far this has made diverging details of the views easy while maintaining the same basic behavior.
  • Reworked a bunch of the CSS to solidify the purpose of certain rules. Things should work and look better now.