Skip to content

Releases: ffaraone/interrogatio

2.4.0

14 Dec 09:04
Compare
Choose a tag to compare
  • Bump dependencies
  • Migrate from flake8 to ruff
  • Migrate from codecov to sonar cloud

2.3.1

07 Dec 11:14
bdaa850
Compare
Choose a tag to compare

Disable mouse support since it doesn't work in all cases.

2.3.0

23 Nov 16:14
e9e93b6
Compare
Choose a tag to compare

Add fast_forward option for dialog to skip steps up to the end of the wizard.

2.2.2

09 Sep 08:05
078e340
Compare
Choose a tag to compare

Fix bug in handling selectone selectmany from dialog summary in case of callable for values.

2.2.1

08 Sep 13:14
4a62f6b
Compare
Choose a tag to compare

Fix validation for selectone selectmany questions.

2.2.0

10 Aug 12:26
487bd02
Compare
Choose a tag to compare

Support disable questions.

2.1.3

13 Jul 14:48
45388f4
Compare
Choose a tag to compare

Update dependencies.

2.1.2

14 Dec 10:25
8b66e7f
Compare
Choose a tag to compare

Fix timezone for daterange on windows.

Fix timezones on windows

10 Dec 17:32
eab2b42
Compare
Choose a tag to compare
Merge pull request #15 from ffaraone/fix_timezone_windows

fix timezones on windows

Major improvements

23 Nov 09:00
071db18
Compare
Choose a tag to compare

Fix: date widgets must return datetimes in the local timezone.
New: timezone can be overridden for date widgets.
New: “default” can be a callable. It receives previous answers as argument.
New: “values” can be a callable for selectone and selectmany. It receives previous answers as argument.
New: “validate” method of validators receives a “context” kwarg with previous answers.