diff --git a/CHANGELOG.md b/CHANGELOG.md index 3451b99..c60874f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## Calamares Configuration `v0.1.39` + +### For Users +- Remove `exfat-utils` +- Remove `pyside2`, `pyside2-tools`, `libcroco`, and `dbus-python`. + +### For Developers + ## Calamares Configuration `v0.1.38` ### For Users diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7ded47..8451a0e 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.38 -m "This is version 0.1.38" && git push origin v0.1.38` -- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.38 && git push --delete origin v0.1.38`. 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.39 -m "This is version 0.1.39" && git push origin v0.1.39` +- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.39 && git push --delete origin v0.1.39`. 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 41232a5..6180d39 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.03.21 - shortVersion: 24.03.21 - versionedName: RebornOS 2024.03.21 - shortVersionedName: RebornOS 24.03.21 + version: 2024.05.25 + shortVersion: 24.05.25 + versionedName: RebornOS 2024.05.25 + shortVersionedName: RebornOS 24.05.25 bootloaderEntryName: RebornOS productUrl: https://www.rebornos.org/ supportUrl: https://rebornos.discourse.group/ diff --git a/packaging/calamares-configuration-git/PKGBUILD b/packaging/calamares-configuration-git/PKGBUILD index c8b7dd3..770fe6f 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.38 +pkgver=0.1.39 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h') diff --git a/packaging/calamares-configuration-local/PKGBUILD b/packaging/calamares-configuration-local/PKGBUILD index 06d90a2..d20b61e 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.38 +pkgver=0.1.39 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h') diff --git a/packaging/calamares-configuration/PKGBUILD b/packaging/calamares-configuration/PKGBUILD index ac8e6fb..54cc312 100644 --- a/packaging/calamares-configuration/PKGBUILD +++ b/packaging/calamares-configuration/PKGBUILD @@ -2,7 +2,7 @@ # 1. shivanandvp pkgname=calamares-configuration -pkgver=0.1.38 +pkgver=0.1.39 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h')