Skip to content

Commit

Permalink
fix: demo.gif is only downloaded when explicitly requested
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSte committed Jan 18, 2025
1 parent 2bc3285 commit db00f97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
static/demo.gif filter=lfs diff=lfs merge=lfs -text
static/demo.gif -filter -diff -merge
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
iame: aur-publish
name: aur-publish

on:
push:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ user. A change is always categorized based on the following types:

If a change is breaking, this is mentioned and a major version is released.

# 2.3.2

## Bug

- The `.gitattributes` file for `git lfs` now ensures that the lfs files are
not downloaded by default, as this caused the AUR PKGBUILD to fail.

# 2.3.1

## Bug
Expand Down

0 comments on commit db00f97

Please sign in to comment.