Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Jan 3, 2024
1 parent 24c7d33 commit ba13aa0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion afwf_fts_anything/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.1"
__version__ = "1.2.1"

if __name__ == "__main__": # pragma: no cover
print(__version__)
11 changes: 11 additions & 0 deletions release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ Backlog
**Miscellaneous**


1.2.1 (2024-01-02)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**

- Add ``ngram_words`` index type. It tokenizes the text into words before index. It is more accurate than ``ngram`` if you have delimiter in your text.

**Minor Improvements**

- Fix a bug that it also open the url even it is not a valid url item.


1.1.1 (2023-04-03)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**
Expand Down

0 comments on commit ba13aa0

Please sign in to comment.