Increase version to 1.7.3
[pyi2ncommon] / src / cnfvar /
2024-10-04 Christian HerdtweckFix escaping of double quotes
2024-09-30 Christian HerdtweckFix regular expressions for cnfvar
2024-09-30 Adrian MüllerFix reading of nested cnfvars from string
2023-09-06 Christian HerdtweckMinor improvement of cnfvar diff output
2023-07-05 Christian HerdtweckMake CnfVar lists comparable
2022-11-08 Thomas JaroschAdd new VPNCONN_PROTO default VPNCONN cnfvar
2022-05-19 Christian HerdtweckRemove api doc headers
2022-05-19 Christian HerdtweckFix errors in api doc creation
2022-05-19 Plamen DimitrovReorder and complete the string and file serialization...
2022-05-19 Plamen DimitrovDeprecate "to" and privatize "from" cnf structure methods
2022-05-19 Plamen DimitrovConvert the old cnfvar module into a cnfvar string...
2022-05-19 Plamen DimitrovReplace the mk_config with a sample minimal cnfvar...
2022-05-19 Plamen DimitrovAdd minimal defaults modification based on cnfvar type...
2022-05-19 Plamen DimitrovUnify the template arguments across various template...
2022-05-19 Plamen DimitrovSanitize all collected default values to empty fields
2022-05-19 Plamen DimitrovDrop any None and thus previously required default...
2022-05-19 Plamen DimitrovUse better and fresh/recent UI defaults for all templates
2022-05-19 Plamen DimitrovDrop the cnfline subpackage and reuse all of its defaul...
2022-05-19 Plamen DimitrovUse group (minimal GUI) defaults similarly to the user...
2022-05-19 Plamen DimitrovIntroduce use of defaults i.e. UI-default rather than...
2022-05-17 Plamen DimitrovWait for arnied in addition to generate to preserve...
2022-05-17 Plamen DimitrovRestore support for zero instance filtering in binary...
2022-05-11 Plamen DimitrovFix and improve readability of cnfvar API backend type...
2022-05-11 Plamen DimitrovAdd case-insensitive replace() behavior to str-inheriti...
2022-05-11 Plamen DimitrovImplement add() to add cnfvars to cnfvar lists directly...
2022-05-11 Plamen DimitrovFix inconsistent cnf structure method naming
2022-05-11 Plamen DimitrovAdd a shortcut to obtain the instance of a possibly...
2022-05-10 Plamen DimitrovRevert the default instance number back to zero
2022-04-21 Christian HerdtweckClean up, remove compat with py < 3.6
2022-04-05 Christian HerdtweckReview: a few fixes
2022-04-04 Samir AguiarAdd a new cnfvar2 API