Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maxime Buquet
poezio
Commits
05fa56ae
Commit
05fa56ae
authored
Jul 14, 2016
by
mathieui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Next version is 0.10, not 1.0
1.0 is still a long way off
parent
c702fb14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
CHANGELOG
CHANGELOG
+15
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG
View file @
05fa56ae
...
...
@@ -2,8 +2,22 @@ This file describes the new features in each poezio release.
For more detailed changelog, see the roadmap:
https://dev.louiz.org/projects/poezio/roadmap
* Poezio
1.
0 - dev
* Poezio
0.1
0 - dev
- A lot of cleanup and refactor in order to use cython on the codebase
more easily.
- Substantial performance improvements
- Enabled carbons (XEP-0280) by default
- Added support for XEP-0198 (stream management)
- Added support for XEP-0352 (client state indication)
- Added support for XEP-0319 (last user interaction in presence)
- Add an 'eval_password' config option
- Add a marquee and dice plugins
- Add a bob plugin
- simple_notify plugin works in MUC too
- The reorder plugin can now /save_order
- Minor ui changes
- Many Bugfixes
* Poezio 0.9
...
...
setup.py
View file @
05fa56ae
...
...
@@ -65,7 +65,7 @@ with open('README.rst', encoding='utf-8') as readme_fd:
LONG_DESCRIPTION
=
readme_fd
.
read
()
setup
(
name
=
"poezio"
,
version
=
"
1.
0"
+
version
,
version
=
"
0.1
0"
+
version
,
description
=
"A console XMPP client"
,
long_description
=
LONG_DESCRIPTION
,
ext_modules
=
[
module_poopt
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment