diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-18 15:13:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-18 15:13:29 +0300 |
| commit | 93500a6d9a237c3a78a73d552c17583938672a59 (patch) | |
| tree | 99a16d84877ea7753db7350df4c1b60bf14467c1 /internal/version.go | |
| parent | 1b3228d4c93f5951a1d6cc0e77a364c3dde3e625 (diff) | |
fix: improve APKG export functionalityv0.4.0
- Fix Anki import errors by adding missing deck fields (newToday, revToday, etc.)
- Fix media files not displaying/playing by using original filenames in cards
- Add phonetic information to notes field with proper line breaks
- Add 'e' hotkey for quick APKG export
- Increment version to 0.4.0
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'internal/version.go')
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index 547370b..1dee17c 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.3.0" +const Version = "0.4.0" |
