rougail-cli/CHANGELOG.md

93 lines
2.5 KiB
Markdown
Raw Normal View History

2026-06-21 17:28:26 +02:00
## 1.0.0 (2026-06-21)
2026-06-15 22:20:26 +02:00
### Feat
- support commandline user data
2026-05-04 13:21:05 +02:00
- multi layers
2026-03-26 08:50:37 +01:00
- better mandatories support (centralized)
2026-01-12 15:44:21 +01:00
- tiramisu_cache has to be defined in cli namespace
2026-01-04 19:16:41 +01:00
- add cli.root option to limit output from a specified family
2026-01-03 17:07:25 +01:00
- load tiramisu objects from cache
2026-06-21 17:28:26 +02:00
- multi rougailcli.yml files
- add inaccessible_read_write_modes and inaccessible_modes options
- layers information is send to output
- choice if invalid value or unknown variable in user data is a fatal error or not
- support layers
- can use .rougailcli.yml, env variable or command line argument from own script
- use rougail-user-data-commandline and mix config use data
- limit warning when asked
- add cli.read_write option
- able to lad config_file name from environement variable
- loads user datas before and after cli params
- cli loads .rougailcli.yml file
- return 1 if output has problems
- user_data can be loaded after other plugins
- load config from environment if rougail-user-data-environment is installed
2026-01-01 09:30:41 +01:00
### Fix
2026-06-21 17:28:26 +02:00
- rougail dependencies
- black
- better warnings
- update tests
- add test with rougailcli that assign a symlinkoption
2026-01-01 09:30:41 +01:00
- more than two layers
2025-12-30 10:57:40 +01:00
- update doc
- update tests
2025-12-22 19:07:03 +01:00
- add permissive properties for unaccessible modes
2025-12-22 15:32:33 +01:00
- documentation
2025-12-22 09:16:27 +01:00
- user_datas => user_data
2025-11-08 10:04:40 +01:00
- execute interactive mode too
2025-11-07 13:05:36 +01:00
- better layers support
2025-11-03 18:29:06 +01:00
- do not display full help to early
2025-10-31 06:19:55 +01:00
- remove all warnings!
- update tests with new output_doc module
2025-10-29 11:11:33 +01:00
- add default option for environment user datas
2025-10-10 08:16:23 +02:00
- remove force_apply_user_data support
2025-10-03 13:31:00 +02:00
- config in read_only mode is asked
2025-09-22 14:35:19 +02:00
- dictionary => structure
2025-09-03 17:48:27 +02:00
- do now set modified option in second round
2025-05-12 09:13:23 +02:00
- upgrade translation
- black
2025-05-09 08:23:35 +02:00
- description
2025-05-05 16:59:45 +02:00
- do not raise if warning in cli
2025-05-02 08:09:23 +02:00
- do not force use_data usage
2025-04-30 09:03:10 +02:00
- 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
- version
2025-03-31 16:38:16 +02:00
- translation
2025-03-31 10:25:20 +02:00
- access to cli.config_file variable with commandline
2025-02-17 11:17:43 +01:00
- add config.py file
2025-02-17 10:01:27 +01:00
- better error support
2025-01-04 12:33:31 +01:00
- add and remove not_for_commandline property
2025-01-04 12:00:02 +01:00
- remove upgrade feature (now in formatter project) + better support of not_for_commandline feature
2024-12-11 22:19:57 +01:00
- user_data and output are not plugins
2024-11-28 21:47:36 +01:00
- separation between run and print function
2024-11-27 10:24:53 +01:00
- 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