From 752939789913be4b389464155d255b07cfae2b2e Mon Sep 17 00:00:00 2001 From: Leleat Date: Sat, 2 Sep 2023 16:30:40 +0200 Subject: [PATCH 1/3] scripts: Include CHANGELOG when version bumping --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index ba9e4e3..733149e 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -43,7 +43,7 @@ bash scripts/build.sh # commit changes echo Committing version bump... -git add $METADATA $PKGBUILD scripts/aur-build/.SRCINFO translations/*.po translations/*.pot +git add $METADATA $PKGBUILD CHANGELOG.md scripts/aur-build/.SRCINFO translations/*.po translations/*.pot git commit -m "Release: Bump version to $NEW_VERSION_NR" echo From 293b03b700f29149f822d1be1e0d507dbbae6e43 Mon Sep 17 00:00:00 2001 From: Leleat Date: Sat, 2 Sep 2023 16:45:21 +0200 Subject: [PATCH 2/3] ci: Remove cspell since it's too aggressive --- .github/workflows/run-ci.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/run-ci.yml b/.github/workflows/run-ci.yml index 28b3bf5..c019285 100644 --- a/.github/workflows/run-ci.yml +++ b/.github/workflows/run-ci.yml @@ -32,10 +32,6 @@ jobs: grep -E "\.sh$" | xargs -r shellcheck - # Unsure, if I really want to do cspell (for .md and .pot files)... The .pot - # file will never be touched by contributors directly. So getting a false flag - # there won't be an issue. That leaves .md files to be spell checked by - # potentional contributors. It kinda makes sense. Problem could be reliability. spellcheck: name: Run spell check runs-on: ubuntu-latest @@ -46,7 +42,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: "*" - - run: pip install codespell && npm install -g cspell + - run: pip install codespell # The case sensitivity of codespeller for ignore-words seems to be buggy. See # issue tracker. According to the help page it should be case sensitive but # only 'allws' makes codespeller ignore 'allWs' in code files. @@ -54,24 +50,6 @@ jobs: run: > git diff --name-only --diff-filter=ACMTUXB origin/${{ github.base_ref }} HEAD | xargs -r codespell -q 3 --skip="*.po*,*.git/*" --ignore-words .github/ignore-words.txt - - name: Configure custom dictionary for cspell based on the ignore list - run: > - echo '{ - "version": "0.2", - "dictionaryDefinitions": [{ - "name": "dict", - "path": ".github/ignore-words.txt", - "addWords": true - }], - "dictionaries": ["dict"], - }' >> cspell.json - - name: Run cspell (*.md and *.pot) - if: success() || failure() - run: > - git diff --name-only --diff-filter=ACMTUXB origin/${{ github.base_ref }} HEAD | - grep -E "\.(md|pot)$" | - npx cspell lint --color --exclude "CHANGELOG.md" --file-list stdin \ - --no-must-find-files --show-context --show-suggestions --unique build: name: Run build From ccf3180eee4866c399b99a9510ad1c5784e7890b Mon Sep 17 00:00:00 2001 From: Leleat Date: Sat, 2 Sep 2023 16:33:10 +0200 Subject: [PATCH 3/3] Release: Bump version to 42 --- CHANGELOG.md | 12 +++++++++++- scripts/aur-build/.SRCINFO | 4 ++-- scripts/aur-build/PKGBUILD | 2 +- tiling-assistant@leleat-on-github/metadata.json | 2 +- translations/main.pot | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07eb6f0..0d86d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [42] - 2023-09-03 + +### Added + +- Italian translation by albanobattistella (#271) + +### Fixed + +- Move modes update correctly when the grabbed window changes the monitor (#279) + ## [41] - 2023-05-17 ### Fixed @@ -28,7 +38,7 @@ ### Changed - Move UserGuide.MD into the [github wiki](https://github.com/Leleat/Tiling-Assistant/wiki) -- Update Scipts and a bugfix by SubOptimal (#248, #249, #250) +- Update Scripts and a bugfix by SubOptimal (#248, #249, #250) ## [39] - 2022-11-23 diff --git a/scripts/aur-build/.SRCINFO b/scripts/aur-build/.SRCINFO index 1e0c3b8..f7f77d7 100644 --- a/scripts/aur-build/.SRCINFO +++ b/scripts/aur-build/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gnome-shell-extension-tiling-assistant pkgdesc = A GNOME Shell extension to expand GNOME's native 2 column design. - pkgver = 41 + pkgver = 42 pkgrel = 1 url = https://github.com/Leleat/Tiling-Assistant install = INSTALL @@ -8,7 +8,7 @@ pkgbase = gnome-shell-extension-tiling-assistant license = GPL depends = gnome-shell>=40 noextract = *tiling-assistant@leleat-on-github* - source = https://github.com/Leleat/Tiling-Assistant/archive/refs/tags/v41.tar.gz + source = https://github.com/Leleat/Tiling-Assistant/archive/refs/tags/v42.tar.gz md5sums = SKIP pkgname = gnome-shell-extension-tiling-assistant diff --git a/scripts/aur-build/PKGBUILD b/scripts/aur-build/PKGBUILD index f04081e..75917ed 100644 --- a/scripts/aur-build/PKGBUILD +++ b/scripts/aur-build/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Leleat pkgname='gnome-shell-extension-tiling-assistant' -pkgver=41 +pkgver=42 pkgrel=1 pkgdesc="A GNOME Shell extension to expand GNOME's native 2 column design." arch=('x86_64') diff --git a/tiling-assistant@leleat-on-github/metadata.json b/tiling-assistant@leleat-on-github/metadata.json index de51437..162d12d 100644 --- a/tiling-assistant@leleat-on-github/metadata.json +++ b/tiling-assistant@leleat-on-github/metadata.json @@ -8,5 +8,5 @@ "url": "https://github.com/Leleat/Tiling-Assistant", "uuid": "tiling-assistant@leleat-on-github", "settings-schema": "org.gnome.shell.extensions.tiling-assistant", - "version": 41 + "version": 42 } diff --git a/translations/main.pot b/translations/main.pot index 0c28a5d..55610b0 100644 --- a/translations/main.pot +++ b/translations/main.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-17 20:30+0200\n" +"POT-Creation-Date: 2023-09-02 16:32+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"