Compare commits

...

3 commits

Author SHA1 Message Date
1a04d19216 bump: version 1.0.0rc0 → 1.0.0 2026-06-21 17:31:59 +02:00
8896f03af1 fix: rougail dependencies 2026-06-21 17:31:49 +02:00
9a5d3943c3 fix: black 2026-06-21 17:08:26 +02:00
4 changed files with 12 additions and 39 deletions

View file

@ -1,49 +1,21 @@
## 0.1.0a6 (2026-06-15)
### Fix
- values is a dict
## 0.1.0a5 (2026-05-04)
## 1.0.0 (2026-06-21)
### Feat
- multi layers
## 0.1.0a4 (2026-01-21)
### Fix
- add loaded_from information
## 0.1.0a3 (2025-12-30)
### Fix
- update doc
## 0.1.0a2 (2025-12-22)
### Feat
- add frozen variable support
- update for last rougail version
- support of password type
### Fix
- rougail dependencies
- black
- values is a dict
- add loaded_from information
- update doc
- do not force description format
- update doc
- refactoring
- update translation
## 0.1.0a1 (2025-11-21)
### Fix
- ExtentionError => ExtensionError
## 0.1.0a0 (2025-11-06)
### Feat
- update for last rougail version
- support of password type

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.user_data_questionary"
version = "1.0.0rc0"
version = "1.0.0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail user_data questionary"
@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"rougail-base >= 1.1,<2",
"rougail-base >= 1.2.0,<2",
"questionary ~= 2.1.0",
]

View file

@ -19,4 +19,4 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
__version__ = "1.0.0rc0"
__version__ = "1.0.0"

View file

@ -39,6 +39,7 @@ from .i18n import _
class RougailUserDataQuestionary:
"""Rougail userdata for Questionary"""
interactive_user_data = True
def __init__(