Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--activity/activity.info2
-rw-r--r--pippy_app.py4
3 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 705f558..af882c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+43
+
42
* #6036: Show timestamp as elapsed time instead of date (morgs)
diff --git a/activity/activity.info b/activity/activity.info
index bdad982..067ec2b 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 = 42
+activity_version = 43
mime_types =
show_launcher = yes
host_version = 1
diff --git a/pippy_app.py b/pippy_app.py
index 3073eed..b125b78 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -663,6 +663,10 @@ CHAT_ICON=\
"""
CHAT_NEWS="""
+43
+
+* Updated translations: zh_TW, ja
+
42
* #6036: Show timestamp as elapsed time instead of date (morgs)