Releases: mohamadkhani/dicto
Releases · mohamadkhani/dicto
Release list
v0.6.0
v0.5.0
v0.4.0
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-binFrom source
cargo build --release --package dicto
v0.3.4
Build / CI
-
fix windows build by removing conflicting toolchain config (
7d4ccec)- Remove problematic
cargo config.tomlforcing 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
- Remove problematic
-
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
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/.mddfiles 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