Skip to content

Releases: SuffolkLITLab/docassemble-AssemblyLine

v3.2.0

31 Oct 14:08
Compare
Choose a tag to compare

What's Changed

New

  • Add session search feature to interview list page; allow limiting session searching by arbitrary metadata column by @nonprofittechy in #885
  • Basic background assembly implementation by @nonprofittechy in #890

Changed

  • Split purpose of github_repo_name and github_user from dual purposes; more detailed comments by @nonprofittechy in #880

Full Changelog: v3.1.0...v3.2.0

v3.1.0

16 Aug 03:14
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • Improvements to handling custom and multiple pronouns, and avoid triggering either gender or pronoun attributes by @nonprofittechy in #875

Fixed

  • Fix issue with find_session function when filename search parameter was provided by @nonprofittechy in #877
  • Allow searching sessions without a keyword (to get all recent sessions associated with a specific filename) by @nonprofittechy in #875

Full Changelog: v3.0.1...v3.1.0

v3.0.1

02 Aug 15:46
Compare
Choose a tag to compare

What's Changed

  • Make it possible to add additional CSS classes to language selector (for example, to support light navbars) by @nonprofittechy in #872

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Aug 19:02
Compare
Choose a tag to compare

What's Changed

We increased the major version number in this release because we have removed custom questions for users[0] and x[0] in most
questions, in favor of one question with conditional logic that the author can customize. This is potentially a breaking change
if your users[i] question has been customized but isn't a good fit for users[0]. We suggest that you look at our new users[i] question and edit your users[i] question in a similar way.

This also has several other improvements for developer and administrator experience.

Potentially breaking changes

  • Make it easier for developers to customize questions about users list - one question for user 0/i and adaptive use of "you" by @nonprofittechy in #854

New

  • Add an optional maxlength attribute to any _fields methods by @nonprofittechy in #852
  • Add find_matching_sessions function to enable keyword searching across sessions, based on metadata by @nonprofittechy in #864
  • Smarter familiar() method that can let you use the first name, or the first unambiguous short name for a case participant by @nonprofittechy in #861
  • Allow to handle 1st/2nd person pronouns with pronoun methods by @nonprofittechy in #871

Fixed

Full Changelog: v2.28.1...v3.0.0

v2.28.1

26 Apr 21:13
Compare
Choose a tag to compare

What's Changed

Changed

  • Zip codes will be padded to 5 digits (rather than sometimes dropping a leading 0) by @nonprofittechy in #841
  • When defining al_nav_sections, the hidden key will accept the string "True" so you can now use data in addition to data from code by @nonprofittechy in #844
  • Authors can define the pronouns attribute as a single string if they choose, rather than only as a checkboxes field by @nonprofittechy in #846

Full Changelog: v2.28.0...v2.28.1

v2.28.0

16 Apr 14:20
Compare
Choose a tag to compare

What's Changed

New

  • Shorter way to specify name.full(middle='full') by @nonprofittechy in #834
  • Add a hide_hud parameter to enable hiding the id/variable/package number even when server in debug mode by @nonprofittechy in #833
  • Make it possible to ensure a bundle has an even or odd number of pages (for double sided printing) by @nonprofittechy in #837

Cleanup

Full Changelog: v2.27.2...v2.28

v2.27.2

14 Mar 14:00
Compare
Choose a tag to compare

What's Changed

New

  • Make it possible to hide certain icons related to answer sets on view sessions page by @nonprofittechy in #819
  • Make a simpler API for customizing list of filtered variables by @nonprofittechy in #826

Changed

  • Add proxy variables' HTML for ALKiln >=5.9.0 2-column Story Table by @plocket in #824

Fixed

  • Fix typo in ql_baseline.yml by @nonprofittechy in #831. In rare circumstances, this typo caused an error screen with a stack trace to appear for end users.

Full Changelog: v2.27.1...v2.27.2

v2.27.1

19 Jan 18:53
Compare
Choose a tag to compare

What's Changed

Added

Fixed

Accessibility

Full Changelog: v2.27.0...v2.27.1

v2.27.0

05 Dec 03:23
6824b7c
Compare
Choose a tag to compare

Changed

Fixed

Full Changelog: v2.26.0...v2.27.0

v2.26.0

26 Sep 15:06
Compare
Choose a tag to compare

What's Changed

New

  • Method and questions to handle impounded (confidential) addresses by @nonprofittechy in #760
  • The name_fields method has a new title parameter to allow asking for the user's title (e.g., Dr., Dame, etc) by @nonprofittechy in #758

Changed

Fixed

  • Fixed bug when authors use the new language.py features but don't have a languages.yml file in their repository by @nonprofittechy in #766
  • Fix ALExhibit class for compatibility with Docassemble > 1.4.73 by @nonprofittechy in #769

Cleanup

Full Changelog: v2.25.0...v2.26.0