Skip to content

Releases: SuffolkLITLab/docassemble-AssemblyLine

v2.18.0

10 Nov 16:26
30218b2
Compare
Choose a tag to compare

Added

  • Misc. session list cleanups, including ability to exclude interviews from the session list: #593
  • Improve usability of signature question, adding the option to print then sign: #591
  • Added a max size feature to the ALExhibitDocument: #604

Fixed

  • Show answer sets even if they are on "step 1" (as answer sets don't usually have more than 1 step): #599
  • Use user_started_case over users == plaintiff: #596
  • Decrease the size of images in tables: #603
  • If address is empty, on_one_line() will be empty: #605

Internal

  • Added black example hook + black opts to pyproject.toml: #601
  • Teams bump hook, in a github action: #602
  • Better internal typing: #606

Contributors: @BryceStevenWilley and @nonprofittechy

Full Changelog: v2.17.0...v2.18.0

v2.14.1

22 Jul 20:05
Compare
Choose a tag to compare

What's Changed

  • Some internal continuous integration workflows on Github were added, so we can make sure the pypi release doesn't fall behind!

v2.14.0

21 Jul 14:50
Compare
Choose a tag to compare

Version v2.14.0

Added:

  • the reserved_words.yml interview, which returns a JSON list of all reserved python and
    docassemble keywords and variable / function names

  • the interview_list.yml, a replacement interview for the "My interviews" page, which has
    some useability fixes implemented, is faster than the builtin "My interviews" page, and lets
    users navigation between Answer sets and ordinary sessions.
    You can use this interview to replace the builtin "My interviews" by adding the following line
    in the configuration:

    session list interview: docassemble.AssemblyLine:data/questions/interview_list.yml

Fixed:

  • Added ALDocumentBundle.is_enabled, which was assumed to exist in the previous release.
    It will only enable the document bundle if enabled = True and there is at least one
    enabled subdocument in the bundle.
    This will fix errors like the below:

    Interview has an error. There was a reference to a variable 'al_user_bundle.is_enabled' that
    could not be looked up in the question file (for language 'en') or in any of the files
    incorporated by reference into the question file.