1.1.17 - 2022-12-21
-- Fix the issue with می and نمی when they come as nouns, not prefixes.
-- Several new untouchable words: تنهای/تنهایی/تک‌وتنهایی

1.1.16 - 2022-09-11
-- Fix issues with the following بهمان ,مهاجمان

1.1.15 - 2022-09-09
-- Fix issues with the following بهتری, بهترین, مهتری, مهترین, کهتری, کهترین, توییتر, همان, همانی, بیتلی, بیتلز

1.1.14 - 2022-06-27
--  Puts ZWNJ between مند، ور، پور suffixes and the words

1.1.13 - 2022-05-30
--  نا should stick to the next word, like ناامن

1.1.12 - 2022-05-17
-- some issues with words ending in *tan

1.1.11 - 2022-05-09
-- supports versioning numbers, e.g 1.1.11

1.1.10 - 2012-05-04
-- enconding issues on Windows

1.1.9 - 2012-05-04
-- Update in compliance with `negar-gui` ver 0.2

1.1.8 - 2012-05-03
-- minor issue with untouchable words
-- remove `disutils` as it's deprecated now

1.1.7 - 2012-04-21
-- tab* will be replaced by space
-- Code sanitization

1.1.6 - 2012-04-19
-- minor issue with handling urls

1.1.5 - 2022-04-15
-- New option: `exaggeration_zwnj`
    Recent writing rule for Persian text accepts both forms for some words like کتابها and کتاب‌ها
    It's entirely up to the user to opt for it. Negar's default is to separate the suffixes of the words as much as possile.

1.1.4 - 2022-04-12
-- GUI removed from `python-negar` and is initiated as `negar-gui`.

1.1.3 - 2022-04-10
-- `PyICU` is replaced by `pyuca` as the latter is more straightforward for Windows' installation.
-- logo.ico for Windows

1.1.2 - 2022-04-08
-- Support for new suffix گذار/گذاری and گزار/گزاری

1.1.1 - 2022-04-08
-- Fixed an issue with `^mi*haye$` with using regex module
-- Suport for new suffix شناس/شناسی

1.1 - 2022-04-07
-- Downgraded to PyQt5 for better support in Windows.

1.0.6 - 2022-04-07
-- Using `enconding='utf8'` for all `open` commands as Windows default code page is `CP1251/CP1252`.

1.0.5 - 2022-04-06
-- English numbers around the minus sign will change to Persian counterparts if --fix-english-num is used.

1.0.4 - 2022-04-06
-- Fixed the issue with capital letters beside the English figures, e.g. `A4`.

1.0.3 - 2022-04-05
-- Spaces around the point of a floating-point number will not appear.

1.0.2 - 2022-04-05
-- In compliance with negar-cli

1.0.1 - 2022-04-04
-- The option trim-leading-trailing-whitespaces renamed to trim-lt-whitespaces.
-- Retouching the readme.

1.0.0 - 2022-04-04
-- Fixed issue with *ei/eim/eid/and.

0.9.91 - 2022-04-04
-- version regex updated

0.9.9 - 2022-04-03
-- re.search is replaced with re.finditer as the former just finds the first occurrence of the pattern not all of them

0.9.8 - 2022-04-03
-- Fixed the issue with multiple consecutive newlines

0.9.7 - 2022-04-02
-- Preserves URLs

0.9.6 - 2022-04-02
-- Fixed issue #21, suffix اش
-- Untouchable words updated

0.9.5 - 2022-04-01
-- New options for trimming leading/trailing whitespaces

0.9.4 - 2022-04-01
-- Fixed issue #20, extra space between ؟ and !

0.9.3 - 2022-03-31
-- Fixed issue #19; some cases than ended with *hayeshan (کتابهایشان)

0.9.2 - 2022-03-30
-- Fixed some issues with ^bi*
-- Fixed the issue of extra ZWNJ beside brackets

0.9.1 - 2022-03-30
-- Supports bi*

0.9.0 - 2022-03-30
-- Revision of functions' names and their docstrings and comments to fix issue #14

0.8.9 - 2022-03-29
-- Supprot of import button via QFileDialog

0.8.8 - 2022-03-29
-- constants.py would encompass some constants variables like __version__
-- Untouchable words update

0.8.7 - 2022-03-29
-- Fixed issue #4, users just add their own words to their private file-system

0.8.6 - 2022-03-28
-- Fixed issue #17 and #12

0.8.5 - 2022-03-28
-- QTableView uses PyICU to sort unicode words correctly

0.8.4 - 2022-03-28
-- setup.py reads version automatically from negar/gui.py

0.8.3 - 2022-03-28
-- Config Tab redesign

0.8.2 - 2022-03-27
-- copy button redesign
-- Untouchable words revision

0.8.1 - 2022-03-27
-- Auto Stretch of headers in QTableView
-- No header name for QTableView

0.8.0 - 2022-03-26
-- Extra Class for untouchable words
-- Shows untouchable words in config tab via QTableView
-- Untouchable words update
-- Right alignment for data in QTableView

0.7.4 - 2022-03-25
-- Fixed special case with شان like و شان خود
-- Fixed issue with relative import (https://stackoverflow.com/questions/16981921)

0.7.3 - 2022-03-25
-- Untouchable words update
-- Fixed issue with import

0.7.2 - 2022-03-24
-- A new button to save the output into clipboard,
    and it also saves the output into the clipboard automatically when the window is has been closed.

0.7.1 - 2022-03-23
-- Fixed issue with `*yeh$`

0.7.0 - 2022-03-23
-- F1-key shows a description about negar abilities

0.6.9 - 2022-03-22
-- Esc key to close the window

0.6.8 - 2022-03-21
-- os replaced by Pathlib
-- Fixed some hot-keys in `Config` tab
-- fixed the issue with 'می' at the begaining of the line

0.6.7 - 2022-03-20
-- auto focus on input field

0.6.6 - 2022-03-19
-- Fixed issue with words that contain 'ها' in the middle or at the end, like 'مهاباد' and 'دانشکده ها'
-- Untouchable words list update as well as redundancy removed
-- Removing unwanted extra zwmjs
-- Negar logo for better desktop switching

0.6.5 - 2022-03-18
-- Font Size Slider relocate to the bottom
-- Fixed issue with words that contain 'می' in the middle like 'سهمیه'
-- Tremendous addition of words start with 'می' into untouchable words

0.6.4 - 2022-03-18
-- Font Size Slider

0.6.3 - 2022-03-18
-- Fixed issue with some words like سهمیه
-- untouchable list update
-- Fixed issue with relative import in Python3

0.6.2 - 2022-03-17
-- Fixed 17: Some addition to Untouchable words
-- Revision in compliance with Python3.10 and PyQt6
-- Fixed issue with setup

0.6.1 - 2012-02-23 Negar beginning
-- Cleanup on README.md
-- Fixed #2: Indentation and re-styling on virastar.py.
-- Fixed #10: Packaged to pypi.

0.0.0 - 0000-00-00
-- Fixed #8: Removed CLI part.
-- Removed negar/negar.py.
-- Added installation, usage section to README.md.

0.6 - 2012-09-01 -- First official release.
-- First version of GUI added.
-- Word separator added.
-- Some command line improvements.
-- More options added to command-line version

0.2 - 2012-08-05 Initial release.

