OK abieber@
upstream changelog:
Version 1.4.2 (2017-01-27)
Changelog:
- Fix a crash when going back from a tweet with media to another
tweet with media
- Fix compilation with --disable-video
- Decrease log level of UserStream output to debug when no internet
connection is present
OK fcambus@
port changes:
- new dependency on textproc/gspell for spellchecking
- 2 new locale files (PLIST regenerated)
- WANTLIB regenerated, new entries are enchant, gspell-1
and stdc++
- add explicit LIB_DEPENDS on databases/sqlite3
upstream changelog:
Version 1.4.1 (2017-01-08)
Changelog:
- 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)
Changelog:
- 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
port changes:
- upstream now provides proper tarballs so we switch
from GH_* vars to MASTER_SITES
- we no longer need autoconf as the upstream rolled
tarball includes the generated build files
- devel/libtool & textproc/intltool no longer needed
(spotted by fcambus@)
- simplified license comment (spotted by fcambus@)
upstream changelog:
---
Version 1.3.3 (2016-10-01)
Changelog:
- 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)
Changelog:
- Cope with the tweet length changes introduced by Twitter
- Fix a problem with malformed media URLs
---
OK juanfra@, fcambus@
Upstream changelog:
- Fix muted and/or blocked tweets still showing up in timelines
- Fix accounts not getting saved when first created
- Fix retweets of the authenticating user not getting theiry correct
seen status
- Fix profiles descriptions containing ampersand characters and
links
- Fix profile banner fade-in transition
- Fix doubly-escaped ampersands in link tooltips
- Fix missing underlines in @screen_names in the profile popover
--
OK abieber@ for net/corebird
upstream changelog:
- The build system will now check for gtksink
- Remove libgee dependency
- The compose tweet window will now a save the current text on cancel
- Allow self-retweeting
- Fade loaded inline media in
- Twitter wont send mp4 urls for their videos anymore starting August 1st, so
support HLS videos
- Query full-length DMs
- Support muting in profiles
OK abieber@
Upstream changelog:
- Fix a11y labelling of several switches in the settings dialog
- Fix an input window clipping bug in the tweet info page
- Fix a few cases of overlapping widgets into window borders
- Remove the "Save as" context menu from inline media. This ha
not been working in a while but the context menu was still there.
- Rename the .sidebar style class to .topbar. This was used in corebird
before gtk+ used it, but now that the sidebar is at the top, the .sidebar
style from gtk+ themes collides with the horizontal alignment we use,
so use the more fitting '.topbar'.
- Show a focus outline in the topbar again. We are setting a custom
background color here, so we also need to set a fitting outline color.
- Fix a coloring but in the topbar, where wildcard selectors in themes
would overrde our foreground color.
OK abieber@