Skip to content

Releases: mohamadkhani/dicto

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 14:17

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 22:07

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 23:01

What's New

  • Built-in dictionary download — browse and download dictionaries without leaving the app
  • Automatic updates — when an installed dictionary gets a new version, an Update button appears
  • Improved first launch — welcome dialog now has Download and Import tabs, Download shown first
  • More reliable dictionary handling — corrupt or empty .mdx files no longer crash the app; they are skipped with a warning
  • Fixed-height Settings dialog — switching tabs no longer causes the window to resize

Installation

Arch Linux (AUR)

yay -S dicto
# or pre-built
yay -S dicto-bin

From source

cargo build --release --package dicto

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:21

Build / CI

  • fix windows build by removing conflicting toolchain config (7d4ccec)

    • Remove problematic cargo config.toml forcing clang-cl linker
    • Revert to default msvc toolchain for windows builds
    • Update installer script paths for default build directory
    • Resolve "file format not recognized" linking errors
  • resolve windows build linking issues (06d453c)

    • Use gnu toolchain instead of msvc for better compatibility
    • Remove explicit target specification
    • Simplify rust toolchain setup for windows builds
    • Fix clang-cl linker conflicts with msvc-style flags
  • correct inno setup file paths for windows installer (1571fb3)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 May 23:20

Smarter Search

  • Case-insensitive search — find words regardless of capitalization (e.g. "hello" matches "Hello")
  • Fuzzy search — tolerate minor typos and still get results

Easier Dictionary Import

  • First-run wizard — a welcome screen appears on first launch to guide you through importing your dictionaries
  • Drag & drop import — drag .mdx / .mdd files directly into the window, or click to browse
  • Import progress — see real-time status for each file as it's copied and indexed
  • Settings → Import tab — import new dictionaries anytime from the new dedicated Import tab in Settings

Full Changelog: v0.1.4...v0.2.0

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 28 May 18:15