File tree Expand file tree Collapse file tree 8 files changed +41
-6
lines changed
rootfs/usr/share/metainfo Expand file tree Collapse file tree 8 files changed +41
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repository = "https://github.com/marin-m/SongRec"
77readme = " README.md"
88keywords = [" shazam" , " audio" , " audio-fingerprinting" ]
99categories = [" multimedia::audio" , " command-line-utilities" ]
10- version = " 0.6.4 "
10+ version = " 0.6.5 "
1111authors = [" marin-m" ]
1212edition = " 2018"
1313
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ git clone https://github.com/marin-m/songrec
172172cd songrec
173173snapcraft pack
174174sudo snap remove --purge songrec
175- sudo snap install --dangerous songrec_0.6.4_amd64 .snap
175+ sudo snap install --dangerous songrec_ * .snap
176176sudo snap connect songrec:audio-record :audio-record
177177songrec
178178```
Original file line number Diff line number Diff line change 1+ songrec (0.6.5) bionic; urgency=low
2+
3+ * Update the Czech translation thanks to @Fjuro
4+ * Update the Dutch translation thanks to @Vistaus
5+ * Fix cross-platform support and building without the GUI (issue #231)
6+ * Fix legacy command line support (PR #233 thanks to @bodoque-01)
7+ * Update the Slovak translation (PR #237 thanks to @dodog)
8+ * Update the Russian translation (PR #239 thanks to @AlexanderShad)
9+ * Implement Snapcraft compatibility (issues #111 and #244)
10+ * Update the Arabic translation thanks to @mu7basha
11+ * Update the "rodio" dependency and make the ALSA device names look native
12+ * Select history rows only after a left-click to better match the native GTK-4 behavior (issue #245)
13+ * Handle the Context key and Ctrl+C key bindings when an history row is selected (issues #245 and #200)
14+ * Fix supporting MPRIS over Flatpak (issue #214)
15+ * Handle left-clicks on the system tray icon over KDE
16+
17+ -- Marin <marin-m@users.noreply.github.com> Sat, 07 Mar 2026 15:07:22 +0100
18+
119songrec (0.6.4) bionic; urgency=low
220
321 * Add an UI button to refresh the PulseAudio device list
Original file line number Diff line number Diff line change @@ -58,6 +58,23 @@ https://hughsie.github.io/oars/index.html
5858-->
5959 <content_rating type =" oars-1.1" />
6060 <releases >
61+ <release version =" 0.6.5" date =" 2026-03-07" >
62+ <description >
63+ <p >Update the Czech translation thanks to @Fjuro</p >
64+ <p >Update the Dutch translation thanks to @Vistaus</p >
65+ <p >Fix cross-platform support and building without the GUI (issue #231)</p >
66+ <p >Fix legacy command line support (PR #233 thanks to @bodoque-01)</p >
67+ <p >Update the Slovak translation (PR #237 thanks to @dodog)</p >
68+ <p >Update the Russian translation (PR #239 thanks to @AlexanderShad)</p >
69+ <p >Implement Snapcraft compatibility (issues #111 and #244)</p >
70+ <p >Update the Arabic translation thanks to @mu7basha</p >
71+ <p >Update the "rodio" dependency and make the ALSA device names look native</p >
72+ <p >Select history rows only after a left-click to better match the native GTK-4 behavior (issue #245)</p >
73+ <p >Handle the Context key and Ctrl+C key bindings when an history row is selected (issues #245 and #200)</p >
74+ <p >Fix supporting MPRIS over Flatpak (issue #214)</p >
75+ <p >Handle left-clicks on the system tray icon over KDE</p >
76+ </description >
77+ </release >
6178 <release version =" 0.6.4" date =" 2026-02-19" >
6279 <description >
6380 <p >Add an UI button to refresh the PulseAudio device list</p >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description: |
1414 - Ability to recognize songs from your speakers rather than your microphone (on compatible PulseAudio setups).
1515license : GPL-3.0+
1616base : core24 # the base snap is the execution environment for this snap
17- version : ' 0.6.4 ' # just for humans, typically '1.2+git' or '1.3.2'
17+ version : ' 0.6.5 ' # just for humans, typically '1.2+git' or '1.3.2'
1818
1919grade : stable # must be 'stable' to release into candidate/stable channels
2020confinement : strict # use 'strict' once you have the right plugs and slots
Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ Contributors https://github.com/marin-m/SongRec/graphs/contributors</property>
594594 <property name =" license-type" >gpl-3-0</property >
595595 <property name =" support-url" >https://matrix.to/#/#songrec:matrix.org</property >
596596 <property name =" translator-credits" >SongRec translators https://github.com/marin-m/SongRec/tree/main/translations> </property >
597- <property name =" version" >0.6.4 </property >
597+ <property name =" version" >0.6.5 </property >
598598 <property name =" visible" >False</property >
599599 <property name =" website" >https://songrec.fossplant.re/</property >
600600 <signal name =" closed" handler =" about_dialog_closed" />
Original file line number Diff line number Diff line change 44<cambalache-project version =" 0.96.0" target_tk =" gtk-4.0" >
55 <gresources filename =" resources.gresource.xml" sha256 =" 8a38c70ff299f1418349cab382cf40f877e5c7351777285ac2f7ace76baa274e" />
66 <css filename =" style.css" />
7- <ui filename =" interface.ui" sha256 =" be3b7d7b4b2dc8bbbf5496c592d5c35b9ba3cd8d74f1e1197c145c7eba835027 " >
7+ <ui filename =" interface.ui" sha256 =" 63f1cbf5c38079b454d98809c46592b8c0a15cd88ed9fbd8e947e8778eac0db9 " >
88 <css-provider >style.css</css-provider >
99 </ui >
1010</cambalache-project >
You can’t perform that action at this time.
0 commit comments