diff --git a/Cargo.toml b/Cargo.toml index 7ecc5ac..ff86eb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/marin-m/SongRec" readme = "README.md" keywords = ["shazam", "audio", "audio-fingerprinting"] categories = ["multimedia::audio", "command-line-utilities"] -version = "0.2.0" +version = "0.2.1" authors = ["marin-m"] edition = "2018" diff --git a/packaging/ppa/build_binary_package.sh b/packaging/ppa/build_binary_package.sh index 8169c0a..d778fd8 100755 --- a/packaging/ppa/build_binary_package.sh +++ b/packaging/ppa/build_binary_package.sh @@ -17,9 +17,9 @@ trap cleanup_dirs INT TERM rm -rf ../../target/ ../../vendor/ ../../.flatpak-builder ../flatpak/.flatpak-builder ../../repo -cp -ra ../../ "${temp_dir}/songrec-0.2.0" +cp -ra ../../ "${temp_dir}/songrec-0.2.1" -cd "${temp_dir}/songrec-0.2.0" +cd "${temp_dir}/songrec-0.2.1" mkdir -p .cargo cargo vendor --locked vendor | sed 's/^directory = ".*"/directory = "vendor"/g' > .cargo/config diff --git a/packaging/ppa/debian/changelog b/packaging/ppa/debian/changelog index 796050f..2952cef 100644 --- a/packaging/ppa/debian/changelog +++ b/packaging/ppa/debian/changelog @@ -1,3 +1,10 @@ +songrec (0.2.1) bionic; urgency=low + + * Don't crash when there is no input device available on the host machine. + * Update the Dutch translation. + + -- Marin Mon, 04 Oct 2021 07:12:00 +0200 + songrec (0.2.0) bionic; urgency=low * Add Japanese and Italian translations. diff --git a/packaging/ppa/upload_source_package.sh b/packaging/ppa/upload_source_package.sh index b22a327..bc08cf1 100755 --- a/packaging/ppa/upload_source_package.sh +++ b/packaging/ppa/upload_source_package.sh @@ -21,9 +21,9 @@ for version in bionic focal hirsute impish; do rm -rf ../../target/ ../../vendor/ ../../.flatpak-builder ../flatpak/.flatpak-builder ../../repo ../../.cargo - cp -ra ../../ "${temp_dir}/songrec-0.2.0${version}" + cp -ra ../../ "${temp_dir}/songrec-0.2.1${version}" - cd "${temp_dir}/songrec-0.2.0${version}" + cd "${temp_dir}/songrec-0.2.1${version}" mkdir -p .cargo cargo vendor --locked vendor | sed 's/^directory = ".*"/directory = "vendor"/g' > .cargo/config @@ -49,11 +49,11 @@ for version in bionic focal hirsute impish; do # Push to Launchpad - dput ppa:marin-m/songrec "../../songrec_0.2.0${version}_source.changes" + dput ppa:marin-m/songrec "../../songrec_0.2.1${version}_source.changes" cd "${ORIG_DIR}" - rm -rf "${temp_dir}/songrec-0.2.0${version}" + rm -rf "${temp_dir}/songrec-0.2.1${version}" done diff --git a/packaging/rootfs/usr/share/metainfo/com.github.marinm.songrec.metainfo.xml b/packaging/rootfs/usr/share/metainfo/com.github.marinm.songrec.metainfo.xml index 24e5ff4..dbcf2b1 100644 --- a/packaging/rootfs/usr/share/metainfo/com.github.marinm.songrec.metainfo.xml +++ b/packaging/rootfs/usr/share/metainfo/com.github.marinm.songrec.metainfo.xml @@ -28,6 +28,12 @@ https://hughsie.github.io/oars/index.html --> + + +

- Don't crash when there is no input device available on the host machine.

+

- Update the Dutch translation.

+
+

- Add Japanese and Italian translations.

diff --git a/packaging/windows/README.md b/packaging/windows/README.md index c836545..10b705b 100644 --- a/packaging/windows/README.md +++ b/packaging/windows/README.md @@ -101,7 +101,7 @@ GUIMode="2" EOF cat /tmp/songrec-files.7z >> /tmp/SongRec-standalone.exe -cp /tmp/SongRec-standalone.exe ~/win32/ # Copy the generated executable to my ViirtualBox shared folder +cp /tmp/SongRec-standalone.exe ~/win32/ # Copy the generated executable to my VirtualBox shared folder # wine /tmp/SongRec-standalone.exe