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

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakape committed Mar 15, 2015
1 parent 71ece48 commit 3f0925a
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 6 deletions.
61 changes: 56 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,58 @@
All notable changes to this project will be documented in this file.
Project uses Semantic Versioning http://semver.org/

##0.11.0 - 2015-15-03
###Added
- PDF uploads
- Automatic selected tex quoting
- `#q` hash command for printing the r/a/dio song queue
- Monit configuration file samples
- Automatic linkification of >>>/board/ URLs
- Pastebin link embedding
- MP3 uploads (currently MP3s must have cover art)
- Keybind for expanding all images
- Automatic CSS file versioning and minification
- Changelog ican to the banner

###Fixed
- Administrator panel rendering on some configurations
- Silent desynchronisation on mobile
- Syncwatch imprecision
- Memory leak in syncwatch
- `Could not get response` error, when uploading with drag&drop
- Disapering replies on mobile

###Changed
- `npm install` now copies configuration files from examples on first
run
- Image hover previes now use the more responsive velocity.js library
- Moved r/a/dio API polling server-side. Now passed to the clients
through push notifications
- Patched upkeep/radio.js to use push notifications
- Made `#pyu` toggleable in the config.js
- Reduced the banner''s screen footprint
- Moved the separate archive deamon into a toggleable server module
- Log errors to meguca's root directory
- Updated init script sample
- Notification text colour to red for easier noticability
- `make clean` to also delete compiled JS and CSS files
- Vagrant now supplies all of the dependancies, including optional. Be
sure to run `vagrant provision` for existing VMs

###Removed
- Deployment script
- Default filter from the sample config.js
- Underline formatting for links
- Keyboard shortcuts options tab for mobile
- EXIF deletion script
- Autocompletion of text in the blockquote

##0.10.0 - 2015-02-24
###Added
- Vagrant support
- Readonly JSON API
- Store more values in post hashes (features that depend on these will not work on threads created prior to 0.10.0)
- Store more values in post hashes (features that depend on these will
not work on threads created prior to 0.10.0)
- Thread catalog
- Option to disable staff IP tagging
- Adding custom URLs to board navigation
Expand Down Expand Up @@ -34,11 +81,13 @@ Project uses Semantic Versioning http://semver.org/
- Anon hours

###Changed
- APNG detection and image duplicate comparison now use native C++ node addons
- 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
- 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

Expand All @@ -47,7 +96,8 @@ Project uses Semantic Versioning http://semver.org/
- Acquire most dependancies through npm
- Moved various settings from config.js to hot.js
- Duplicate image detection similar to findimagedupes.pl
- Replaced homebrew client builder with gulp.js (please run `# npm install -g gulp` and rerun npm install)
- Replaced homebrew client builder with gulp.js (please run `# npm
install -g gulp` and rerun npm install)

### Fixed
- Syncwatch imprecision
Expand Down Expand Up @@ -113,4 +163,5 @@ Project uses Semantic Versioning http://semver.org/

## 0.4.0 - 2014-12-3
### Info
- Started versioning seperately from https://github.com/lalcmellkmal/doushio
- Started versioning seperately from
https://github.com/lalcmellkmal/doushio
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.10.0",
"version": "0.11.0",
"description": "Real-time imageboard",
"keywords": [
"realtime",
Expand Down

0 comments on commit 3f0925a

Please sign in to comment.