Releases: erykjj/linkture
Releases · erykjj/linkture
v2.3.0
v2.2.0
PLEASE REPORT ANY ISSUES ;-)
Added
- Re-added unidecode for latin-based languages only
- Now Chinese, Japanese, etc. work correctly
Changed
- Another major code reduction and optimization
- re-using previously processed results to imporove functionality
- Decoding expands into combined strings
Fixed
- Fixed tags on pre-tagged scriptures were being removed if the scripture was not recognized (another language, etc.)
v2.1.1
v2.1.0
Added
- Added option (
-u
) for capitalization (upper-case) of book names
Changed
- Much code clean-up/optimization
- Providing prefix and suffix for linking from commandline is optional
-l
provides a default prefix and suffix
- Links always rewritten (
--full
by default)
Fixed
- Fixed variour edge-case in link re-writing
Removed
- Removed unidecode dependence
- already handled by regex
v2.0.2
v2.0.1
v2.0.0
v1.5.0
Added
- Additional languages
- Now recognizing: Chinese, Danish, Dutch, English, French, German, Greek, Italian, Japanese, Korean, Norwegian, Polish, Portuguese, Russian, and Spanish
- Added translation to/from any of the above languages
Changed
- Split off 'non-official' Bible book variants into a separate custom.json
- Note: if you've modified the books.json with your own variants, make sure to transfer these to the custom.json files (follow the formatting as in the file); the books.json will be over-written by the 'official' variants in the available languages
Fixed
- Processing of accented characters
- not tested fully with non-Latin characters (Russian, Chinese, etc.)