Skip to content

Commit

Permalink
fin - Finalized changelogs
Browse files Browse the repository at this point in the history
---

Type: fin
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Nov 6, 2024
1 parent 3330c37 commit 809ac21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions BassBoom.Cli/CliBase/PlayerControls.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
using BassBoom.Basolia.Enumerations;
using BassBoom.Basolia.File;
using BassBoom.Basolia.Format;
using BassBoom.Basolia.Independent;
using BassBoom.Basolia.Lyrics;
using BassBoom.Basolia.Playback;
using BassBoom.Basolia.Playback.Playlists;
Expand Down Expand Up @@ -443,9 +444,7 @@ internal static void PlayTest()
throw new Exception("Missing test sound data.");

// Now, close the file and play it
FileTools.OpenFrom(BassBoomCli.basolia, stream);
PlaybackTools.Play(BassBoomCli.basolia);
FileTools.CloseFile(BassBoomCli.basolia);
PlayForget.PlayStream(stream);

// Ask the user if everything is OK.
int answer = InfoBoxButtonsColor.WriteInfoBoxButtons("Sound test", [new InputChoiceInfo("Yes", "Yes"), new InputChoiceInfo("No", "No")], "Is everything OK in this current configuration?");
Expand Down
6 changes: 2 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
We've added features that let you play from a stream
We've added features to Play-n-Forget that lets you play sounds asynchronously.

### Changes

This release contains a variety of changes, including, but not limited to:

- `[+]` Added playing from stream
- `[+]` Added Play/Forget
- `[*]` General improvements and bug fixes
- `[+]` Added asynchronous Play/Forget

Review the commit history if you want to get a deep insight about the changes.

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.TITLE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[release] BassBoom v0.2.2: Play and Forget!
[release] BassBoom v0.2.3: Play More and Forget More!

0 comments on commit 809ac21

Please sign in to comment.