From 55c043cdda67023d5f76cfaa427bf3997092e179 Mon Sep 17 00:00:00 2001 From: bakape Date: Tue, 17 Feb 2015 02:14:41 +0100 Subject: [PATCH] Release v0.9.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9bc3faf..f747e94ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. Project uses Semantic Versioning http://semver.org/ +##0.9.0 - 2015-02-17 +###Added +- Chrome for Android home screen webapp support +- Option to unlock from page bottom on tab visibility loss +- Tabbed UI for options menu + +###Fixed +- Administrator notifications on smaller screens +- ffmpeg RAM usage (still need plenty of RAM to thumbnail large WebM) + +###Removed +- Anon hours + +###Changed +- APNG detection and image duplicate comparison now use native C++ node addons +- Dynamic post unloading now off by default +- Syncwatch now always on +- All threads now have both [Expand] and [Last n] links +- Now using [io.js](https://iojs.org) instead of node.js. At the moment of writing should still + be compatible with node.js v0.12.x. When upgrading be sure to run +`make clean; npm update; npm install` from meguca's root directory + ## 0.8.0 - 2015-01-30 ### Changed - Acquire most dependancies through npm diff --git a/package.json b/package.json index 3d019b9b7..de0a7c061 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meguca", - "version": "0.8.0", + "version": "0.9.0", "description": "Real-time imageboard", "keywords": [ "realtime",