diff --git a/CHANGELOG.md b/CHANGELOG.md index 1785947..5d13a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # CHANGELOG -## Calamares Configuration `v0.1.50` +## Calamares Configuration `v0.1.51` ### For Users +- Add Gnome's renamed local searching tool (from `tracker3-miners` to `localsearch`). - Removed `manaplus` as it is no longer in the Arch repos. - Rename `paru-bin` to `paru`. - Add `betterbird` diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e6b59e..77173d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,5 +15,5 @@ - [ ] Commit and push all changes through git, for example `git commit -m "Some message" && git push` -- [ ] Create and push a tag, for example `git tag -s -a v0.1.50 -m "This is version 0.1.50" && git push origin v0.1.50` -- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.50 && git push --delete origin v0.1.50`. Then the errors can be fixed and the previous step can be repeated to create a new tag. \ No newline at end of file +- [ ] Create and push a tag, for example `git tag -s -a v0.1.51 -m "This is version 0.1.51" && git push origin v0.1.51` +- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.51 && git push --delete origin v0.1.51`. Then the errors can be fixed and the previous step can be repeated to create a new tag. \ No newline at end of file diff --git a/etc/calamares/branding/rebornos/branding.desc b/etc/calamares/branding/rebornos/branding.desc index e131f8f..2002838 100644 --- a/etc/calamares/branding/rebornos/branding.desc +++ b/etc/calamares/branding/rebornos/branding.desc @@ -21,10 +21,10 @@ navigation: qml strings: productName: "${NAME}" shortProductName: RebornOS - version: 2024.09.18 - shortVersion: 24.09.18 - versionedName: RebornOS 2024.09.18 - shortVersionedName: RebornOS 24.09.18 + version: 2024.09.19 + shortVersion: 24.09.19 + versionedName: RebornOS 2024.09.19 + shortVersionedName: RebornOS 24.09.19 bootloaderEntryName: RebornOS productUrl: https://www.rebornos.org/ supportUrl: https://rebornos.discourse.group/ diff --git a/etc/calamares/modules/packagechooser_DE.conf b/etc/calamares/modules/packagechooser_DE.conf index 277b954..6ceff17 100644 --- a/etc/calamares/modules/packagechooser_DE.conf +++ b/etc/calamares/modules/packagechooser_DE.conf @@ -1292,8 +1292,8 @@ items: description: A quick previewer for Nautilus - name: totem description: Movie player for the GNOME desktop based on GStreamer - - name: tracker3-miners - description: Collection of data extractors for Tracker/Nepomuk + - name: localsearch + description: Filesystem indexer and metadata extractor - name: xdg-user-dirs-gtk description: Creates user dirs and asks to relocalize them - name: yelp @@ -1411,7 +1411,7 @@ items: description: Virtual filesystem implementation for GIO - name: gvfs-smb description: Virtual filesystem implementation for GIO - - name: tracker3-miners + - name: localsearch description: Filesystem indexing, metadata storage, and search # =========== # Text Editor @@ -1592,7 +1592,7 @@ items: description: A quick previewer for Nautilus - name: totem description: Movie player for the GNOME desktop based on GStreamer - - name: tracker3-miners + - name: localsearch description: Collection of data extractors for Tracker/Nepomuk - name: xdg-user-dirs-gtk description: Creates user dirs and asks to relocalize them diff --git a/packaging/calamares-configuration-git/PKGBUILD b/packaging/calamares-configuration-git/PKGBUILD index 703faa5..2c1e10b 100644 --- a/packaging/calamares-configuration-git/PKGBUILD +++ b/packaging/calamares-configuration-git/PKGBUILD @@ -2,7 +2,7 @@ # 1. shivanandvp pkgname=calamares-configuration-git -pkgver=0.1.50 +pkgver=0.1.51 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h') diff --git a/packaging/calamares-configuration-local/PKGBUILD b/packaging/calamares-configuration-local/PKGBUILD index 574528a..81d7bbe 100644 --- a/packaging/calamares-configuration-local/PKGBUILD +++ b/packaging/calamares-configuration-local/PKGBUILD @@ -2,7 +2,7 @@ # 1. shivanandvp pkgname=calamares-configuration-local -pkgver=0.1.50 +pkgver=0.1.51 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h') diff --git a/packaging/calamares-configuration/PKGBUILD b/packaging/calamares-configuration/PKGBUILD index 723f941..bd26d28 100644 --- a/packaging/calamares-configuration/PKGBUILD +++ b/packaging/calamares-configuration/PKGBUILD @@ -2,7 +2,7 @@ # 1. shivanandvp pkgname=calamares-configuration -pkgver=0.1.50 +pkgver=0.1.51 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h')