Update CHANGELOG and README files
This commit is contained in:
parent
3bde3a27e3
commit
8941ddf020
2 changed files with 23 additions and 7 deletions
18
CHANGELOG
18
CHANGELOG
|
@ -10,10 +10,18 @@ http://codingteam.net/project/poezio/roadmap
|
||||||
- /query command can now take a message in parameters
|
- /query command can now take a message in parameters
|
||||||
- logs are now save in $XDG_DATA_HOME and this can be configured
|
- logs are now save in $XDG_DATA_HOME and this can be configured
|
||||||
- Available users now have a greater priority on nickname completion
|
- Available users now have a greater priority on nickname completion
|
||||||
|
- utf-8 characters (from the keyboard) are now completely supported
|
||||||
|
- Many new keyboard shortcuts (move the cursor, edit the line, switch tabs...)
|
||||||
|
- DESTDIR support in Makefile is fixed
|
||||||
|
- Completion on recently said words
|
||||||
|
- /join command now takes the current server if not specified in the parameters
|
||||||
|
- Many Bugfixes
|
||||||
|
|
||||||
|
|
||||||
* Poezio 0.6.1 - 13 Jun 2010
|
* Poezio 0.6.1 - 13 Jun 2010
|
||||||
- Enable tracebacks
|
- Enable tracebacks
|
||||||
|
|
||||||
|
|
||||||
* Poezio 0.6 - 13 Jun 2010
|
* Poezio 0.6 - 13 Jun 2010
|
||||||
- Private messages are handled
|
- Private messages are handled
|
||||||
- Muc error messages are displayed
|
- Muc error messages are displayed
|
||||||
|
@ -37,8 +45,10 @@ http://codingteam.net/project/poezio/roadmap
|
||||||
- Users can be ignored (/ignore, /unignore)
|
- Users can be ignored (/ignore, /unignore)
|
||||||
- Various Bugfixes
|
- Various Bugfixes
|
||||||
|
|
||||||
* Poezio 0.5.1 - 2 Feb 2010
|
|
||||||
- Little bufix release
|
|
||||||
|
|
||||||
* Poezio - 1 Feb 2010
|
* Poezio 0.5.1 - 2 Feb 2010
|
||||||
- Initial release
|
- Little bugfix release
|
||||||
|
|
||||||
|
|
||||||
|
* Poezio 0.5 - 1 Feb 2010
|
||||||
|
- Initial release
|
||||||
|
|
12
README
12
README
|
@ -1,6 +1,12 @@
|
||||||
=======================
|
_
|
||||||
= Poezio =
|
(_)
|
||||||
=======================
|
_ __ ___ ___ _____ ___
|
||||||
|
| '_ \ / _ \ / _ \_ / |/ _ \
|
||||||
|
| |_) | (_) | __// /| | (_) |
|
||||||
|
| .__/ \___/ \___/___|_|\___/
|
||||||
|
| |
|
||||||
|
|_|
|
||||||
|
|
||||||
Homepage: http://poezio.eu
|
Homepage: http://poezio.eu
|
||||||
Forge Page: http://codingteam.net/projet/poezio
|
Forge Page: http://codingteam.net/projet/poezio
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue