Commit f19b052974918c93a9f8740eb9ad51839cb12937
1 parent
c8bd9715
Adding changelog
[skip ci]
Showing
2 changed files
with
18 additions
and
1 deletions
CHANGELOG.md
| 1 | +## Version 1.8: Flags and Sets | ||
| 2 | + | ||
| 3 | +This version adds inverted flags, which can cancel or reduce the count of flags, and can also support basic number assignment. A new `add_option_fn` lets you more easily program CLI11 options with the types you choose. Vector options now support a custom separator. Apps can now be composed with unnamed subcommand support. | ||
| 4 | + | ||
| 5 | +* Much more powerful flags with different values [#211] | ||
| 6 | +* Support for composable unnamed subcommands [#216] | ||
| 7 | +* Custom vector separator [#209], [#221] | ||
| 8 | +* Validators added for IP4 addresses and positive numbers [#210] | ||
| 9 | + | ||
| 10 | +[#209]: https://github.com/CLIUtils/CLI11/pull/209 | ||
| 11 | +[#210]: https://github.com/CLIUtils/CLI11/pull/210 | ||
| 12 | +[#211]: https://github.com/CLIUtils/CLI11/pull/211 | ||
| 13 | +[#216]: https://github.com/CLIUtils/CLI11/pull/216 | ||
| 14 | +[#221]: https://github.com/CLIUtils/CLI11/pull/221 | ||
| 15 | + | ||
| 16 | + | ||
| 1 | ## Version 1.7.1: Quick patch | 17 | ## Version 1.7.1: Quick patch |
| 2 | 18 | ||
| 3 | This version provides a quick patch for a (correct) warning from GCC 8 for the windows options code. | 19 | This version provides a quick patch for a (correct) warning from GCC 8 for the windows options code. |
README.md
| @@ -523,11 +523,12 @@ Significant features and/or improvements to the code were contributed by: | @@ -523,11 +523,12 @@ Significant features and/or improvements to the code were contributed by: | ||
| 523 | - [Stéphane Del Pino](https://github.com/delpinux) | 523 | - [Stéphane Del Pino](https://github.com/delpinux) |
| 524 | - [Mak Kolybabi](https://github.com/mogigoma) | 524 | - [Mak Kolybabi](https://github.com/mogigoma) |
| 525 | - [Paweł Bylica](https://github.com/chfast) | 525 | - [Paweł Bylica](https://github.com/chfast) |
| 526 | -- [Philip Top](https://github.com/phlptp) | 526 | +- [Philip Top](https://github.com/phlptp) <!-- Major features in 1.7 and 1.8> |
| 527 | - [almikhayl](https://github.com/almikhayl) | 527 | - [almikhayl](https://github.com/almikhayl) |
| 528 | - [nurelin](https://github.com/nurelin) <!-- help_all in message --> | 528 | - [nurelin](https://github.com/nurelin) <!-- help_all in message --> |
| 529 | - [ncihneg](https://github.com/ncihneg) <!-- Quoting strings in INI generation --> | 529 | - [ncihneg](https://github.com/ncihneg) <!-- Quoting strings in INI generation --> |
| 530 | - [Fred Helmesjö](https://github.com/helmesjo) <!-- `->description()` --> | 530 | - [Fred Helmesjö](https://github.com/helmesjo) <!-- `->description()` --> |
| 531 | +- [Rafi Wiener](https://github.com/rafiw) <!-- INI, +ive validators and vector separators --> | ||
| 531 | 532 | ||
| 532 | 533 | ||
| 533 | ## License | 534 | ## License |