Skip to content

The "Moving On Up" Release

Compare
Choose a tag to compare
@ostyn ostyn released this 05 Mar 15:41
· 287 commits to master since this release

Most of the work for this release was done to avoid common annoyances before our Asia trip. Being lazy is hard work.

Several major things to detail:

  • WYSIWYG editor, but still understands Markdown if you need it.
  • OneDrive image selector. This feature was huge for us. So much of our time blogging was used selecting images, generating the link, altering the size, and copy pasting. Granted it's still not perfect, but excelsior.
  • HTTPS support. This was required for the OneDrive integration, but we now have a SSL cert from https://letsencrypt.org. Yay!
  • Fixed bug where draft pagination was broken
  • Refactored the post markup into a component with options. Now the blog post and list of posts use the same markdown. I'd like to do more of this in the future. Several places in the codebase have duplicate code that has to be updated twice or more to be updated at all.

Looking forward to more refactors and behind the scenes changes in the next release!
Cheers!