Release 0.45.0
This commit is contained in:
parent
e914ed50eb
commit
42e3311e0f
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,4 +1,15 @@
|
||||||
|
|
||||||
|
0.45.0 / 2014-10-14
|
||||||
|
==================
|
||||||
|
|
||||||
|
* Added identd daemon
|
||||||
|
* Remember user networks and channels on restart
|
||||||
|
* Show link thumbnails
|
||||||
|
* Pull link description from meta tags
|
||||||
|
* Allow binding to local IP via `--bind <ip>`
|
||||||
|
* Change 'users/' folder structure
|
||||||
|
* Change 'logs/' location
|
||||||
|
|
||||||
0.44.0 / 2014-10-11
|
0.44.0 / 2014-10-11
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "shout",
|
"name": "shout",
|
||||||
"description": "The self-hosted web IRC client",
|
"description": "The self-hosted web IRC client",
|
||||||
"version": "0.44.0",
|
"version": "0.45.0",
|
||||||
"author": "Mattias Erming",
|
"author": "Mattias Erming",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Loading…
Reference in New Issue