Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--activity/activity.info2
-rw-r--r--pippy_app.py4
3 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 90025b6..a1ad34f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
+35
+
* #6066: Make web links copied to clipboard, pasteable in Write, Browse,
Terminal (morgs)
-* Added AUTHORS (morgs)
-* Updated translations: ps, ca, bg (pootle)
+* Added AUTHORS, COPYING (morgs)
+* Updated translations (pootle)
34
diff --git a/activity/activity.info b/activity/activity.info
index 523f3e5..d10c11b 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -5,7 +5,7 @@ bundle_id = org.laptop.Chat
service_name = org.laptop.Chat
class = pippy_app.Chat
icon = activity-icon
-activity_version = 34
+activity_version = 35
mime_types =
show_launcher = yes
host_version = 1
diff --git a/pippy_app.py b/pippy_app.py
index ed7ee39..bda9795 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -496,8 +496,8 @@ CHAT_ICON=\
CHAT_NEWS="""
* #6066: Make web links copied to clipboard, pasteable in Write, Browse,
Terminal (morgs)
-* Added AUTHORS (morgs)
-* Updated translations: ps, ca, bg (pootle)
+* Added AUTHORS, COPYING (morgs)
+* Updated translations (pootle)
34