[kde-doc-english] [choqok] /: Release 1.6 Beta1

Andrea Scarpino scarpino at kde.org
Thu Jun 16 21:28:57 UTC 2016


Git commit e0a2aff0c1c1929d251b95a38e860431d8e7d913 by Andrea Scarpino.
Committed on 16/06/2016 at 21:24.
Pushed by scarpino into branch 'master'.

Release 1.6 Beta1

M  +21   -6    changelog
M  +1    -1    choqok/main.cpp
M  +4    -3    doc/index.docbook

http://commits.kde.org/choqok/e0a2aff0c1c1929d251b95a38e860431d8e7d913

diff --git a/changelog b/changelog
index 3d29774..0329371 100644
--- a/changelog
+++ b/changelog
@@ -1,15 +1,30 @@
-=== Version x.y -- ??? ===
+=== Version 1.5.80 -- 16-Jul-2016 ===
 * Migrated to Qt and KDE Frameworks 5 (config files are migrated first time)
+* Add Friendica microblog based on GNU Social api
+* Rename StatusNet microblog as GNU Social
 * Twitter: fix user lists loading [BUG:345641]
+* Twitter: allow to select any follower when sending a direct message
+* Twitter: fix searches by username
+* Twitter: fix searches by hashtag
+* Twitter: show original retweet time [BUG:343438]
+* Twitter: fix external URL to access direct messages and tweets
+* Twitter: send direct message without text limits
+* Twitter: support to send and view tweets with quoted text
+* Twitter: allow to delete direct messages
+* Twitter: always show 'Mark as read' button
 * GNU Social: fix medium attachment to post
+* GNU Social: allow to send direct messages
 * Pump.IO: do not show resend button for own posts
 * Pump.IO: display avatar image in own posts on the right
 * Pump.IO: do not create a post if there's no text
-* Rename StatusNet as GNU Social
-* Fixed a bug that remove the account with the same alias when adding a new one with the same alias
-* Do not create a quick post if there's no text
-* Use HTTPS when available
-* Dropped Twitpic plugin (service is dead)
+* Fix removal of accounts with spaces in their name
+* Add scalable versions of Choqok icon
+* Check the result of external URL opening to report any failure [BUG:347525]
+* Fixed a bug that overwrite an account with the same alias if you use the same alias
+* Do not allow to send quick posts with no text
+* Always use HTTPS when available
+* ImageView: dropped Twitpic and Tweetphoto support (service are dead)
+* A couple of segmentation fault fixes
 
 === Version 1.5 -- 25-Jan-2015 ===
 * Yourls plugin fixed. (by Benjamin Marwell) [BUG:265219]
diff --git a/choqok/main.cpp b/choqok/main.cpp
index 7c918d5..17f8d62 100644
--- a/choqok/main.cpp
+++ b/choqok/main.cpp
@@ -33,7 +33,7 @@
 static const char description[] =
     I18N_NOOP("KDE Micro-Blogging Client.");
 
-static const char version[] = "1.5";
+static const char version[] = "1.5.80";
 
 int main(int argc, char **argv)
 {
diff --git a/doc/index.docbook b/doc/index.docbook
index 37a3a3c..f383b06 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -39,8 +39,8 @@
 
 <legalnotice>&FDLNotice;</legalnotice>
 
-<date>2015-01-25</date>
-<releaseinfo>1.5</releaseinfo>
+<date>2016-06-16</date>
+<releaseinfo>1.5.80</releaseinfo>
 
 <abstract>
 <para>&choqok; is a micro-blogging client for KDE
@@ -54,6 +54,7 @@
 <keyword>Twitter</keyword>
 <keyword>Pump.io</keyword>
 <keyword>GNU social</keyword>
+<keyword>Friendica</keyword>
 </keywordset>
 
 </bookinfo>
@@ -419,4 +420,4 @@ sgml-general-insert-case: lower
 sgml-indent-step:0
 sgml-indent-data:nil
 End:
--->
\ No newline at end of file
+-->


More information about the kde-doc-english mailing list