- upstream now supports OpenSSL 1.1+ so as usual when this happens,
some patches were required to work with LibreSSL.
- new no_{my,pg}sql pseudo flavours added, lightening the build deps
for a client build: FLAVOR="no_mysql no_pgsql no_bat" make package
I still had xmonad with hs-setlocale as a dependency, and removing
that dependency (and the use of setlocale) in the commit unbreaking
xmonad cause d package key change of hs-xmonad-contrib.
No bump, because the previous version did never build anywhere (except
on my build machine).
noticed by naddy@
OK rsadowski@
Klemens Nanni suggested the following tweaks
on ports@ (thanks!) which have been included:
- added a missing full stop in DESCR
- SEPARATE_BUILD now set to Yes
- fixed indent for TEST & TEST_INTERACTIVE
- switch HOMEPAGE to https:// (also pointed out by rsadowski@)
Port changes:
- dropping dependency on librest
- dropping wantlib on soup-gnome
- appdata changed it's dwelling place
- setting HOME for tests and interactive
causing all tests to finally pass
upstream changelog:
---
Version 1.7.3
Changelog:
- Increase maximum tweet length to 280 characters
- Increase maximum name length to 50 characters and improve
certain parts of the UI to cope better with longer names
- Fix the emoji button not showing up in the compose window
- Update translations
Version 1.7.2
Changelog:
- Fix window cancel button label mixup
- Fix potential crash when composing a tweet (#779)
- Fix abort when trying to detect emoji support (#781)
- Fix spell checking
- Update translations
Release 1.7.1
Changelog:
- Fixed a small problem with the appdata file in 1.7
Version 1.7
Changelog:
- Hashtags and Mentions in profile desriptions are now clickable
- The mention-completion when composing a new tweet now fetches
unknown users from the twitter server
- Videos larger than the screen size are now getting scaled down
while playing
- Profiles now indicate when an account is suspended
- Profiles handle protected accounts better when trying to
access followers/following users, etc.
- The compose window now allows tweets with just media
attached but not text
- Improve the hashtag/mention/link detection when composing a new tweet
- The compose dialog now shows an emoji chooser. This is
only available starting GTK+ 3.22.19 and the emojis will only be
rendered with color if you have the needed cairo version
installed, as well as an emoji font.
- Fixed a bug that led to wrong Direct Message info being
inserted into the database
- Fixed a bug that resulted in broken files when downloading
instagram images
Version 1.6 (2017-08-25)
Changelog:
- Dependencies: GTK+ 3.20 is now required, and librest is no longer
a dependency
- Facelift for the tweet info page
- Lots of stability fixes
- The compose window now starts uploading images as soon as they
are selected
ok (with a small correction for the dependencies), sthen@
This library provides bindings for the Dot language used by the
Graphviz (http://graphviz.org/) suite of programs for visualising
graphs, as well as functions to call those programs.
ok sthen@
This package provides a data type for colours and transparency.
Colours can be blended and composed.
Various colour spaces are supported.
A module of colour names ("Data.Colour.Names") is provided.