rougail-cli/CHANGELOG.md

222 lines
2.9 KiB
Markdown
Raw Normal View History

2025-11-06 06:32:23 +01:00
## 0.2.0a29 (2025-11-06)
### Feat
- choice if invalid value or unknown variable in user data is a fatal error or not
2025-11-03 18:29:06 +01:00
## 0.2.0a28 (2025-11-03)
### Feat
- support layers
### Fix
- do not display full help to early
2025-10-31 06:19:55 +01:00
## 0.2.0a27 (2025-10-31)
### Fix
- remove all warnings!
- update tests with new output_doc module
2025-10-29 11:11:33 +01:00
## 0.2.0a26 (2025-10-29)
### Fix
- add default option for environment user datas
2025-10-27 14:32:24 +01:00
## 0.2.0a25 (2025-10-27)
### Feat
- can use .rougailcli.yml, env variable or command line argument from own script
2025-10-10 08:16:23 +02:00
## 0.2.0a24 (2025-10-10)
### Feat
- use rougail-user-data-commandline and mix config use data
### Fix
- remove force_apply_user_data support
2025-10-03 13:31:00 +02:00
## 0.2.0a23 (2025-10-03)
### Fix
- config in read_only mode is asked
2025-10-02 22:42:59 +02:00
## 0.2.0a22 (2025-10-02)
### Feat
- limit warning when asked
2025-09-29 12:17:12 +02:00
## 0.2.0a21 (2025-09-29)
### Feat
- add cli.read_write option
2025-09-22 14:35:19 +02:00
## 0.2.0a20 (2025-09-22)
### Fix
- dictionary => structure
2025-09-03 17:48:27 +02:00
## 0.2.0a19 (2025-09-03)
### Fix
- do now set modified option in second round
2025-05-14 08:33:11 +02:00
## 0.2.0a18 (2025-05-14)
### Feat
- able to lad config_file name from environement variable
- loads user datas before and after cli params
2025-05-12 09:13:23 +02:00
## 0.2.0a17 (2025-05-12)
### Fix
- upgrade translation
- black
2025-05-09 08:23:35 +02:00
## 0.2.0a16 (2025-05-09)
### Fix
- description
2025-05-05 16:59:45 +02:00
## 0.2.0a15 (2025-05-05)
### Fix
- do not raise if warning in cli
2025-05-02 08:09:23 +02:00
## 0.2.0a14 (2025-05-02)
### Fix
- do not force use_data usage
2025-04-30 09:03:10 +02:00
## 0.2.0a13 (2025-04-30)
### Fix
- add first test + remove add_extra_options option in tiramisu-cmdline-parser
- remove negative_description support
- display user-data instead of user_data in version
2025-04-09 21:22:44 +02:00
## 0.2.0a12 (2025-04-09)
### Fix
- version
2025-03-31 16:38:16 +02:00
## 0.2.0a11 (2025-03-31)
### Fix
- translation
2025-03-31 10:25:20 +02:00
## 0.2.0a10 (2025-03-31)
### Fix
- access to cli.config_file variable with commandline
2025-03-31 09:30:43 +02:00
## 0.2.0a9 (2025-03-31)
### Feat
- cli loads .rougailcli.yml file
2025-02-17 11:17:43 +01:00
## 0.2.0a8 (2025-02-17)
### Fix
- add config.py file
2025-02-17 10:01:27 +01:00
## 0.2.0a7 (2025-02-17)
### Fix
- better error support
2025-02-10 10:00:37 +01:00
## 0.2.0a6 (2025-02-10)
### Feat
- return 1 if output has problems
2025-02-05 11:58:25 +01:00
## 0.2.0a5 (2025-02-05)
### Feat
- user_data can be loaded after other plugins
2025-01-04 12:33:31 +01:00
## 0.2.0a4 (2025-01-04)
### Fix
- add and remove not_for_commandline property
2025-01-04 12:00:02 +01:00
## 0.2.0a3 (2025-01-04)
### Fix
- remove upgrade feature (now in formatter project) + better support of not_for_commandline feature
2024-12-11 22:19:57 +01:00
## 0.2.0a2 (2024-12-11)
### Fix
- user_data and output are not plugins
2024-11-28 21:47:36 +01:00
## 0.2.0a1 (2024-11-28)
### Fix
- separation between run and print function
2024-11-27 10:24:53 +01:00
## 0.2.0a0 (2024-11-27)
### Feat
- load config from environment if rougail-user-data-environment is installed
### Fix
- translation is not mandatory
## 0.1.1 (2024-11-06)
2024-11-06 08:45:42 +01:00
## 0.1.1rc0 (2024-11-06)
### Fix
- update tiramisu_cmdline_parser dans rougail dependencies
- do not raise if user_data is not present
2024-11-01 10:52:49 +01:00
## 0.1.0 (2024-11-01)
### Fix
- black
2024-10-31 19:28:43 +01:00
## 0.1.0rc0 (2024-10-31)
### Feat
- improvemnt + translation
### Fix
- remove extra options in commandline parser