Skip to content

Commit

Permalink
doc: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioND committed May 15, 2022
1 parent 391a4a7 commit c605f68
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
Changelog
=========

- Version 4.3.0 (2022/5/16)

- GBA-only release.
- Refactor ``s3m2gbt``.
- Refactor the C library.
- Implement event callback system.
- Add ``s3msplit`` to split S3M files into a GBT Player template file and a
regular S3M file to be played by other regular S3M players.
- Add ``gbt_set_position()`` and ``gbt_get_position()``.
- Add examples, including one of using GBT Player at the same time as Maxmod.
- Fix code that disables channels in GBT Player.

- Version 4.2.0 (2022/5/11)

- GBA-only release.
- Refactor `s3m2gbt`, specially error handling.
- Refactor ``s3m2gbt``, specially error handling.

- Use Python exceptions.
- Any unknown effect causes an exception.
Expand Down

0 comments on commit c605f68

Please # to comment.