Skip to content

Releases: mumu-lhl/Ciyue

v0.14.0

08 Dec 04:06
068e4ab
Compare
Choose a tag to compare

What's Changed

Dependencies 📦

  • chore(deps): bump drift from 2.21.0 to 2.22.1 by @dependabot in #70
  • chore(deps): bump drift_flutter from 0.2.1 to 0.2.2 by @dependabot in #71
  • chore(deps): bump flutter_launcher_icons from 0.14.1 to 0.14.2 by @dependabot in #75
  • chore(deps): bump go_router from 14.6.1 to 14.6.2 by @dependabot in #76
  • chore(deps): bump drift_dev from 2.22.0 to 2.22.1 by @dependabot in #77

Other Changes

Full Changelog: v0.13.1...v0.14.0

v0.13.1

01 Dec 04:22
a0512ca
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • refactor: display no result when search word not in the dict by @mumu-lhl in #65

Dependencies 📦

  • chore(deps): bump go_router from 14.6.0 to 14.6.1 by @dependabot in #63

Other Changes

  • chore(translation): translations update from Hosted Weblate by @weblate in #62
  • chore: configuring automatically generated release notes by @mumu-lhl in #66
  • refactor: refactor path by @mumu-lhl in #67
  • chore: disable generating release changelog by git-cliff by @mumu-lhl in #68
  • refactor: webview display by @mumu-lhl in #69

Full Changelog: v0.13.0...v0.13.1

v0.13.0

24 Nov 06:54
2bc2157
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

16 Nov 08:59
a4814df
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump shared_preferences from 2.3.2 to 2.3.3 by @dependabot in #47
  • chore(deps): bump package_info_plus from 8.1.0 to 8.1.1 by @dependabot in #48
  • chore(deps): bump flutter_tts from 4.0.2 to 4.1.0 by @dependabot in #50
  • chore(deps): bump go_router from 14.3.0 to 14.6.0 by @dependabot in #53
  • chore(deps): bump device_info_plus from 11.1.0 to 11.1.1 by @dependabot in #51
  • chore(deps): bump flutter_tts from 4.1.0 to 4.2.0 by @dependabot in #54
  • feat: support context menu by @mumu-lhl in #55
  • refactor: order wordbook by @mumu-lhl in #56
  • style: new icon and remove splash screen by @mumu-lhl in #57

Full Changelog: v0.11.2...v0.12.0

v0.11.2

10 Nov 05:09
6d930f7
Compare
Choose a tag to compare

0.11.2 - 2024-11-10

Bug Fixes

  • (ui) refresh instantly after adding tag - (e56e072) - Mumulhl

Refactoring

  • refactor dialog - (a7f3aff) - Mumulhl

v0.11.1

09 Nov 12:11
527ff5e
Compare
Choose a tag to compare

0.11.1 - 2024-11-09

Bug Fixes

  • (build) remove DependencyInfoBlock - (b191834) - Mumulhl

v0.11.0

01 Nov 14:38
8e5c6cc
Compare
Choose a tag to compare

0.11.0 - 2024-11-01

Features

  • (language) support Русский - (239ac59) - Mumulhl
  • tag word in wordbook (#42) - (d9f7242) - Mumulhl

Refactoring

  • (database) refactor migration - (90ea7a3) - Mumulhl

v0.10.1

27 Oct 01:28
00d584d
Compare
Choose a tag to compare
<!-- generated by git-cliff -->

v0.10.0

20 Oct 05:11
16fb8e6
Compare
Choose a tag to compare

0.10.0 - 2024-10-20

Bug Fixes

  • fix adding dictionary - (c553fda) - Mumulhl
  • fix no search result after switching bottom destination - (61cbbde) - Mumulhl

Features

  • scan in mutiple paths - (b1fe716) - Mumulhl
  • auto export - (a53ee9b) - Mumulhl

Refactoring

  • refactor code - (b9a413e) - Mumulhl
  • display empty in workbook screen when there is no dictionary - (8d69ae8) - Mumulhl

v0.9.0

03 Oct 09:03
82a6acb
Compare
Choose a tag to compare

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

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

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