7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-09 01:02:21 +00:00
tutor/changelog.d
Régis Behmo 51928b0075 fix: parse strings prefixed with "#" in config save --set ...
Pound keys were interpreted as comments. This is annoying when we want
to parse html color codes, such as in:

    $ tutor config save --set "INDIGO_PRIMARY_COLOR=#225522"
    $ tutor config printvalue INDIGO_PRIMARY_COLOR
    null

Close #866.
2023-09-06 12:06:10 +02:00
..
scriv fix: scriv error during github release 2023-06-14 09:38:07 +02:00
20230905_155859_regis_fix_render_config_lists.md fix: render list config items 2023-09-05 16:06:44 +02:00
20230906_105044_regis_parse_pound_keys_in_settings.md fix: parse strings prefixed with "#" in config save --set ... 2023-09-06 12:06:10 +02:00
scriv.ini ci: better github release management with scriv 2023-01-17 12:12:10 +01:00