Commit graph

3 commits

Author SHA1 Message Date
mef
cb0093409d (net/corebird) Updated 1.7.3 (failing to package) to 1.7.4
(pkgsrc)
 - Add adhoc patch to make it build.

(upstream)
Changelog:
 - Fix tweet sending on 32bit architectures. #795 Wtf.
 - Fix a few spelling mistakes. #798
 - Work around a GTK+ bug increasing the window size
   when typing DMs. #796
 - Prevent the list statuses page from automatically focusing
   the delete button, potentially resulting in accidentally
   deleted lists. #811
 - Show a language selection context menu in the
   compose text view. #812
2020-08-02 22:15:05 +00:00
ryoon
94f32e156f Update to 1.4.1
Changelog:
Version 1.4.1 (2017-01-08)
  - Lower the required gspell version to 1.0
  - Work around a binding problem in the gtk+ 3.18 vapi of vala 0.30

Version 1.4 (2017-01-06)
  - Images in quoted tweets now look more like they actually belong to
    the quoted tweet instead of the quoting tweet.
  - Allow deleting tweets from the tweet info page and not just from
    timelines.
  - Fix the user completion not showing all possible results
  - Focus the already opened window for an account if the account gets
    selected in the accounts popover
  - Avoid window resizing when typing in the Direct Message text box
  - Add 'q' accelerator to tweet rows for quoting
  - Add spellchecking. This add a dependency to gspell
  - Increase gtk+ dependency to 3.18 to get rid of some workarounds.
  - Increase avatar size in profiles and slightly overlap them over the
    banner. Also, always show the full banner.
  - Fix completion popup positioning under Wayland
  - Add experimental meson build files
  - Fix some videos not playing correctly
  - Add a minimal video progress indicator to the video dialog
  - Fix the retweet/favorite count updating in the tweet info page
2017-01-14 09:28:41 +00:00
ryoon
58431fc44b Update to 1.3.3
* Change tarball to released one

Changelog:
Version 1.3.3 (2016-10-01):
  - Support longer tweets in a few more places
  - Properly escape ampersand characters in user mentions to fix
    GtkLabel warnings about wrong escape characters in tooltips
  - Fix tweet length calculations for whitespace-only tweets
  - Check for duplicated entries in media arrays. This is apparently a
    problem on Twitter's side but led to crashes in Corebird (see #627)
  - Use the correct nsfw status of a tweet, i.e. the one that can
    actually show images.
  - Fix a crash when sending a tweet with multiple images attached
  - Fix tweet length calculation of quote tweets. This previously led to
    tweets getting rejected by the server even though Corebird claimed
    they were fine. See #628

Version 1.3.2 (2016-09-25):
 - Cope with the tweet length changes introduced by Twitter
 - Fix a problem with malformed media URLs
2016-10-26 20:34:00 +00:00