Flutter / Check (push) Canceled after 0s
Android Build / Build Android (${{ inputs.workflow_profile }}-${{ inputs.build_mode }}) (push) Canceled after 0s
Flutter / build-android (push) Canceled after 0s
Windows Build / Build Windows (${{ inputs.workflow_profile }}) (push) Canceled after 0s
Flutter / build-windows (push) Canceled after 0s
Linux Build / Build Linux (${{ inputs.workflow_profile }}) (push) Canceled after 0s
Flutter / build-linux (push) Canceled after 0s
Release / build-android (push) Canceled after 0s
Release / build-android-full (push) Canceled after 0s
Windows Build / Build Windows (${{ inputs.workflow_profile }}) (push) Canceled after 0s
Release / build-windows (push) Canceled after 0s
Linux Build / Build Linux (${{ inputs.workflow_profile }}) (push) Canceled after 0s
Release / build-linux (push) Canceled after 0s
Release / Release (push) Canceled after 0s
Android Build / Build Android (${{ inputs.workflow_profile }}-${{ inputs.build_mode }}) (push) Canceled after 0s
121 KiB
121 KiB
Changelog
All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
1.22.2 - 2026-03-02
Bug Fixes
- (dict) restore MDX sound resource lookup for slash/backslash key variants - (4d2bf28) - Mumulhl
Features
- (translation) translated using Weblate (Russian) - (f0d6b8f) - Xapitonov
- (translation) translated using Weblate (Russian) - (c3b8a91) - Xapitonov
Miscellaneous Chores
- (ci) update flutter version to 3.41.2 - (d0fe55f) - Mumulhl
Build
- (deps) bump rollup - (1c027db) - dependabot[bot]
1.22.0 - 2026-02-23
Bug Fixes
- (android) close dictionary import loading dialog when no mdx files are found - (f2cb2c2) - Mumulhl
- (android) webview on floating window - (0009604) - Mumulhl
- resolve search hang and Linux WebView issues - (050010b) - Mumulhl
- resolve PROCESS_TEXT issue where repeated searches failed to update - (d507f5c) - Mumulhl
Features
- (theme) add pure black AMOLED dark mode toggle - (65ecb53) - Mumulhl
- internationalize tray menu labels - (88d1b23) - Mumulhl
- notice users when no dictionaries are found - (7de85a4) - Mumulhl
Miscellaneous Chores
Refactoring
- (settings) audio settings are not new - (fc5b896) - Mumulhl
- (ui) refactor appearance settings ui - (b56118d) - Mumulhl
- (ui) manage storage should be shown when is non-full flavor - (4ebd62a) - Mumulhl
- refactor webview - (4db32ee) - Mumulhl
1.21.0 - 2026-01-24
Features
- Support selective backup: choose specific data (wordbook, history, etc.) to include in backups
Bugs
- Fix applying CSS files in dictionary content
- Fix dark mode on Android <13
1.19.0 - 2025-08-01
Features
- Audio settings are now officially available
- Support in-dictionary audio playback
- Support importing multiple .mdd files (e.g., xxx.1.mdd, xxx.2.mdd, xxx.3.mdd)
- Add Google Translate and DeepLX as translation providers
- Add history for translation and writing check
- Add logs page
- Support multi-select on search history for bulk delete, add to wordbook, and remove from wordbook
Bugs
- Fix misaligned inputs for API Key and AI Model on the AI Settings page
UI
- Redesign AI Settings page
- Redesign Translate page
1.18.0 - 2025-07-20
Features
- Auto pop up keyboard in main search tab
- Add storage management
- Add multiselectmode on wordbook page
- Add writing check
Bugs
- Fix add word to wordbook on home page
[1.17.0] - 2025-07-06
Features
- Show changelog after updating
- Cache AI Explanation
UI
- Refactor settings page
Bugs
- Fix adding dictionaries repeatly by refresh button
- Fix show not support dictionary wrongly
1.16.0-beta.4 - 2025-05-31
Miscellaneous Chores
- (release) update APK naming conventions for Android builds - (46e31c1) - Mumulhl
1.16.0-beta.3 - 2025-05-31
Miscellaneous Chores
- (appimage) fix build - (0ed41d3) - Mumulhl
1.16.0-beta.2 - 2025-05-31
Miscellaneous Chores
- (appimage) fix build - (491562d) - Mumulhl
1.16.0-beta.1 - 2025-05-31
Bug Fixes
- fix anthropic url - (9239a54) - Mumulhl
- not show not support notice on android - (e093ad4) - Mumulhl
Features
- (audio) support any audio format - (aa088a9) - Mumulhl
- (translation) translated using Weblate (Sardinian) - (5a6e225) - Ajeje Brazorf
- add more languages on translate page - (2bb2348) - Mumulhl
Miscellaneous Chores
- (appimage) add update information - (0c83ae1) - Mumulhl
- (build) support AppImage - (7689b8d) - Mumulhl
- (ci) update APK naming conventions in workflows - (5856c7b) - Mumulhl
- (ci) add AppImage build release workflow - (a776c5c) - Mumulhl
- (gradle) upgrade AGP - (7b7e334) - Mumulhl
- (gradle) upgrade kotlin to 2.1.0 - (742c901) - Mumulhl
- (gradle) enable flavour - (dafe61f) - Mumulhl
- (gradle) update version code for different archs - (bda15bc) - Mumulhl
- update Flutter version to 3.32.1 in release workflow - (0129818) - Mumulhl
- standardize app name string key to 'app_name' across all locales - (cf97953) - Mumulhl
Refactoring
- (translation) migrate i18n placeholders to named arguments - (066a0c1) - Mumulhl
- (ui) settings page - (571fa38) - Mumulhl
1.15.0 - 2025-05-25
Bug Fixes
- (audio) add audio bug on Android - (148da34) - Mumulhl
Features
- (audio) implement audio settings model - (512c00a) - Mumulhl
- (audio) add title field to MddAudioList and update related functionality - (0b986ef) - Mumulhl
- (audio) add order field to MddAudioList and implement reordering functionality - (d03ea93) - Mumulhl
- (audio) add TTS to audio list - (0c2fb0b) - Mumulhl
- (audio) support add mdd audio on Android - (cbc5495) - Mumulhl
- (audio) support play sound in word display page - (1529b17) - Mumulhl
- (database) add mdd audio table and migration - (4ad4df9) - Mumulhl
- (model) update Gemini 2.5 Flash Preview version - (ad89c55) - Mumulhl
- (model) add Claude 4 - (956f678) - Mumulhl
- add 'Alpha' tag to experimental settings features - (f2bb70b) - Mumulhl
- fake webview for linux - (434dbc0) - Mumulhl
Miscellaneous Chores
- (build) fix linux build - (6298550) - Mumulhl
- (deps) bump gpt_markdown from 1.0.18 to 1.0.19 - (e3a3bee) - dependabot[bot]
- (deps) bump flutter_local_notifications from 19.2.0 to 19.2.1 - (2e801ed) - dependabot[bot]
- (deps) update intl to 0.20.2 - (a31bb0e) - Mumulhl
- (deps) update - (8da8bcc) - Mumulhl
- (release) update flutter version - (dee68fa) - Mumulhl
Refactoring
- (ai) refactor AI Explain Word - (f6632b1) - Mumulhl
- (audio) refactor audio management and add AudioModel for better state handling - (a721666) - Mumulhl
- refactor database - (c7d24ed) - Mumulhl
Style
1.14.1 - 2025-05-18
Bug Fixes
- add dictionary on Android - (01e31d7) - Mumulhl
1.14.0 - 2025-05-18
Bug Fixes
- fix loading dialog in Android - (42d75b4) - Mumulhl
- fix returned type of initHandler - (74da32c) - Mumulhl
Features
- new default explanation prompt - (6952da0) - Mumulhl
- Add slide transition to word page - (439c6e2) - Mumulhl
Refactoring
- (animation) refacotr page transition - (e9675c0) - Mumulhl
1.14.0-beta.2 - 2025-05-17
Features
- (translation) finish translation - (cb65a7a) - Mumulhl
Miscellaneous Chores
- (build) remove flavors - (e2ee551) - Mumulhl
1.14.0-beta.1 - 2025-05-17
Bug Fixes
- (floating_window) disable drag - (d1109c8) - Mumulhl
- (floating_window) not focusable - (353c793) - Mumulhl
- history - (8f51d55) - Mumulhl
- add loading message for file copying process - (234dace) - Mumulhl
- set windows webview2 directory - (ac62170) - Mumulhl
- only show floating window when permission is enabled - (8c166f1) - Mumulhl
Features
- (ai translate) add Hindi language - (ea32be3) - Mumulhl
- (floating window) implement close window when clicks outside the window - (cc9d52a) - Mumulhl
- (floating window) click back button to close window - (f77e149) - Mumulhl
- (translation) translated using Weblate (Sardinian) - (df889ef) - Ajeje Brazorf
- (translation) translated using Weblate (Persian) - (7ed176a) - Mo
- implement floating window service initially - (26d6453) - Mumulhl
- support add mutiple dictionaries at once - (27c2fd1) - Mumulhl
Miscellaneous Chores
- (build) add dev flavor for android - (65e3ae5) - Mumulhl
- (build) add production flavor for android - (c19ad56) - Mumulhl
- (deps) bump flutter_local_notifications from 19.1.0 to 19.2.0 - (a17f969) - dependabot[bot]
- (deps) bump go_router from 15.1.1 to 15.1.2 - (6d7dd92) - dependabot[bot]
- (deps-dev) bump esbuild from 0.25.3 to 0.25.4 in /docs - (c674ffd) - dependabot[bot]
- (release) add translation label to changelog - (c9caf8b) - Mumulhl
- (vscode) add launch configuration for Flutter Android development - (274d5b4) - Mumulhl
Refactoring
- (manage dictionaries) enhance dictionary management features and improve state handling - (a6e9d50) - Mumulhl
1.13.0 - 2025-05-11
Bug Fixes
Features
- (ai) add Ollama provider - (a21651e) - Mumulhl
- (model) update Gemini 2.5 Pro to the latest - (f44f5c1) - Mumulhl
- (settings) add support for custom AI API Url provider - (1391415) - Mumulhl
- (translation) translate all languages - (7687d31) - Mumulhl
- add audio settings - (b3f6e38) - Mumulhl
- add Catalan language option to language selector - (0ba8a8a) - Mumulhl
Miscellaneous Chores
- (build) update Java compatibility to version 21 - (c17af99) - Mumulhl
- (build) adjust version code - (08ecba3) - Mumulhl
- (deps) bump provider from 6.1.4 to 6.1.5 - (7b1c46a) - dependabot[bot]
- (deps) bump drift from 2.26.0 to 2.26.1 - (8b78012) - dependabot[bot]
- (deps) bump drift_dev from 2.26.0 to 2.26.1 - (e7dd221) - dependabot[bot]
- (plugins) upgrade Android Gradle plugin to version 8.10.0 - (c98c4fd) - Mumulhl
- adjust version code - (420efcc) - Mumulhl
- linux runner - (2ccb038) - Mumulhl
Refactoring
- (search) replace autofocus with focusNode in search bar implementation - (0fde1d9) - Mumulhl
Style
- format code - (7469d78) - Mumulhl
1.12.1 - 2025-05-05
Miscellaneous Chores
- (build) fix version code - (674e5fc) - Mumulhl
1.12.0 - 2025-05-05
Bug Fixes
- enable auto-update based on user settings - (4af008c) - Mumulhl
Features
- (icon) add Windows icon - (c52dd3c) - Mumulhl
- (translation) translated using Weblate (Russian) - (c46c476) - Xapitonov
- (translation) translated using Weblate (Tamil) - (7e46baa) - தமிழ்நேரம்
- (translation) translated using Weblate (Spanish) - (cc9b38b) - Adolfo Jayme Barrientos
- (translation) added translation using Weblate (Catalan) - (ed00458) - Adolfo Jayme Barrientos
- (translation) translated using Weblate (Catalan) - (f5c49d7) - Adolfo Jayme Barrientos
- implement auto update - (43b1968) - Mumulhl
Miscellaneous Chores
- (build) migrate to kts - (264a1a6) - Mumulhl
- (ci) ensure paths are correctly specified for VitePress deploy - (ec9816a) - Mumulhl
- (ci) update flutter - (f9e46c9) - Mumulhl
- (ci) fix release - (581e342) - Mumulhl
- (deps) update - (ad03c73) - Mumulhl
- (deps) bump gpt_markdown from 1.0.17 to 1.0.18 - (0bdff2a) - dependabot[bot]
- (deps) bump vite in /docs in the npm_and_yarn group - (82221e7) - dependabot[bot]
- (deps-dev) bump esbuild from 0.25.2 to 0.25.3 in /docs - (c34d741) - dependabot[bot]
- prefer double quotes - (26dcc4c) - Mumulhl
Refactoring
- (dictionary) refactor dictionary management - (aff2377) - Mumulhl
- (dictionary) improve state management and simplify dictionary checks - (a61b5c5) - Mumulhl
- (history) add HistoryModel - (e329349) - Mumulhl
- (home) restructure HomeScreen and related components for improved readability and functionality - (aa8e786) - Mumulhl
- (ui) improve search ui - (f8ddcc6) - Mumulhl
- refactor update - (9713d06) - Mumulhl
- move files to services directory - (a51ffe1) - Mumulhl
- refactor ai.dart - (5e30372) - Mumulhl
- move files to directories - (6d58cf2) - Mumulhl
- improve export - (7278ab9) - Mumulhl
- refactor HomeScreen components - (d37c878) - Mumulhl
- streamline search functionality and improve state management - (c7953b8) - Mumulhl
Style
- format code - (5aebf76) - Mumulhl
1.11.0 - 2025-04-19
Bug Fixes
- (config) correct base path in VitePress configuration - (d0cd1f0) - Mumulhl
Documentation
- (web) add web docs - (771eed7) - Mumulhl
Features
- (model) add SiliconFlow and SiliconFlow China - (0ee9fc0) - Mumulhl
- (model) add Zhipu - (01be78e) - Mumulhl
- (model) add xAI - (dcf9c60) - Mumulhl
- (translation) translated using Weblate (Chinese (Simplified Han script)) - (6c0b955) - 何意挽秋風
- (translation) translated using Weblate (Chinese (Traditional Han script)) - (fcbe4a9) - 何意挽秋風
- (ui) set navigation rail to extended state in wide landscape - (e043bc8) - Integral
- add new AI models to the settings configuration - (10dcb6f) - Mumulhl
- delete associated .mdx and .mdd files on dictionary removal for Android - (2c1e275) - Mumulhl
- enhance loading dialog with dynamic text updates and refactor state management - (a95fba1) - Mumulhl
- add search bar functionality in word display - (b499ff8) - Mumulhl
Miscellaneous Chores
- (ci) update workflows and ignore files for VitePress deployment - (76432e4) - Mumulhl
- (ci) install pnpm - (4288967) - Mumulhl
- (ci) add permissions for workflow - (760c264) - Mumulhl
- (dependabot) update configuration for npm package ecosystem - (7757007) - Mumulhl
- (deps) bump flutter_local_notifications from 19.0.0 to 19.1.0 - (4d13b42) - dependabot[bot]
- (deps) bump go_router from 14.8.1 to 15.0.0 - (576f717) - dependabot[bot]
- (deps-dev) bump esbuild - (acba5b3) - dependabot[bot]
- (deps-dev) bump esbuild from 0.25.0 to 0.25.2 in /docs - (c32bb8d) - dependabot[bot]
- (vitepress) add esbuild as a devDependency in package.json - (8689308) - Mumulhl
- exclude directories from analyzer - (09f055c) - Mumulhl
- add .gitignore to exclude node_modules and cache directories - (b30ab8d) - Mumulhl
Refactoring
- restructure model provider logic for better clarity and maintainability - (ba8e6b4) - Mumulhl
- enhance AI model management with dynamic provider configuration - (a9b1eb9) - Mumulhl
- update GeminiProvider API URL handling and improve model selection logic in settings - (a4352c8) - Mumulhl
- replace WebviewDisplay with WordDisplay for word detail view - (12f108e) - Mumulhl
1.10.0 - 2025-04-13
Bug Fixes
- (ui) instantly update UI when deleting or auto-removing search terms - (44f0275) - Mumulhl
Documentation
- (README) add contributing guidelines - (ad785db) - Mumulhl
Features
- (translation) translated using Weblate (Bengali) - (a2f043b) - Ekramul Reza
- add TabBar position setting - (5b3936a) - Mumulhl
Miscellaneous Chores
- (ci) fix release - (685ef82) - Mumulhl
- (release) fix installer path in release workflow - (360630c) - Mumulhl
Refactoring
- (ui) make TabBar horizontally scrollable to prevent tab overflow when there are many dictionaries - (09ba69d) - Mumulhl
- (ui) center align tabs in WebviewDisplay TabBar - (be6147d) - Mumulhl
- (ui) reorder TabBarPositionSelector in SettingsScreen - (9b63e42) - Mumulhl
- copy files to support path on Android - (839042e) - Mumulhl
Style
- format code - (24cca87) - Mumulhl
1.9.0 - 2025-04-05
Bug Fixes
- (focus) wrap IndexedStack pages with FocusScope to fix restoration - (67eb625) - Mumulhl
- clear history - (21983fe) - Mumulhl
- search bar location, sidebar icon and more options button - (cb70fac) - Mumulhl
- TabBarView - (76a07c4) - Mumulhl
- catch error before running - (9989e0f) - Mumulhl
- cannot running app after removing cache - (4fa7458) - Mumulhl
Documentation
- add sponsors section to README files - (c705273) - Mumulhl
Features
- (l10n) add AI prompt-related localization entries - (ca62b2e) - Mumulhl
- (language) support Bengali language (Thanks to Ekramul Reza) - (5e6f783) - Mumulhl
- (translation) translated using Weblate (Sardinian) - (9793191) - Ajeje Brazorf
- (translation) added translation using Weblate (Bengali) - (41cfd16) - Ekramul Reza
- (translation) translated using Weblate (Bengali) - (de3311e) - Ekramul Reza
- (translation) translated using Weblate (Bengali) - (4741f4e) - Ekramul Reza
- (translation) translated using Weblate (Bengali) - (3d5e080) - Ekramul Reza
- support navigation rail - (b2818bb) - Mumulhl
- add error handling and reporting UI before running - (6629664) - Mumulhl
- support custom prompts - (871bfca) - Mumulhl
Miscellaneous Chores
- (ci) prevent double zipping of Windows build artifact - (eaaaaac) - Mumulhl
- (ci) prevent double zipping of Linux build artifact - (e6d6b7a) - Mumulhl
- (ci) fix linux build - (b8a3ac0) - Mumulhl
- (deps) bump shared_preferences from 2.5.2 to 2.5.3 - (aff9641) - dependabot[bot]
- (release) add windows installer - (b1545a4) - Mumulhl
- (release) include installer executable in release artifacts - (6cb7304) - Mumulhl
Refactoring
- replace context.select with Consumer - (5173ef5) - Mumulhl
- constrain maximum width in settings, auto export and dictionary management pages - (e2ad4b3) - Mumulhl
- add DictManagerModel for managing dictionary groups and integrate with HomeModel - (a00d707) - Mumulhl
- refactor TextField - (59aeff0) - Mumulhl
1.8.0 - 2025-03-30
Bug Fixes
- fix remove single history twice - (b69c342) - Mumulhl
Features
- (model) add Gemini 2.5 Pro - (5a3638f) - Mumulhl
- (translation) added translation using Weblate (Spanish) - (809dfca) - Elías Fuentes
- (translation) translated using Weblate (Spanish) - (b68b2b9) - Elías Fuentes
- (translation) translated using Weblate (Russian) - (57e5e43) - Xapitonov
- (translation) translated using Weblate (Russian) - (4db47c5) - Xapitonov
- (translation) update Spanish localization with new strings - (379e3e2) - Mumulhl
- support Spanish - (aa16dbd) - Mumulhl
Refactoring
- refactor the code of home - (eaeb141) - Mumulhl
- refactor main page and history list - (a332152) - Mumulhl
- refactor wordbook state management - (05327ec) - Mumulhl
- streamline variable declarations in AiTranslatePage - (fea31a7) - Mumulhl
- improve performance - (6dd2237) - Mumulhl
- refactor home state management - (cdf19d0) - Mumulhl
Style
1.7.0 - 2025-03-23
Bug Fixes
- update translate label to use localization - (09ee403) - Mumulhl
- blank screen when editing title alias of a disabled dict - (95f41b0) - Mumulhl
- fix importing - (f002509) - Mumulhl
- update language labels and adjust AI explain settings - (324383b) - Mumulhl
Documentation
- add GitHub badge to installation section in README files - (5f713f7) - Mumulhl
- add AI translate feature to README - (d833b18) - Mumulhl
- update README to clarify MDX/MDD support on Linux - (f91bf20) - Mumulhl
- add Privacy Policy, Terms and Disclaimer of Service to documentation - (520b896) - Mumulhl
- update screenshots - (3940bcb) - Mumulhl
Features
- (AIExplain) dynamically set output language based on user settings - (af088e5) - Mumulhl
- (l10n) add update-related translations for multiple languages - (bc1c281) - Mumulhl
- (translation) translated using Weblate (English) - (cc79d77) - Allan Nordhøy
- allow multi-line input for text translation - (d561011) - Mumulhl
- make markdown widget scrollable - (45e3184) - Mumulhl
- add titles to Privacy Policy and Terms of Service pages - (0c5bcae) - Mumulhl
- enable explain word - (8e455bd) - Mumulhl
- hide the tab when only one dictionary is available - (e4cd0e0) - Mumulhl
- add AI Explain Word feature - (90d9416) - Mumulhl
- add check for updates functionality in settings - (f0a0183) - Mumulhl
- add option to include prerelease updates in settings - (2c25149) - Mumulhl
Miscellaneous Chores
- (deps) bump flutter_local_notifications from 18.0.1 to 19.0.0 - (e6a9364) - dependabot[bot]
- (deps) replace flutter_markdown with gpt_markdown - (717feef) - Mumulhl
- add flutter_local_notifications_windows to FFI plugin list - (0a62e7c) - Mumulhl
- update package description to include Windows/Linux support - (b0ecb0b) - Mumulhl
Refactoring
- keep AiTranslatePage state - (cfee517) - Mumulhl
- update input handling to use TextEditingController for translation - (321ef49) - Mumulhl
- move _isRichOutput variable declaration to the top level - (23b44b1) - Mumulhl
Style
- format code - (c1d93e0) - Mumulhl
1.7.0-beta.1 - 2025-03-16
Bug Fixes
Documentation
- update multi-platform support to README - (89c6b38) - Mumulhl
Features
- (l10n) add auto detect - (a015c4c) - Mumulhl
- (l10n) add new translation - (26bfa79) - Mumulhl
- (translation) translated using Weblate (Chinese (Traditional Han script)) - (5a51678) - plum7x
- (translation) translated using Weblate (English) - (d93a5f0) - Integral
- (translation) translated using Weblate (Chinese (Simplified Han script)) - (b3e7706) - Integral
- (translation) translated using Weblate (Chinese (Traditional Han script, Hong Kong)) - (d0f5042) - Integral
- (translation) translated using Weblate (Norwegian Bokmål) - (6b3044f) - Integral
- (translation) translated using Weblate (Russian) - (7bdfde2) - Integral
- (translation) translated using Weblate (Sardinian) - (835dbca) - Integral
- (translation) translated using Weblate (Tamil) - (741f7ea) - Integral
- (translation) translated using Weblate (Persian) - (2ddabc4) - Integral
- (translation) translated using Weblate (German) - (48eb51d) - Integral
- add AI Settings page - (971c6ea) - Mumulhl
- implement AI configuration - (2d00106) - Mumulhl
- enhance AI model selection with detailed model information - (e74f3ac) - Mumulhl
- add AI Explain Word settings - (605497a) - Mumulhl
- implement AI provider classes for OpenAI and Gemini APIs - (ff31cf5) - Mumulhl
- update OpenAI provider to support compatible API URL and rename class - (36ddcc3) - Mumulhl
- add AI translate feature - (908b767) - Mumulhl
- add Privacy Policy - (6e7e3fa) - Mumulhl
- add synthetic-package configuration to l10n.yaml - (5c5dd50) - Mumulhl
- add Terms of Service - (5e4b282) - Mumulhl
- add more languages in Translate - (35189a1) - Mumulhl
- support Deepseek - (52984b2) - Mumulhl
- support Authropic - (c3f5419) - Mumulhl
Miscellaneous Chores
- (ci) add Linux build to workflow - (a7754e6) - Integral
- (ci) update flutter version - (b51d946) - Mumulhl
- (ci) fix ci - (b9bff36) - Mumulhl
- (ci) remove redundant localization generation steps from workflows - (cad997d) - Mumulhl
- (ci) fix ci - (e7bf648) - Mumulhl
- (deps) bump drift from 2.25.1 to 2.26.0 - (0616e0d) - dependabot[bot]
- update package versions and sha256 checksums in pubspec.lock - (5f7b305) - Mumulhl
- update pubspec.lock and l10n - (d3a1c69) - Mumulhl
- add generated files .gitignore - (b67670b) - Mumulhl
Refactoring
- (ui) improve layout of privacy policy page for better readability - (ad1b4a9) - Mumulhl
- (ui) center and constrain layout of AI Translate page for improved presentation - (02d40b0) - Mumulhl
- move files to settings directory - (c862c7d) - Mumulhl
- update default model in AI provider config - (cb1eb04) - Mumulhl
- refactor AI provider initialization and translate languages - (c8d5216) - Mumulhl
- disable ai explain word switch - (b548366) - Mumulhl
Style
- format code - (f672327) - Mumulhl
- format code - (f0ef90e) - Mumulhl
- format code - (e16b801) - Mumulhl
1.6.0 - 2025-03-09
Bug Fixes
- fix word's date in wordbook - (382d01d) - Mumulhl
- filter duplicate search results - (dcb6a1c) - Mumulhl
- fix Sardinian - (6595f51) - Mumulhl
Miscellaneous Chores
- (deps) bump path from 1.9.0 to 1.9.1 - (2c63401) - dependabot[bot]
- (deps) bump package_info_plus from 8.2.1 to 8.3.0 - (367e739) - dependabot[bot]
- (deps) bump go_router from 14.8.0 to 14.8.1 - (b0aa59c) - dependabot[bot]
- (deps) downgrade path package - (7e07a16) - Mumulhl
Refactoring
- (ui) refactor dynamic color - (3f11fa8) - Mumulhl
- update class name - (1ec4d3a) - Mumulhl
- show more recommended dictionaries - (b2278da) - Mumulhl
Tests
- fix schema test - (ed7c681) - Mumulhl
1.5.0 - 2025-03-02
Bug Fixes
- context menu search doesn't work with capitalized word - (bb8bb55) - Mumulhl
- fix sort with date filtering - (7b813c1) - Mumulhl
Features
- (i10n) finish i10n - (d6562c0) - Mumulhl
- (ui) group settings - (d8e7399) - Mumulhl
- add words to the wordbook with the date - (56bbd0b) - Mumulhl
- show date of words - (732e277) - Mumulhl
- allow selecting date for filtering words - (d2d4679) - Mumulhl
Miscellaneous Chores
- add shared_preferences to devtools - (3ea4827) - Mumulhl
Refactoring
- (ui) improve ui - (3ae0548) - Mumulhl
- rename file and class - (becc956) - Mumulhl
- improve performance - (c49bac8) - Mumulhl
Style
- format code - (432cdd4) - Mumulhl
1.4.0 - 2025-02-23
Bug Fixes
- handle empty values in tagsOrder parsing - (8ba2c8e) - Mumulhl
- check for existing tags during initialization - (d7d0af3) - Mumulhl
- fix long press on dictionary card non-selected - (b62c911) - Mumulhl
- fix escape string in dictionary title - (abbd274) - Mumulhl
- display title when title in header is empty string - (18f6692) - Mumulhl
Documentation
- (README) add Discord server link to README - (2013cdf) - Mumulhl
- (README) fix typo - (7efa873) - Mumulhl
Features
- support selecting tags for adding words to wordbook at home page - (3af1a3b) - Mumulhl
- add dictionary groups localization for multiple languages - (e664960) - Mumulhl
- add Discord link - (91ed205) - Mumulhl
Miscellaneous Chores
- (deps) bump path from 1.9.0 to 1.9.1 - (c6beb76) - dependabot[bot]
- (deps) bump shared_preferences from 2.5.1 to 2.5.2 - (b8c1ac6) - dependabot[bot]
- (deps) bump test from 1.25.8 to 1.25.15 - (097f481) - dependabot[bot]
- (deps) bump drift from 2.25.0 to 2.25.1 - (e58e811) - dependabot[bot]
- (deps) bump build_runner from 2.4.14 to 2.4.15 - (25a91ca) - dependabot[bot]
- (deps) downgrade dependencies in pubspec.lock and pubspec.yaml - (32ceecf) - Mumulhl
Refactoring
- (ui) Ink Well animation with rounded corners - (3d11791) - Mumulhl
- remove useless comment - (fee2c57) - Mumulhl
- simplify code - (d58a760) - Mumulhl
- don't show not found dictionaries defaultly - (9e3421e) - Mumulhl
Revert
- "Merge pull request #178 from mumu-lhl/fix-171" - (cc4e4db) - Mumulhl
Style
- format code - (589161e) - Mumulhl
- improve search bar padding and update home page list item layout - (3482f5a) - Mirpri
- format code - (86ff393) - Mumulhl
- format code - (14cb465) - Mumulhl
- add comment - (216332e) - Mumulhl
1.3.1 - 2025-02-16
Bug Fixes
- handle empty values in tags order parsing - (78be19c) - Mumulhl
- optimize word addition logic - (6c6f035) - Mumulhl
Miscellaneous Chores
- (deps) update package_info_plus and timezone versions - (fd2b7a2) - Mumulhl
- (deps) bump drift from 2.24.0 to 2.25.0 - (430f69b) - dependabot[bot]
- (deps) bump package_info_plus from 8.2.0 to 8.2.1 - (c17d963) - dependabot[bot]
- (deps) bump go_router from 14.7.2 to 14.8.0 - (6187b96) - dependabot[bot]
- (deps) bump drift_dev from 2.25.0 to 2.25.2 - (1bb0d5c) - dependabot[bot]
- add memory-bank directory to .gitignore - (9238c54) - Mumulhl
Refactoring
- don't show empty text when tags is valid - (fe8b904) - Mumulhl
1.3.0 - 2025-02-07
Bug Fixes
- fix deleting dictionary - (ed277a0) - Mumulhl
- fix export feature on Windows - (faef218) - Mumulhl
- fix auto export feature on Windows - (424c968) - Mumulhl
- show bottom search bar on wrongly screens - (900c8fd) - Mumulhl
- show more options button - (4194f64) - Mumulhl
Features
- disable SecureScreen on Windows - (ce385bc) - Mumulhl
- allow edit word when views word from process text - (8e6c697) - Mumulhl
- enable autofocus on search field when a word is provided - (81e67cd) - Mumulhl
- add German and Sardinian language options to settings - (5ce23d8) - Mumulhl
- add notification for searching fastly - (717f2e4) - Mumulhl
- add more options button switch - (d5e8c9a) - Mumulhl
- add title alias - (214e01d) - Mumulhl
- add option to skip tagged words in word book - (cd0fd41) - Mumulhl
- add option to switch show not found words - (75e33ca) - Mumulhl
Miscellaneous Chores
- (ci) update flutter version - (fb47435) - Mumulhl
Refactoring
- improve title alias handling - (f6804cf) - Mumulhl
Style
- format code - (2540667) - Mumulhl
- format code - (bdeae82) - Mumulhl
- format code - (c2214a5) - Mumulhl
- format code - (baccc83) - Mumulhl
- format code - (f71d157) - Mumulhl
- format code - (acb84f5) - Mumulhl
- format code - (4624fa4) - Mumulhl
1.2.0 - 2025-02-01
Bug Fixes
- fix update button in manage dictionaries page - (e2d8570) - Mumulhl
- disable scroll on TabBarView in WebviewDisplay - (6787fa1) - Mumulhl
Features
- add sidebar icon toggle - (20930e3) - Mumulhl
- implement dismissible history items - (05d2d16) - Mumulhl
Miscellaneous Chores
- (ci) fix windows upload - (5b3ecfb) - Mumulhl
Refactoring
- change database directory on Desktop - (a16b12b) - Mumulhl
Style
- format code - (ba90cd2) - Mumulhl
- format code - (8930dae) - Mumulhl
- format code - (1b3b4cd) - Mumulhl
1.2.0-beta.1 - 2025-01-31
Bug Fixes
- Anti-Screenshots become ineffective every time Ciyue is reopened - (b138ac1) - Mumulhl
- fix name - (977e3e4) - Mumulhl
Features
- (localization) update German localization strings and remove unused metadata - (865cf93) - Mumulhl
- support windows - (ba7a931) - Mumulhl
- implement HTTP server for Windows and update webview handling - (8ddae57) - Mumulhl
- update Flutter workflows for windows and remove deprecated PR workflow - (b1b6526) - Mumulhl
- update flutter_tts dependency to use git source - (f2aa173) - Mumulhl
- add search bar location setting - (a89da00) - Mumulhl
Miscellaneous Chores
- (ci) upload windows zip - (c466158) - Mumulhl
- (ci) add Windows build to release workflow - (54bfba2) - Mumulhl
- (ci) include Ciyue.zip in release artifacts - (95406fc) - Mumulhl
- (ci) fix release - (a919852) - Mumulhl
- (ci) add release permissions - (cd9335d) - Mumulhl
- (ci) update artifact paths in release workflow - (f7e174f) - Mumulhl
- (ci) update artifact paths in release workflow - (7dad755) - Mumulhl
- (deps) update - (7b069cf) - Mumulhl
Refactoring
- (wordbook) improve layout - (63dc42f) - Mumulhl
- remove useless code - (189f5db) - Mumulhl
- update search bar location labels in multiple languages - (3c4000a) - Mumulhl
Style
1.1.0 - 2025-01-29
Features
- (translation) added translation using Weblate (German) - (e96d306) - Jean-Luc Tibaux
- (translation) translated using Weblate (German) - (abed181) - Jean-Luc Tibaux
- add secure screen feature - (9e171e7) - Mumulhl
Miscellaneous Chores
- Add .aider* to gitignore - (be77cd2) - Mumulhl
1.1.0-beta.1 - 2025-01-26
Features
- add sponsor - (be735bf) - Mumulhl
- add auto remove search word feature - (dd28da4) - Mumulhl
- handle removal of missing dictionary files - (f2b91b1) - Mumulhl
- implement tag ordering - (67f9234) - Mumulhl
- migrate SharedPreferences to SharedPreferencesWithCache - (99380b0) - Mumulhl
Miscellaneous Chores
- (deps) update - (0550afe) - Mumulhl
Refactoring
- refactor TagListDialog - (8fff5fc) - Mumulhl
Style
- format code - (b0bdb28) - Mumulhl
1.0.0 - 2025-01-23
Documentation
- update README.md and metadata - (50316d1) - Mumulhl
Features
- add properties page - (b53ecf8) - Mumulhl
- add title and total number of entries to localization files - (f3debf9) - Mumulhl
Miscellaneous Chores
- update Flutter version to 3.27.3 in release workflow - (0d25ccb) - Mumulhl
Refactoring
- remove unused codes - (15ea1f7) - Mumulhl
Style
- format code - (ecc56ec) - Mumulhl
1.0.0-beta.4 - 2025-01-23
Bug Fixes
- auto export feature - (6d583ee) - Mumulhl
Miscellaneous Chores
- (deps) bump flutter_launcher_icons from 0.14.2 to 0.14.3 - (f3e8d8f) - dependabot[bot]
1.0.0-beta.3 - 2025-01-19
Features
- add loading dialog when adding dictionaries - (a5b2110) - Mumulhl
Miscellaneous Chores
1.0.0-beta.2 - 2025-01-18
Bug Fixes
Features
- (localization) add default and manage groups translations - (e4bdc7a) - Mumulhl
- (translation) translated using Weblate (Persian) - (805de30) - Mo
- remove announcement - (794f920) - Mumulhl
Miscellaneous Chores
- (build) reduce apk size - (20e1ba9) - Mumulhl
- (ci) fix ci - (e1bb757) - Mumulhl
- (ci) fix apt install - (7785644) - Mumulhl
- (ci) install libsqlite3-dev - (525ad29) - Mumulhl
- (deps) bump go_router from 14.6.2 to 14.6.3 - (6d4771c) - dependabot[bot]
- (deps) update - (3e921eb) - Mumulhl
- remove external storage permission - (7833b14) - Mumulhl
- update AGP - (2da10e0) - Mumulhl
Style
- format code - (9d8c1f8) - Mumulhl
1.0.0-beta.1 - 2025-01-07
Bug Fixes
- fix l10n - (83ed02b) - Mumulhl
Miscellaneous Chores
- (deps) bump drift from 2.23.0 to 2.23.1 - (128de43) - dependabot[bot]
- (deps) bump shared_preferences from 2.3.4 to 2.3.5 - (1c5604a) - dependabot[bot]
- (deps) bump drift_dev from 2.23.0 to 2.23.1 - (a4043a9) - dependabot[bot]
0.16.0 - 2025-01-01
Features
- (language) add Persian in language selector - (37589be) - Mumulhl
- (translation) translated using Weblate (Sardinian) - (29aea63) - Ajeje Brazorf
- (translation) added translation using Weblate (Persian) - (f065cbb) - Mo
- (translation) translated using Weblate (Persian) - (a1be096) - Mo
- (translation) translated using Weblate (Russian) - (6e024a2) - Xapitonov
- remove external storage permission - (ccdfec9) - Mumulhl
- add update button - (7da3688) - Mumulhl
Miscellaneous Chores
- (deps) bump drift_dev from 2.22.1 to 2.23.0 (#97) - (668a5d5) - dependabot[bot]
- (deps) bump flutter_tts from 4.2.0 to 4.2.1 (#98) - (fc6b4e9) - dependabot[bot]
- (deps) bump drift_flutter from 0.2.3 to 0.2.4 (#100) - (330a4b9) - dependabot[bot]
Style
1.0.0-alpha.3 - 2025-01-06
Bug Fixes
- fix sort dictionaries - (1d9be71) - Mumulhl
- fix sort dictionaries - (fa1d2fa) - Mumulhl
- fix drawer - (35a55f5) - Mumulhl
Features
- group dictionaries - (9944dd6) - Mumulhl
- implement group bugly - (7589015) - Mumulhl
- implement group fully - (2ad1e42) - Mumulhl
- finish group dictionaries - (9502310) - Mumulhl
Style
- format code - (1bc13bd) - Mumulhl
1.0.0-alpha.2 - 2024-12-31
Features
Refactoring
- (database) refactor database - (e656ce7) - Mumulhl
1.0.0-alpha.1 - 2024-12-29
Bug Fixes
Features
- support mutiple dictionaries bugly - (4577245) - Mumulhl
- support multiple dictionaries in searching and displaying - (b99470c) - Mumulhl
- support settings for mutiple dictionaries - (a12633d) - Mumulhl
Refactoring
- refactor database - (766f2fe) - Mumulhl
Style
- format - (b10eace) - Mumulhl
0.15.1 - 2024-12-22
Miscellaneous Chores
- (ci) update flutter version - (b93d6a3) - Mumulhl
- (deps) bump build_runner from 2.4.13 to 2.4.14 (#91) - (45e1290) - dependabot[bot]
- (deps) bump shared_preferences from 2.3.3 to 2.3.4 (#92) - (c79bb61) - dependabot[bot]
- (deps) bump drift_flutter from 0.2.2 to 0.2.3 (#93) - (59c8ca5) - dependabot[bot]
Refactoring
- ignore space in the end in the search bar - (03b8966) - Mumulhl
- refactor manage dictionaries code - (b812f7a) - Mumulhl
0.15.0 - 2024-12-15
Features
- (translation) added translation using Weblate (Tamil) - (ea6786b) - தமிழ்நேரம்
- (translation) translated using Weblate (Tamil) - (f2043ad) - தமிழ்நேரம்
- (translation) add Tamil language - (f00ebce) - Mumulhl
Miscellaneous Chores
- (ci) update flutter version - (a844d36) - Mumulhl
- (ci) update flutter version - (c8fc5f6) - Mumulhl
- (deps) bump test from 1.25.7 to 1.25.8 (#86) - (a9a644c) - dependabot[bot]
- (deps) bump device_info_plus from 11.1.1 to 11.2.0 (#85) - (c2b9a5c) - dependabot[bot]
- (deps) bump package_info_plus from 8.1.1 to 8.1.2 (#84) - (1691ad2) - dependabot[bot]
0.14.0 - 2024-12-08
Features
- notice users the announcement of update - (b235997) - Mumulhl
Miscellaneous Chores
- (ci) modify the cron of the thread locker - (c7858c7) - Mumulhl
- (deps) bump drift from 2.21.0 to 2.22.1 (#70) - (6382f9d) - dependabot[bot]
- (deps) bump drift_flutter from 0.2.1 to 0.2.2 (#71) - (7d93618) - dependabot[bot]
- (deps) bump flutter_launcher_icons from 0.14.1 to 0.14.2 (#75) - (34c9484) - dependabot[bot]
- (deps) bump go_router from 14.6.1 to 14.6.2 (#76) - (8956e09) - dependabot[bot]
- (deps) bump drift_dev from 2.22.0 to 2.22.1 (#77) - (f892345) - dependabot[bot]
- (deps) update - (da53695) - Mumulhl
Refactoring
Dictclass - (90b0173) - Mumulhl
Tests
- fix import - (e89418d) - Mumulhl
- fix import package - (cc4cb0c) - Mumulhl
- fix migration import - (0ab306e) - Mumulhl
0.13.1 - 2024-12-01
Miscellaneous Chores
- (deps) bump go_router from 14.6.0 to 14.6.1 (#63) - (c420a74) - dependabot[bot]
- (deps) remove useless dependent - (63c8f8c) - Mumulhl
- (translation) translated using Weblate (Sardinian) (#62) - (3afb036) - Weblate (bot)
- configuring automatically generated release notes (#66) - (316fe4a) - Mumulhl
- disable generating release changelog by git-cliff - (f33d701) - Mumulhl
Refactoring
- display no result when search word not in the dict (#65) - (c49c224) - Mumulhl
- refactor path - (c215604) - Mumulhl
- refactor settings - (ba08d6d) - Mumulhl
- webview display - (5adffbe) - Mumulhl
0.13.0 - 2024-11-24
Features
Miscellaneous Chores
- create FUNDING.yml - (bb23ca1) - Mumulhl
0.12.0 - 2024-11-16
Features
Miscellaneous Chores
- (deps) bump shared_preferences from 2.3.2 to 2.3.3 (#47) - (4a43577) - dependabot[bot]
- (deps) bump package_info_plus from 8.1.0 to 8.1.1 (#48) - (9ed4eae) - dependabot[bot]
- (deps) bump flutter_tts from 4.0.2 to 4.1.0 (#50) - (9820df4) - dependabot[bot]
- (deps) bump go_router from 14.3.0 to 14.6.0 (#53) - (c4dac51) - dependabot[bot]
- (deps) bump device_info_plus from 11.1.0 to 11.1.1 (#51) - (a1935be) - dependabot[bot]
- (deps) bump flutter_tts from 4.1.0 to 4.2.0 (#54) - (58d95d2) - dependabot[bot]
- (deps) update - (c252820) - Mumulhl
Refactoring
Style
0.11.2 - 2024-11-10
Bug Fixes
- (ui) refresh instantly after adding tag - (e56e072) - Mumulhl
Refactoring
- refactor dialog - (a7f3aff) - Mumulhl
0.11.1 - 2024-11-09
Bug Fixes
- (build) remove
DependencyInfoBlock- (b191834) - Mumulhl
Miscellaneous Chores
0.11.0 - 2024-11-01
Features
Miscellaneous Chores
- (ci) add test - (cfba288) - Mumulhl
- (deps) bump drift_dev from 2.21.1 to 2.21.2 (#39) - (4e0d327) - dependabot[bot]
- (deps) update - (54b9bd4) - Mumulhl
- (deps) update - (038b813) - Mumulhl
Refactoring
- (database) refactor migration - (90ea7a3) - Mumulhl
0.10.1 - 2024-10-27
Miscellaneous Chores
- (deps) bump flutter_native_splash from 2.4.1 to 2.4.2 (#36) - (3c19293) - dependabot[bot]
- (deps) update - (6940076) - Mumulhl
- (deps) update - (e358127) - Mumulhl
- modify abi codes - (b959e62) - Mumulhl
0.10.0 - 2024-10-20
Bug Fixes
- fix adding dictionary - (c553fda) - Mumulhl
- fix no search result after switching bottom destination - (61cbbde) - Mumulhl
Features
Miscellaneous Chores
- (ci) disable build appbundle for release - (92279a2) - Mumulhl
- (deps) update - (2ebc6ba) - Mumulhl
- (deps) bump mime from 1.0.6 to 2.0.0 (#31) - (93d53a3) - dependabot[bot]
- (deps) bump go_router from 14.2.9 to 14.3.0 (#30) - (0f99fc2) - dependabot[bot]
- (deps) update - (08ba2fc) - Mumulhl
- (deps) update - (c2e92d8) - Mumulhl
- regenerate g.dart files - (ceb8e5f) - Mumulhl
Refactoring
- refactor code - (b9a413e) - Mumulhl
- display empty in workbook screen when there is no dictionary - (8d69ae8) - Mumulhl
Style
0.9.0 - 2024-10-03
Bug Fixes
- fix read resource if resource is not in mdd - (99b8ef5) - Mumulhl
- fix entry url for encoded url - (c9f7fda) - Mumulhl
- fix description display - (f2e9e66) - Mumulhl
Documentation
- (readme) add get it on obtainium - (3b8acd8) - Mumulhl
- (readme) update img alt - (2e8c781) - Mumulhl
Features
- add export and import to wordbook (#25) - (47fca75) - Mumulhl
- add viewing description to manage dictionaries - (bf74358) - Mumulhl
- support scan dictionaries under a path - (0ac77a2) - Mumulhl
- new icon and support adaptive icon (#27) - (be0211a) - Mumulhl
- support custom font (#28) - (36eeefc) - Mumulhl
- show empty when there is nothing in page - (e3fee9d) - Mumulhl
Miscellaneous Chores
- (ci) update flutter version - (3ce1bd3) - Mumulhl
- (ci) fix pr build - (e3558b2) - Mumulhl
- (ci) remove useless code - (4a5a1d6) - Mumulhl
- (ci) update flutter version - (3315034) - Mumulhl
- (ci) update java version - (ab09a2b) - Mumulhl
- (deps) bump flutter_inappwebview from 6.0.0 to 6.1.0+1 (#20) - (5858af4) - dependabot[bot]
- (deps) bump flutter_launcher_icons from 0.13.1 to 0.14.0 (#19) - (b92dc5c) - dependabot[bot]
- (deps) bump flutter_launcher_icons from 0.14.0 to 0.14.1 (#21) - (d3c647f) - dependabot[bot]
- (deps) update - (85ad1ea) - Mumulhl
- (deps) bump flutter_lints from 4.0.0 to 5.0.0 (#23) - (0dc525f) - dependabot[bot]
- (deps) update - (10f3488) - Mumulhl
- (deps) update dict_reader - (810e74e) - Mumulhl
- (deps) update - (e6fe39a) - Mumulhl
- (deps) update - (6d13550) - Mumulhl
- (deps) update flutter_inappwebview_android - (63375d3) - Mumulhl
- (gradle) update java version - (ea16806) - Mumulhl
- (metadata) update screenshots - (a3912a4) - Mumulhl
- return null for request of favicon.ico - (7cbbb51) - Mumulhl
Performance
- improve performance when changing dictionaries - (0378733) - Mumulhl
Refactoring
- (l10n) finish l10n - (ab4bded) - Mumulhl
- add system to language selector - (eb785cd) - Mumulhl
- refactor description feature - (3ec5135) - Mumulhl
Revert
- docs(readme): add get it on obtainium - (3f6539f) - Mumulhl
Style
0.8.3 - 2024-09-22
Bug Fixes
- fix not being able to find the dictionary on Android 10-12 - (f154ca5) - Mumulhl
Miscellaneous Chores
- (deps) bump drift_dev from 2.20.1 to 2.20.2 (#11) - (2369709) - dependabot[bot]
- (deps) bump drift from 2.20.0 to 2.20.1 (#10) - (03fd19a) - dependabot[bot]
- (deps) bump drift from 2.20.0 to 2.20.2 (#13) - (43b9403) - dependabot[bot]
- (deps) bump drift_dev from 2.20.2 to 2.20.3 (#14) - (8643ba3) - dependabot[bot]
- (workflow) fix workflow for pr - (4656bb4) - Mumulhl
- update pubspec.lock - (f41d4d6) - Mumulhl
0.8.2 - 2024-09-08
Documentation
- (readme) add downloads badges - (a88e087) - Mumulhl
Miscellaneous Chores
0.8.1 - 2024-09-08
Documentation
- (readme) fix release link - (db13a6e) - Mumulhl
Miscellaneous Chores
- (workflow) fix version code - (479fd94) - Mumulhl
- change the publish way - (0c4e89b) - Mumulhl
- fix VERSION_CODE is empty - (c7cdda9) - Mumulhl
0.8.0+19 - 2024-09-07
Features
- support long press copy on feedback and github buttons - (2194f86) - Mumulhl
- support file selector for linux - (0e3f9c1) - Mumulhl
Miscellaneous Chores
- (workflow) add different build number to different apks - (604db64) - Mumulhl
- upgrade package - (b86b5bf) - Mumulhl
0.7.1+18 - 2024-09-01
Bug Fixes
- (ui) fix click theme and language chooser - (7badd79) - Mumulhl
Miscellaneous Chores
- (changelog) allow refactor in release changelog - (25152ed) - Mumulhl
Refactoring
- (ui) version+buildNumber -> version (buildNumber) - (e29c6aa) - Mumulhl
0.7.0+17 - 2024-09-01
Documentation
- (readme) update wiki link - (f7c86eb) - Mumulhl
- (readme) add the usage of permissions - (6668327) - Mumulhl
- (readme) fix position - (a8cee22) - Mumulhl
- (readme) add badges - (e1e91c7) - Mumulhl
- (readme) html to markdown - (3b0af72) - Mumulhl
Features
- add feedback and github link buttons - (d3d97a9) - Mumulhl
Miscellaneous Chores
- (workflow) fix release changelog - (3ec5131) - Mumulhl
- (workflow) add lock-threads - (411ccbd) - Mumulhl
- upgrade packages - (28c8a83) - Mumulhl
- simplify AndroidManifest.xml - (c1f6717) - Mumulhl
Refactoring
- (ui) modify theme and language chooser - (f2014d9) - Mumulhl
0.6.0+16 - 2024-08-27
Documentation
- (readme) add Translation status - (b2565f0) - Mumulhl
- (readme) update install (#4) - (4add0df) - Poussinou
- (readme) update install in README_CN.md - (043b3e5) - Mumulhl
- (readme) remove 'Github Releases' in README_CN.md - (183114e) - Mumulhl
- (readme) add contributor - (ab9529f) - Mumulhl
- (readme) update translation - (ba06e09) - Mumulhl
Features
- add Bokmål language - (78151a2) - Mumulhl
- add about button - (c846220) - Mumulhl
- add recommended dictionaries button - (d93a561) - Mumulhl
Miscellaneous Chores
- (l10n) create app_nb.arb - (b0ceb00) - Mumulhl
- (l10n) delete repeatable arb - (9498ade) - Mumulhl
- (workflow) fix generate changelog push error - (70a9c88) - Mumulhl
- (workflow) fix generate changelog push error again - (5cc4400) - Mumulhl
- (workflow) fix generate changelog push error again - (502dcd6) - Mumulhl
- (workflow) remove useless environment variable - (3b7ba0d) - Mumulhl
- (workflow) push changelog commit by ad-m/github-push-action - (69ada0c) - Mumulhl
- (workflow) update release - (820560b) - Mumulhl
- (workflow) update release - (3825e15) - Mumulhl
- (workflow) update release - (3f749b0) - Mumulhl
- (workflow) update release - (a2c5f26) - Mumulhl
- (workflow) update release - (bd1f9b3) - Mumulhl
- (workflow) make flutter workflow work well when is triggered by pr - (a49ba8e) - Mumulhl
- (workflow) fix flutter_pr - (113843d) - Mumulhl
- (workflow) reduce release changelog - (2018e6f) - Mumulhl
- remove code of conduct - (08f9870) - Mumulhl
- upgrade packages - (d3c486a) - Mumulhl
- upgrade packages - (456ad7d) - Mumulhl
- add issue templates - (c5c4c42) - Mumulhl
Revert
- chore(workflow): give up to fix push error - (1bae4c4) - Mumulhl
0.4.3+14 - 2024-08-18
Documentation
- generate changelog - (2a3d5e7) - Mumulhl
Miscellaneous Chores
- (workflow) generate CHANGELOG.md automatically - (7b3e022) - Mumulhl
- (workflow) fix step - (55f964d) - Mumulhl
- (workflow) fix path - (4a18014) - Mumulhl
- (workflow) try to fix push error - (959634d) - Mumulhl
- (workflow) give up to fix push error - (64c299b) - Mumulhl
- (workflow) checkout when build starts - (cb896a4) - Mumulhl
0.4.3+12 - 2024-08-18
Revert
- chore: remove Internet permission - (8d8f1be) - Mumulhl
0.4.2+11 - 2024-08-18
Documentation
- (readme) add Recommended Dictionaries - (80217be) - Mumulhl
- add code of conduct - (9dacdfd) - Mumulhl
Miscellaneous Chores
- (l10n) remove app_zh_CN.arb - (78d356b) - Mumulhl
- (workflow) add changelog to release - (939baad) - Mumulhl
- (workflow) generate CHANGELOG.md automatically - (ab75fa7) - Mumulhl
- (workflow) fix commit changelog - (4bdf29a) - Mumulhl
- (workflow) fix src refspec main does not match any - (8021984) - Mumulhl
- (workflow) remove generate CHANGELOG.md - (9d39ab1) - Mumulhl
- (workflow) add needs - (0f34370) - Mumulhl
- (workflow) restore release workflow - (4d32f06) - Mumulhl
- remove Internet permission - (05abe59) - Mumulhl
0.4.1+5 - 2024-08-18
Documentation
Miscellaneous Chores
- (workflow) add flutter-version - (b1ee295) - Mumulhl
- (workflow) fix flutter-version - (bfdb7f2) - Mumulhl
- (workflow) add universal apk - (7bfbab6) - Mumulhl
- change package name - (ab9c4aa) - Mumulhl
- add flutter submodule - (452361a) - Mumulhl
- add metadata - (dee13b0) - Mumulhl
Revert
- chore: add flutter submodule - (9e73f92) - Mumulhl
0.4.0+1 - 2024-08-17
Bug Fixes
- load some mdx files failed - (987f4ce) - Mumulhl
Features
- support splashscreen - (5a8cca2) - Mumulhl
- support bigger mdx dictionaries - (ed86c21) - Mumulhl
- add remove button to search - (f8b8db8) - Mumulhl
0.3.0+1 - 2024-08-17
Features
- support more mdx files - (94ad594) - Mumulhl
- add read loudly button to display word - (73c0bde) - Mumulhl
- add read loudly button to search result - (46982ab) - Mumulhl
Miscellaneous Chores
- update pubspec.lock - (4bb01a1) - Mumulhl
0.2.1+5 - 2024-08-16
Bug Fixes
- stop CircularProgressIndicator when load mdx file failed - (8d41626) - Mumulhl
Documentation
- add license - (05ee2e0) - Mumulhl
Miscellaneous Chores
- (action) fix keystore path - (03447e1) - Mumulhl
- (workflow) don't run flutter.yml on tag creation - (63818c0) - Mumulhl
- (workflow) fix key properties path - (5ed6e98) - Mumulhl
- (workflow) fix keystore path - (3fddd9b) - Mumulhl
- fix create key.properties - (d16efbe) - Mumulhl
- fix sign - (44f64d7) - Mumulhl
- fix sign - (87975a2) - Mumulhl
Revert
- chore(workflow): don't run flutter.yml on tag creation - (ec3af4a) - Mumulhl
0.2.0+1 - 2024-08-16
Bug Fixes
- (l10n) fix text for 'not support' - (83a8e31) - Mumulhl
- language and theme PopupMenuButton Icon - (02c420e) - Mumulhl
- entry scheme for word that longer than two words - (39f397f) - Mumulhl
- show unsupportable mdx file - (f94439f) - Mumulhl
Documentation
- add install - (e28c1ab) - Mumulhl
- add screenshots - (2d95324) - Mumulhl
- add language switch - (0dbc085) - Mumulhl
- fix images - (9a15975) - Mumulhl
- fix images - (a1466e3) - Mumulhl
- fix images - (6296732) - Mumulhl
Features
- read resources directly if there is no mdd - (8d1d326) - Mumulhl
- remove html package - (b6efedd) - Mumulhl
- support lookup in context menu - (0a1e584) - Mumulhl
- hide system context menu items - (7c618bb) - Mumulhl
- support tts - (dfe9ee2) - Mumulhl
Miscellaneous Chores
- (v0.2.0+1) release v0.2.0+1 - (d502e9a) - Mumulhl
- disable flutter workflow for tag push - (328ed60) - Mumulhl
- disable **.md for flutter workflow - (d281da8) - Mumulhl
- fix flutter workflow - (96dab2f) - Mumulhl
- add cliff - (fd0145d) - Mumulhl
- upload to artifact after building - (fac2d14) - Mumulhl
- release v0.1.0+1 - (fa7e180) - Mumulhl
Style
- sort members - (00b5dfc) - Mumulhl
[0.0.1+4] - 2024-08-15
Documentation
- update readme - (bd6640e) - Mumulhl
Miscellaneous Chores
- (action) fix JDK version - (6c9c843) - Mumulhl
- (action) fix JDK version to 17 - (4b880bc) - Mumulhl
- (action) update setup-java version - (2e4749d) - Mumulhl
- initialize - (692c168) - Mumulhl
- update description - (791d2a2) - Mumulhl
- add LICENSE - (b5e02cf) - Mumulhl
- add commitlint workflow - (963a348) - Mumulhl
- add dart workflow - (bd698eb) - Mumulhl
- update package name - (c79858c) - Mumulhl
- change dart to flutter workflow - (9e8eca7) - Mumulhl
- update l10n - (cbe4923) - Mumulhl
- add release workflow - (fa17159) - Mumulhl
- change workflow name of release.yml - (1166b74) - Mumulhl
- fix rename for release.yml - (287e542) - Mumulhl
- fix rename for release.yml - (1a7d860) - Mumulhl
- update build version - (ee51e11) - Mumulhl
- fix rename aab - (51dafa9) - Mumulhl
- update build version - (2b877f4) - Mumulhl
- fix release workflow token - (d1a72c8) - Mumulhl
- update build version - (0b0202c) - Mumulhl