| 1 | to change the changelog, write text/changelog_en.json in following format: |
| 2 | |
| 3 | [ |
| 4 | { |
| 5 | "icon": "the name of icon for the changelog item, must be present in icons/, do NOT include .svg", |
| 6 | "title": "title of item", |
| 7 | "description": "description of item" |
| 8 | } |
| 9 | |
| 10 | ] |
| 11 | |
| 12 | all 3 elements are optional, ui will just omit them if you don't provide them. |
| 13 | |
| 14 | after you write it, run "dart run tool/translate_changelog.dart" to fill in the rest of the languages |