diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b7c5b1..4e714fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,5 +49,4 @@ stable: artifacts: paths: - socializer.zip - name: socializer - expire_in: 1 month \ No newline at end of file + name: socializer \ No newline at end of file diff --git a/src/application.py b/src/application.py index fb2a95b..c5faf9e 100644 --- a/src/application.py +++ b/src/application.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- name = "Socializer" -version = "0.16" +version = "0.17" author = u"Manuel Cortez" authorEmail = "manuel@manuelcortez.net" copyright = u"Copyright (C) 2016-2018, Manuel Cortez" diff --git a/src/controller/mainController.py b/src/controller/mainController.py index 81a94b7..5e226c3 100644 --- a/src/controller/mainController.py +++ b/src/controller/mainController.py @@ -119,10 +119,10 @@ class Controller(object): outgoing_requests = buffers.requestsBuffer(parent=self.window.tb, name="friend_requests_sent", composefunc="render_person", session=self.session, count=1000, out=1) self.buffers.append(outgoing_requests) self.window.insert_buffer(outgoing_requests.tab, _(u"I follow"), self.window.search("requests")) - communities= buffers.empty(parent=self.window.tb, name="communities") - self.buffers.append(communities) +# communities= buffers.empty(parent=self.window.tb, name="communities") +# self.buffers.append(communities) # Translators: name for the videos category in the tree view. - self.window.add_buffer(communities.tab, _(u"Communities")) +# self.window.add_buffer(communities.tab, _(u"Communities")) chats = buffers.empty(parent=self.window.tb, name="chats") self.buffers.append(chats) self.window.add_buffer(chats.tab, _(u"Chats")) @@ -209,7 +209,7 @@ class Controller(object): call_threaded(self.create_unread_messages) wx.CallAfter(self.get_audio_albums, self.session.user_id) wx.CallAfter(self.get_video_albums, self.session.user_id) - wx.CallAfter(self.get_communities, self.session.user_id) +# wx.CallAfter(self.get_communities, self.session.user_id) def create_longpoll_thread(self, notify=False): try: diff --git a/update-files/socializer.json b/update-files/socializer.json index 9c1eb06..cea4f04 100644 --- a/update-files/socializer.json +++ b/update-files/socializer.json @@ -1,4 +1,4 @@ -{"current_version": "0.14", -"description": "Added management for audio albums. Bugfixes. Updated translations. Added a context menu for some items. Unread chats will be opened at startup.", +{"current_version": "0.17", +"description": ".", "downloads": -{"Windows32": "https://github.com/manuelcortez/socializer/blob/master/nightly/socializer-nightly-build.zip?raw=true"}} \ No newline at end of file +{"Windows32": "https://code.manuelcortez.net/manuelcortez/socializer/-/jobs/artifacts/master/raw/socializer.zip?job=stable"}} \ No newline at end of file