From 4f12dd0564bebcaa8997e376dd9faac10d4238b8 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 2 Apr 2018 18:12:01 +1200 Subject: [PATCH] doc: update README --- _dist/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_dist/README.txt b/_dist/README.txt index 88a7809..fd03367 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -36,6 +36,15 @@ This package can be installed via go get: `go get code.ivysaur.me/yatwiki` =CHANGELOG= +2018-04-02 3.3.0 +- Feature: Allow deleting (and un-deleting) articles +- Feature: Support `[youtube]` tag for embedded Youtube videos +- Feature: Add link to view raw page source when viewing a specific page revision +- Feature: Display timestamps on all console log messages +- Enhancement: Upgrade bundled SQLite3 library +- Disable zooming out on mobile devices (but zooming in is still allowed) +- Fix an issue with linking to articles where the name contained an apostrophe + 2017-11-18 3.2.0 - Feature: Add new ContentedBBCodeTag option to choose a BBCode tag for mini thumbnails (requires `contented` >= 1.2.0) - Feature: Replace menu image with SVG, for high-DPI screens