Skip to content

Commit

Permalink
Revise version to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rerrahkr committed Sep 2, 2023
1 parent 4826a2b commit ca31c5d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 0.6.2.{build}
version: 0.6.3.{build}

# branches to build
branches:
Expand Down
2 changes: 1 addition & 1 deletion BambooTracker/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Version
// Application version
static constexpr unsigned int appMajor = 0;
static constexpr unsigned int appMinor = 6;
static constexpr unsigned int appRevision = 2;
static constexpr unsigned int appRevision = 3;

// Module file version
static constexpr unsigned int modFileMajor = 1;
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

## Unreleased

## v0.6.3 (2023-09-02)

### Added

- [#496] - Support Spanish translation (thanks [@binarycasper])

### Fixed

- Fix a bug that `0Q0y` and `0R0y` after note-on is not worked.
- Fix a bug that `0Q0y` and `0R0y` after note-on is not worked

## v0.6.2 (2023-08-02)

Expand All @@ -18,13 +24,16 @@
- [#482] - Fix compiler error with clang15 (thanks [@ehaupt])
- [#484] - Show error message when resampling is failed ([#483]; thanks [@freq-mod])

[@binarycasper]: https://github.com/binarycasper

[#482]: https://github.com/BambooTracker/BambooTracker/pull/482
[#483]: https://github.com/BambooTracker/BambooTracker/issues/483
[#484]: https://github.com/BambooTracker/BambooTracker/pull/484
[#490]: https://github.com/BambooTracker/BambooTracker/pull/490
[#489]: https://github.com/BambooTracker/BambooTracker/issues/489
[#492]: https://github.com/BambooTracker/BambooTracker/issues/492
[#493]: https://github.com/BambooTracker/BambooTracker/pull/493
[#496]: https://github.com/BambooTracker/BambooTracker/pull/496

## v0.6.1 (2023-02-04)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.10)
project (BambooTracker VERSION 0.6.2 LANGUAGES C CXX)
project (BambooTracker VERSION 0.6.3 LANGUAGES C CXX)

option (INSTALL_FLAT
"Install everything under CMAKE_INSTALL_PREFIX instead of using Unix-style directory layout (GNUInstallDirs)" ${WIN32}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ BambooTracker currently supports the following languages:
- 日本語 / Japanese
- Français / French
- Polski / Polish
- Español / Spanish

If you'd like to see your language of choice added to the list, join the Discord server and let us know! We can walk you through the steps required to set up the translation tool.

Expand Down Expand Up @@ -420,6 +421,7 @@ I would like to thank the following people for making it:
- Thanks Alexey Khokholov (Nuke.YKT) and Jean Pierre Cimalando for Nuked OPN-Mod emulation
- Jean Pierre Cimalando and Olivier Humbert for French translation
- freq-mod and Midori for Polish translation
- binarycasper for Spanish translation
- Ian Karlsson for ADPCM encoder/decoder
- Aaron Giles for ymfm
- Shay Green for resampling library
Expand Down
4 changes: 3 additions & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ BambooTrackerはNEC PC-8801/9801シリーズに搭載されていたFM音源YM26

## 対応言語

現在、Bambootrackerでは以下の言語に対応しています
現在、BambooTrackerでは以下の言語に対応しています

- English / 英語 (デフォルト)
- 日本語
- Français / フランス語
- Polski / ポーランド語
- Español / スペイン語

## ダウンロード

Expand Down Expand Up @@ -420,6 +421,7 @@ make install clean
- Nuked OPN-Modエミュレーションに関してAlexey Khokholov (Nuke.YKT)さん、Jean Pierre Cimalandoさん
- フランス語翻訳に関してJean Pierre Cimalandoさん、Olivier Humbertさん
- ポーランド語翻訳に関してfreq-modさん、Midoriさん
- スペイン語翻訳に関してbinarycasperさん
- ADPCMエンコーダ/デコーダに関してIan Karlssonさん
- ymfmに関してAaron Gilesさん
- リサンプリングライブラリに関してShay Greenさん
Expand Down
2 changes: 1 addition & 1 deletion data/specs/speclist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ Version table between tracker, module specification and instrument specification
|---------+ | | |
| : | 1.6.1 | 1.5.1 | 1.3.1 |
|---------+ | | |
| 0.6.2 | | | |
| 0.6.3 | | | |
|---------+--------+------------+-------|

0 comments on commit ca31c5d

Please sign in to comment.