Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azymohliad committed Feb 10, 2024
1 parent bdc57e0 commit 526eb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.4.0 - 2024-02-10

- Added "Delete" and "Replace" note buttons.
- Added a mechanism for updating card templates.
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ ADDON_DIR="$REPO_DIR/anki_addon"
VERSION=$(cd "$REPO_DIR" && git describe)

cd "$ADDON_DIR"
rm -r __pycache__ meta.json
rm -rf **/__pycache__ meta.json
zip -r ../sonaveeb_integration_$VERSION.ankiaddon *

0 comments on commit 526eb1c

Please sign in to comment.