Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Update to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IBBoard committed May 31, 2020
1 parent 8d52500 commit bb67b51
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cawbird 1.0.5
# Cawbird 1.1.0

<a href="https://ibboard.co.uk/cawbird/#screenshots"><img src="./screenshot1.jpg" style="float:right; margin-left: 1em;" /></a>

Expand Down Expand Up @@ -130,7 +130,7 @@ Previously, the following issues have occurred that were outside of our control:

## Translations

Since February 2014, there has been a [Corebird project on Transifex](https://www.transifex.com/projects/p/corebird). Cawbird is currently still using those translations.
Since February 2020, there has been a [Cawbird project on Transifex](https://www.transifex.com/cawbird/cawbird/dashboard/). Users can sign up on Transifex for free to help translate Cawbird.

## Contributing

Expand Down
43 changes: 43 additions & 0 deletions data/uk.co.ibboard.cawbird.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,49 @@
<url type="bugtracker">https://github.com/ibboard/cawbird/issues</url>

<releases>
<release version="1.1.0" date="2020-05-31">
<p>Changes in Cawbird 1.1.0:</p>
<ul>
<li>Improvements:
<ul>
<li>Moved tweet replies below tweet in detailed view, so it now matches the layour of almost all other clients (#16)</li>
<li>Improved tweet threading (#17):
<ul>
<li>Now tries to build entire self-reply thread above <em>and</em> below the tweet</li>
<li>Sorts all self-replies first, then mentioned replies, then other replies</li>
<li>Shows more than five replies</li>
<li>Added RT marker to detailed tweet view</li>
<li>Reduce number of requests to Twitter API when moving up and down a thread</li>
</ul>
</li>
<li>Improved image scaling to handle portrait monitors (#59)</li>
<li>Added overlap to timeline tweet fetching to significantly reduce the likelihood of missing tweets due to "eventual consistency" of Twitter servers (#147)</li>
<li>Updated Danish translation (thanks @mads5408) and Dutch translation (thanks @Vistaus) to 100% coverage and increased coverage of Arabic translation (thanks @Ammar_Khaled and @Raayib)</li>
</ul>
</li>
<li>Bug fixes:
<ul>
<li>Links in direct messages remain clickable after closing and opening (#13)</li>
<li>Added support for updated GTK Emoji data (#148 - backported into official v1.0.5 builds)</li>
<li>Fixed an SQL error when trying to complete names in tweets</li>
</ul>
</li>
<li>UI changes:
<ul>
<li>Hidden and deleted tweets in threads no longer trigger error dialogs (#138 and #153)</li>
<li>Timestamps on direct messages now update (#30)</li>
<li>Fix keyboard navigation in detailed tweet view (#145)</li>
<li>Debug builds can dump tweet JSON and details from Tweet Info page (#26)</li>
<li>List name is now shown as window title (#135)</li>
<li>List now uses actual title, not unique URL-name</li>
<li>List of lists now updates (with caching)</li>
<li>Tweets in searches now show like/favourite status</li>
<li>Added translation strings for new "limited reply" tweets</li>
<li>Handle "operation cancelled" 'error' so that users don't see a dialog when clicking back too quickly</li>
</ul>
</li>
</ul>
</release>
<release version="1.0.5" date="2020-04-08">
<p>Changes in Cawbird 1.0.5:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('Cawbird', ['vala', 'c'],
version: '1.0.5',
version: '1.1.0',
default_options: [
'buildtype=debug'
])
Expand Down
2 changes: 1 addition & 1 deletion ui/about-dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="title" translatable="yes">About Cawbird</property>
<property name="type-hint">dialog</property>
<property name="program-name">Cawbird</property>
<property name="version">1.0.5</property>
<property name="version">1.1.0</property>
<property name="website">https://ibboard.co.uk/cawbird/</property>
<property name="authors">IBBoard &lt;[email protected]&gt; (Cawbird)
Timm Bäder &lt;[email protected]&gt; (Corebird)</property>
Expand Down

0 comments on commit bb67b51

Please sign in to comment.