Skip to content

Releases: schollz/cowyo

v2.12.0

22 Apr 11:52
Compare
Choose a tag to compare

Minor fixes:

  • Show filename of uploads (when uploading files)
  • Need to add custom funcs when using assets
  • Update to latest dependencies

v2.11.0

18 Apr 07:25
Compare
Choose a tag to compare

New Features:

  • Page lock with respect to session (Thanks @katomaso)
  • /uploads will list uploads (Thanks @DanielHeath)
  • Use new security making brute forcing harder (Thanks @DanielHeath)

Bug fixes:

v2.10.0

20 Feb 16:08
50624e7
Compare
Choose a tag to compare

Features:

Bug fixes:

  • Debouncing

v2.9.0

09 Feb 23:25
Compare
Choose a tag to compare

Thanks to @DanielHeath for a lot of great contributions in this release.

Bug fixes:

  • Fix bug with one-letter routes
  • Auth doesn't stop you from publishing (thanks @DanielHeath)
  • Clicking "view" while editing takes you to the current view (thanks @DanielHeath)
  • Mutex around save (thanks @DanielHeath)

New features:

v2.8.0

04 Nov 10:55
Compare
Choose a tag to compare

New flags added -lock, -css, -default-page so you can make cowyo a micro CMS.

v2.7.0

15 Oct 14:38
Compare
Choose a tag to compare
  • Added sitemap! You can now publish cowyos and they will be added to a sitemap which can be submitted to a search engine for indexing.
  • Minor efficiency improvements

v2.6.0

30 Sep 13:18
Compare
Choose a tag to compare

Features:

  • Add recently edited things (under view)

Bug fixes:

  • Goto "/view" when decrypting a self-destructing page

v2.5.1

20 Aug 14:53
Compare
Choose a tag to compare

Bug fixes

  • Uses meta instead of history to store filenames

v2.5.0

12 Aug 14:32
Compare
Choose a tag to compare

New Features

  • Improve compatibility with cowyodel (github.com/schollz/cowyodel)
  • Default to editing when given /page/

v2.4.0

05 Jul 18:20
Compare
Choose a tag to compare

New Features