Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
qq99 committed Jul 27, 2014
1 parent b0edda9 commit b4c45a1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
0.2.6
=====

Major:
- addition of an IRC proxy server
- Echoplexus will bridge a connection to the irc network&channel of your choice (so beware if you assumed you were connecting directly to said network!)
- To join a network, join a channel name like: `irc:chat.freenode.net#foo`
- Unfortunately, IRC support in echoplexus is not yet multiplexed so each channel you connect to will be its own connection and thus requires a unique nick
- This feature must be enabled in server config.coffee; it's not necessarily a feature that every operator would want, so it's opt-in

0.2.5
=====

Major:
- new UI, more accessible and appealing to more people (I hope)

0.2.4
=====

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[echoplexus](https://echoplex.us) (v0.2.5)
[echoplexus](https://echoplex.us) (v0.2.6)
==================

[![Stories in Ready](https://badge.waffle.io/qq99/echoplexus.png)](http://waffle.io/qq99/echoplexus)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "echoplexus",
"main": "index.nw.html",
"version": "0.2.3",
"version": "0.2.6",
"description": "A modular, anonymous, real-time chatting system.",
"scripts": {
"test": "bower install; grunt build; testem ci --launch phantomjs --file ./testem.json"
Expand Down
2 changes: 1 addition & 1 deletion src/client/version.js.coffee
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports.CLIENT_VERSION = '0.2.5';
module.exports.CLIENT_VERSION = '0.2.6';
2 changes: 1 addition & 1 deletion src/server/version.coffee
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports.LATEST_SUPPORTED_CLIENT_VERSION = '0.2.5';
module.exports.LATEST_SUPPORTED_CLIENT_VERSION = '0.2.6';

0 comments on commit b4c45a1

Please sign in to comment.