Skip to content

Commit

Permalink
Disable accidental autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
azymohliad committed Dec 17, 2024
1 parent f768515 commit aa434b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.7.1 - 2024-12-17

- Disabled Sõnaveeb Deck Builder autolaunch at Anki startup, which was enabled for debugging and accidentally leaked into a release.

## v0.7.0 - 2024-11-27

- Added "Word ID", "Definition", "Examples", and "Rection" to note fields.
Expand Down
2 changes: 0 additions & 2 deletions anki_addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ def destroy_sonaveeb_dialog():

gui_hooks.profile_will_close.append(destroy_sonaveeb_dialog)
gui_hooks.profile_did_open.append(check_templates_updates)

gui_hooks.profile_did_open.append(open_sonaveeb_dialog)

0 comments on commit aa434b9

Please sign in to comment.