Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Tags: CodedOre/cawbird

Tags

v1.1.0

Update to v1.1.0

v1.1.0-2

Fix parsing error in app-data

<em> tags *should* be allowed
(https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description)
but nothing likes them. Even if the <description>
tag is explicitly included.

v1.0.5

Update to v1.0.5

v1.0.4

Update version numbers to v1.0.4 for release

v1.0.3.1

Fix more icon references missed in IBBoard#24

v1.0.3

Closes IBBoard#51: Fix segfaults with function definition

The Open Build Server was building PIE builds. These crashed.
Local dev builds were non-PIE and didn't crash.

Apparently, Vala/C will happily compile and let you reference a function
that wasn't defined in the header. And then it'll crash when it's
position independent (presumably because it can't guarantee where
the function will be in the same way).

By defining the get_quoted_medias function in the header file,
we fix the crash.

v1.0.2

Indirectly access errordomain code

Older (Vala < 0.44) builds were failing on OBS because of
"invalid right operand" (`Rest.Proxy.Error.SSL`)

https://gitlab.gnome.org/GNOME/vala/issues/732 suggests that we need
to access the codes indirectly  (at least for older versions)

v1.0.1

Update to v1.0.1

 * Fixed search with non-alphanumeric characters
 * Migrates DMs, filters and snippets from old Corebird accounts
 * Redesigned logo

v1.0

Fix rounding issue with image scaling

Without doing "floor", fractions of a pixel unnecessarily trigger
the "we're hiding stuff" overlay