Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sftblw committed Jun 1, 2019
1 parent 5942090 commit 9097193
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## Unreleased

## [0.1.0] - 2019-06-01
### Added
- static type declaration

### Changed
- migrated to Godot 3.1
- playback is now after-offset value (zero based when even offset exists)

### Fixed
- Prevents audio looping when playing
2 changes: 1 addition & 1 deletion addons/beatplayer/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="beatplayer"
description="customized AudioStreamPlayer for rhythm games"
author="Ch. (aka @sftblw)"
version="0.0.1"
version="0.1.0"
script="main.gd"
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
- [x] bpm awareness
- [x] support minus offset
- [x] linear interpolated playback offset
- [ ] TODO: bpm shift awareness

## todo

- [ ] bpm shift awareness
- [ ] support looping audio

0 comments on commit 9097193

Please sign in to comment.