-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRELEASE-NOTES.txt
More file actions
22 lines (20 loc) · 881 Bytes
/
RELEASE-NOTES.txt
File metadata and controls
22 lines (20 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PRJ_VER=0.3.0
SUMMARY=Load property spec from keyfile.
SO_VER_MAJOR=0
SO_VER_MINOR=3
# Changes
- Property spec and MakerDialog spec can now be load from a key file.
Example can be found in examples/md-example-gtk-keyfile2.c and
examples/md-example.mkdg.
- Add many button specs.
- New string list processing functions.
- MAKER_DIALOG_PROPERTY_FLAG_HAS_TRANSLATION is removed.
- maker_dialog_config_error_handle() is renamed to maker_dialog_error_handle()
- maker_dialog_config_error_print() is renamed to maker_dialog_error_print()
- maker_dialog_button_parse_respond_id() is renamed to
maker_dialog_parse_button_respond_id()
Removed:
- MakerDialogConfig's struct member: fileBased. Because this info should
be provided by ConfigFileInterface's config_file_init() function.
- MAKER_DIALOG_CONFIG_FLAG_NOT_FILE_BASE
- MakerDialogConfigSet's struct member: currentIndex.