Releases: alpancs/quranize-rs
Releases · alpancs/quranize-rs
v1.0.0
What's Changed
- Quranize v1 by @alpancs in #41
- New engine!
- Able to produce results more quickly
- More efficient in memory consumption (3-4x less)
- New UI
- Support dark mode
- Improved navigation experience
- Click to copy on highlighted texts
- Hidden feature 😏
- New engine!
Full Changelog: v0.12.2...v1.0.0
v0.12.2
- Handle case "majreeha wamursaha"
Full Changelog: v0.12.1...v0.12.2
v0.12.1
- handle case "khusnul ma'ab"
Full Changelog: v0.12.0...v0.12.1
v0.12.0
v0.11.5
Full Changelog: v0.11.4...v0.11.5
v0.11.4
v0.11.3
v0.11.2
v0.11.1
v0.11.0
What's Changed
- Using Quran Uthmani (quran-uthmani-min.txt) instead of Quran simple.
- Keeping harakah in the indexing system and in the encoding result. Note that it implies the default Quranize (
Quranize::default()
) to have bigger index structure, thus consuming more memory and having longer build time. - More precise results, e.g. "allahulladzi" from 32 results (اللّه الّذي) into 19 results (اللَّهُ الَّذى).
- Restructured project files and directories.
Full Changelog: v0.10.8...v0.11.0