Skip to content

Commit

Permalink
fix windows sometimes incorrectly minimized on regeometrization
Browse files Browse the repository at this point in the history
  • Loading branch information
nclarius committed May 8, 2022
1 parent 31ccd69 commit 835e38c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.bbcode
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[h2]v6.2[/h2]
[list]\n[*] fix windows sometimes incorrectly minimized on regeometrization
[/list]

[h2]v6.1[/h2]
[list]\n[*] fix ignoring desktop shell windows not working correctly
[/list]
Expand Down
Binary file modified floating-tiles_v6.2.kwinscript
Binary file not shown.
4 changes: 2 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ heading_bb=$([[ $version == *.0 ]] && echo "h1" || echo "h2")
caption_bb='['"$heading_bb"']v'"$version"'[/'"$heading_bb"']'
changes_bb='[list]\n'"$(cat CHANGELOG.txt | sed 's/- /[*] /g')"$'\n[/list]'
changelog_bb="$caption_bb"$'\n'"$changes_bb"$'\n\n'"$(cat CHANGELOG.bbcode)"
if ! grep -Fxq "$changelog_bb" CHANGELOG.bbcode
if ! grep -Fxq "$caption_bb" CHANGELOG.bbcode
then
echo "$caption_bb" > "CHANGELOG.bbcode"
echo "$changelog_bb" > "CHANGELOG.bbcode"
echo 'generated changelog bbcode'
fi

Expand Down

0 comments on commit 835e38c

Please sign in to comment.