Skip to content

Releases: erykjj/linkture

v1.4.2

20 Jan 19:46
Compare
Choose a tag to compare

Fixed

  • Skip rewriting of incorrectly formatted/unrecognized scriptures

v1.4.1

13 Dec 21:21
Compare
Choose a tag to compare

Fixed

  • fixed type-checking warnings
  • fixed in-range testing

v1.4.0

30 Nov 01:38
Compare
Choose a tag to compare

Added

  • Added option to rewrite/fix scriptures:
    • full name format (eg., "Matthew")
    • standard abbreviation format (eg., "Matt")
    • official abbreviation format (eg., "Mt")

Changed

  • Adjusted commandline options and function parameters
  • Default output is a rewritten scripture (always rewrites/fixes output)
    • Range list and jwpub link are other options
  • Updated README

v1.3.2

26 Oct 23:19
Compare
Choose a tag to compare

Changed

  • Updated set of book names in English

Fixed

  • Improved out-of-range chapter/verse detection
  • Convert consecutive ranges into lists (eg. "1-2" -> "1, 2")

v1.3.1

27 Aug 23:14
Compare
Choose a tag to compare

Added

  • Add functionality with other language sets (English is default, Spanish, French, German, Italian, Portuguese)
    • The sets can be extended as needed

Changed

  • Updated English book names list

v1.3.0

19 Aug 23:27
Compare
Choose a tag to compare

Added

  • added function to decode list of coded references

Changed

  • linking removes repeated book names (eg. 'John 3:16; John 17:3' is processed as 'John 3:16; 17:3')

v1.2.3

09 Aug 00:35
Compare
Choose a tag to compare

Fixed

  • refined regex for multi-word book names (eg. "Song of Solomon")

v1.2.2

08 Aug 17:01
Compare
Choose a tag to compare

Initial Github release