Skip to content

Releases: HubTou/conjuguer

conjuguer-0.5.1

10 Oct 07:23
0c66401
Compare
Choose a tag to compare
  • Fifth BETA release. Please check the README for caveats and bugs:
    • Re-escapes special characters when outputting to DELA format
    • Fix "Participe passé" in ABU dictionnary, where entries sometimes appear as "PPas" instead of "PPas+Mas+SG"

conjuguer-0.5.0

03 Oct 22:03
2880f93
Compare
Choose a tag to compare
  • Fifth BETA release. Please check the README for caveats and bugs
    • Added a -D|--DELA option to output a verb conjugation in DELA inflected format
    • Added a -A|--ABU option to output a verb conjugation in ABU inflected format
      • The -A and -D options are intended to complete dictionaries with missing verbs...
    • Corrected the "--locale en" option by adding a "en/conjuguer.mo" locale file
    • Now requires Python 3.3+ instead of 3.0+

conjuguer-0.4.0

02 Oct 13:40
d4d3bbe
Compare
Choose a tag to compare
  • Fourth BETA release. Please check the README for caveats and bugs
    • Now displays the verb group, and the verb model for conjugating, especially for unknown verbs
      • For verb models, displays the matching pattern
    • Added a --locale option to force internationalization in another specified language (but still buggy)
    • Uses the internationalization file for a locale package before the one for a system package

conjuguer-0.3.0

24 Sep 10:32
bf433d6
Compare
Choose a tag to compare
  • Third BETA release. Please check the README for caveats and bugs
    • Implemented internationalization with English and French languages for a start

conjuguer-0.2.3

11 Sep 09:57
ea4309e
Compare
Choose a tag to compare
  • Second BETA release. Please check the README for caveats and bugs

conjuguer-0.2.0

11 Sep 08:29
f112b5b
Compare
Choose a tag to compare
  • Second BETA release. Please check the README for caveats and bugs
    • dict-fr-AU-DELA is now the default dictionary, instead of dict-fr-DELA
    • "-" characters are now unescaped
    • The aux.py file has been renamed to verbs.py:
      • It was impossible to create it under Windows as aux is a special filename
      • It is now expanded as as database of verbs peculiarities rather than auxiliary verbs conjugations
    • This file now contains the lists of verbs conjugated with the être auxiliary or both auxiliaries

conjuguer-0.1.2

01 Sep 21:21
ae9bbbd
Compare
Choose a tag to compare
  • Initial BETA release. Please check the README for caveats and bugs