Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.0.1 #259

Merged
merged 6 commits into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 28 additions & 3 deletions data/reco.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
<screenshots>
<screenshot type="default">
<caption>Welcome view; perform recording configuration</caption>
<image>https://raw.githubusercontent.com/ryonakano/reco/5.0.0/data/screenshots/pantheon/welcome-init-light.png</image>
<image>https://raw.githubusercontent.com/ryonakano/reco/5.0.1/data/screenshots/pantheon/welcome-init-light.png</image>
</screenshot>

<screenshot>
<caption>Recording view</caption>
<image>https://raw.githubusercontent.com/ryonakano/reco/5.0.0/data/screenshots/pantheon/recording-light.png</image>
<image>https://raw.githubusercontent.com/ryonakano/reco/5.0.1/data/screenshots/pantheon/recording-light.png</image>
</screenshot>

<screenshot>
<caption>An indication that recording is successfully finished</caption>
<image>https://raw.githubusercontent.com/ryonakano/reco/5.0.0/data/screenshots/pantheon/welcome-success-light.png</image>
<image>https://raw.githubusercontent.com/ryonakano/reco/5.0.1/data/screenshots/pantheon/welcome-success-light.png</image>
</screenshot>
</screenshots>

Expand Down Expand Up @@ -67,6 +67,31 @@
</developer>

<releases>
<release version="5.0.1" date="2024-04-20" urgency="medium">
<description translate="no">
<p>
Improvements:
</p>
<ul>
<li>Reword string in metainfo (thanks to @daPhipz)</li>
<li>Reword and elaborate on metadata and descriptions (thanks to @roxwize)</li>
<li>Show tooltip for each row of microphone combobox</li>
<li>Add notification after saving recording for play and open folder</li>
<li>Update submodules</li>
<li>Update translations</li>
</ul>
<p>
Fixes:
</p>
<ul>
<li>Recording levelbar disappears after some time</li>
<li>Potential null access</li>
<li>Timer counts up/down twice as fast when resuming from pause</li>
<li>Audio stutters after some time</li>
</ul>
</description>
</release>

<release version="5.0.0" date="2023-12-01" urgency="high">
<description translate="no">
<p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'com.github.ryonakano.reco',
'vala', 'c',
version: '5.0.0',
version: '5.0.1',
meson_version: '>=0.57.0'
)

Expand Down