Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakape committed Feb 17, 2015
1 parent f7b534a commit 55c043c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meguca",
"version": "0.8.0",
"version": "0.9.0",
"description": "Real-time imageboard",
"keywords": [
"realtime",
Expand Down

0 comments on commit 55c043c

Please sign in to comment.