+ A brand new audio player that loads files lazily and displays
the audio stream as a seekable waveform.
+ Only a single file with an audio stream can be played at a
time, which means that clicking on a “Play” button stops the
previous media player that was playing.
+ Clicking on the avatar of the sender of a message now opens
directly the user profile instead of a context menu. The
actions that were in the context menu could already be
performed from that dialog, so UX is more straightforward now.
+ The GNOME document and monospace fonts are used for messages.
+ Most of our UI definitions got ported to Blueprint.
+ Various other improvements and fixes.
+ Updated translations.
- Add blueprint-compiler BuildRequires: New dependency.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/fractal?expand=0&rev=81
27 lines
898 B
XML
27 lines
898 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/World/fractal.git</param>
|
|
<param name="revision">13</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<!--
|
|
<param name="changesgenerate">enable</param>
|
|
-->
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">fractal</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|
|
|