Skip to content

Commit

Permalink
Update README, version history and development journal
Browse files Browse the repository at this point in the history
  • Loading branch information
sitomani committed Jan 31, 2024
1 parent 9979574 commit 070f958
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you're interested to test new features when they're getting implemented befor

You can read more about the history of the app and follow my work on the app at the development journal that I created for this project: [sitomani.github.io/4champ](https://sitomani.github.io/4champ).

You can also follow the [@4champ_app](https://twitter.com/4champ_app) Twitter account to stay up to date on what's happening with the app.
You can also follow the 4champ accounts on [X (4champ_app)](https://x.com/4champ_app) or [Mastodon (@4champ@mastodon.social)](https://mastodon.social/@4champ) to stay up to date on what's happening with the app.

### Main Features of the app

Expand Down
6 changes: 5 additions & 1 deletion docs/app_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,8 @@ Radio session play history added to enable moving back in the session.

### Version 3.5 November 2022

UADE player integration
UADE player integration

### Version 3.6 January 2024

Update UADE library with PRT (PreTracker) support.
8 changes: 8 additions & 0 deletions docs/journal.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 4champ Development Journal

### January 2024 Stability update + PreTracker support + first PR from a contributor!

During the #hacktoberfest campaign in 2023 I did a handful of stability fixes and migrated the app to latest iOS SDK. These changes did not yet make it to a release, but in January I noticed that UADE now has PreTracker support!

The latest UADE releases have changed the project structure and tooling in a way that will require a while to adjust my fork. For now I went on by merely cherry-picking the commits that enable playback for Pretracker modules. After this update, it was time to push out 4champ 3.6.

Around the turn of the year the 4champ github repo got the first pull request from a contributor besides myself: **Mothcompute** kindly added some missing file extensions to the supported formats list in [PR #28](https://github.com/sitomani/4champ/pull/28). This change required some additional edits in the code, so it did not make it to the 3.6 release. The updated OpenMPT formats list will be part of the next app update release later in 2024.

### 1-31 October 2022 Some esoteric formats anyone?

For the Hacktoberfest campaign I took up the challenge to finalise my integration of UADE replayer to 4champ. A big body of work had to first be done on the UADE side.
Expand Down

0 comments on commit 070f958

Please sign in to comment.