Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.7.0 #437

Merged
merged 3 commits into from
Oct 29, 2021
Merged

Release 0.7.0 #437

merged 3 commits into from
Oct 29, 2021

Conversation

Ghabry
Copy link
Member

@Ghabry Ghabry commented Oct 24, 2021

Imo we should add the "relevant for maintainers" release notes to the github release page and for the rest link to the blog post.

Suggested release notes:

For full release notes see: https://blog.easyrpg.org/2021/10/easyrpg-player-0-7-0-sword

## For Developers/Maintainers

The entire liblcf repository was restructured and everything moved into namespaces. E.g. instead of Actor the class is now called lcf::rpg::Actor. This also improves the error reporting because you can see directly where the error occured from. (#342, #361)

The GNU compiler extensions are enabled now if supported. These are required by certain ports such as AmigaOS. (#366)

Building with gcc5 works again. (#374)

Expat 2.2.10 and newer are now supported by the CMake build system (#385)

The supported versions of CMake are now 3.10 and newer (#422)

Using liblcf from CMake does not require pkg-config anymore. (#431)

@Ghabry Ghabry added this to the 0.7.0 milestone Oct 24, 2021
@Ghabry Ghabry marked this pull request as ready for review October 25, 2021 22:51
@carstene1ns carstene1ns merged commit 01b73de into EasyRPG:master Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants