Skip to content

Commit

Permalink
3.22.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 committed Sep 8, 2023
1 parent bff88a4 commit 72cc0ef
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

Changelog to track updates for this mod.
Add your changes to Unreleased if you want to commit.
Please write according to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
Add your changes to Unreleased if you want to commit.
Please write according to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

Expand All @@ -15,96 +16,126 @@ Changelog to track updates for this mod.

### Fixed

- +pre.1

### Security

## [3.22.0-alpha.1] - 2023-07-01

### Changed

- Port MC1.20

## [3.21.4] - 2023-06-13

### Added

- Re-support Patchouli

## [3.21.3] - 2023-04-28

### Changed

- Updated LavaPlayer version to 1.4

### Fixed

- Fixed an issue where YouTube could not be played (Fixed by updating LavaPlayer version)

## [3.21.2] - 2023-04-01

### Added

- AprilFool Antenna

### Changed

- Update SpecialModelLoader

## [3.21.1] - 2023-03-27

### Fixed

- Fixed problems with recipes, etc. not being applied.

## [3.21.0] - 2023-03-27

### Added

- Add parabolic antenna craft recipe

## [3.21.0-alpha.1] - 2023-03-22

### Changed

- Port MC1.19.4

## [3.20.1] - 2023-02-14

### Added

- Re-support Patchouli

## [3.20.0] - 2023-01-25

### Fixed

- Fixed an issue where the boombox could not be played as a dropped item
- Fixed parrots not dancing

## [3.20.0-beta.1] - 2023-01-22

### Changed

- Port MC1.19.3
- Embed OBJ loader (Fabric Only)

### Fixed

- Fixed a problem that crashes without notifying when ClothConfig is not installed (Forge Only)
- Fixed a bug that could occur when reloading while playing music
- Open mymusic and mypictuer initially when selecting music or images

## [3.20.0-alpha.2] - 2023-01-20

### Changed

- Port MC1.19.3
- Embed OBJ loader (Fabric Only)

### Fixed

- Open mymusic and mypictuer initially when selecting music or images

## [3.20.0-alpha.1] - 2023-01-19

### Changed

- Port MC1.19.3
- Embed OBJ loader (Fabric Only)

[Unreleased]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.22.0-alpha.1...HEAD

[3.22.0-alpha.1]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.21.4...v3.22.0-alpha.1

[3.21.4]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.21.3...v3.21.4

[3.21.3]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.21.2...v3.21.3

[3.21.2]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.21.1...v3.21.2

[3.21.1]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.21.0...v3.21.1

[3.21.0]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.21.0-alpha.1...v3.21.0

[3.21.0-alpha.1]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.20.1...v3.21.0-alpha.1

[3.20.1]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.20.0...v3.20.1

[3.20.0]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.20.0-beta.1...v3.20.0

[3.20.0-beta.1]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.20.0-alpha.2...v3.20.0-beta.1

[3.20.0-alpha.1]: https://github.com/TeamFelnull/IamMusicPlayer/commits/v3.20.0-alpha.1

[3.20.0-alpha.2]: https://github.com/TeamFelnull/IamMusicPlayer/compare/v3.20.0-alpha.1...v3.20.0-alpha.2
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ enabled_platforms=fabric,forge
# Mod
archives_base_name=iammusicplayer
mod_display_name=IamMusicPlayer
mod_version=3.22.0-alpha.2+pre.1
mod_version=3.22.0-alpha.2
# Dependencies
architectury_version=9.0.8
fabric_loader_version=0.14.21
Expand Down

0 comments on commit 72cc0ef

Please # to comment.