Incompatible Changes
A list of all changes that may require you to modify some of your code.
3.2.2
The
phone.configandphone.emojisnamespaces now behave the same way as renpy’sconfig. Thedefaultstatement cannot be used to declare a variable in those namespaces.The
phone.calendar.add_calendarandphone.calendar.add_calendar_to_all_charactersfunctions have had their signature changed.
3.2.1
None
3.2.0
The
Quitbutton in thephonescreen has been removed in place of a dismiss-like button.The
passphone discussion statement now doesn’t do anything, like a regularpassstatement. To wait for a user input, see thepausephone discussion statement.
3.1.1
The
phone registerstatement can’t be ran during init phase anymore. Use theinit phone registerstatement instead.autocan’t be used anymore for thetimestatement in theinit phone registerstatement.
3.1.0
None
3.0.3
None
3.0.2
None
3.0.1
None
3.0.0
Functions and classes related to phone characters have been moved in the
phone.characternamespace.Functions and classes related to group chats have been moved in the
phone.group_chatnamespace.