Skip to content

Releases: alpancs/quranize-rs

v1.0.0

02 Oct 18:10
7f571c8
Compare
Choose a tag to compare

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 😏

Full Changelog: v0.12.2...v1.0.0

v0.12.2

08 Apr 23:08
Compare
Choose a tag to compare
  • Handle case "majreeha wamursaha"

Full Changelog: v0.12.1...v0.12.2

v0.12.1

06 Apr 03:09
Compare
Choose a tag to compare
  • handle case "khusnul ma'ab"

Full Changelog: v0.12.0...v0.12.1

v0.12.0

06 Apr 02:52
b340abb
Compare
Choose a tag to compare

What's Changed

  • Add Pause Marks by @alpancs in #40
  • Adjust the data type of param min_harfs in Quranize::new into u16

Full Changelog: v0.11.5...v0.12.0

v0.11.5

23 Mar 23:58
Compare
Choose a tag to compare

v0.11.4

23 Mar 03:59
517bb93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.11.4

v0.11.3

20 Mar 23:40
ecc4b3d
Compare
Choose a tag to compare

What's Changed

  • transliteration improvement for v0.11.3 by @alpancs in #38

Full Changelog: v0.11.2...v0.11.3

v0.11.2

20 Mar 15:31
c75f530
Compare
Choose a tag to compare

What's Changed

  • add test cases and adjust (reduce) the transliteration by @alpancs in #37

Full Changelog: v0.11.1...v0.11.2

v0.11.1

17 Mar 12:15
7f4143b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

16 Mar 14:20
56da2a8
Compare
Choose a tag to compare

What's Changed

  1. Using Quran Uthmani (quran-uthmani-min.txt) instead of Quran simple.
  2. 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.
  3. More precise results, e.g. "allahulladzi" from 32 results (اللّه الّذي) into 19 results (اللَّهُ الَّذى).
  4. Restructured project files and directories.

Full Changelog: v0.10.8...v0.11.0