Skip to content

Commit

Permalink
Changes for beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
satanas committed Mar 16, 2014
1 parent 76b1cef commit 695b489
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
v1.7.0
* Added tests for core, managers, models, tools, config, interfaces and service bases
* Fixed source URL in media objects through info field
* Added tests for core, managers, models, tools, config, interfaces and service bases (b1)
* Fixed source URL in media objects through info field (b2)
* Fixed minor style issues
* Fixed issue when registering new config options
* Fixed filters
* Fixed several config methods
* Set pic.twitter.com as default service to upload images
* Support for list names with hyphens
* Improved POST requests to be RESTful compliant (b3)

v1.6.0
* Fixed proxy support
Expand Down
1 change: 1 addition & 0 deletions libturpial/api/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ def minimize_on_close(self):
minimize = self.config.read('General', 'minimize-on-close')
return True if minimize == 'on' else False

# Should it be deprecated?
# WARN: Will be deprecated on next mayor version
def get_config(self):
return self.config.read_all()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
license="GPLv3",
keywords='twitter identi.ca microblogging api libturpial',
classifiers=[
"Development Status :: 5 - Production/Stable",
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License (GPL)",
Expand Down

0 comments on commit 695b489

Please sign in to comment.