Skip to content

Commit 6e5626c

Browse files
committed
Update changelog, bump version for release
1 parent 097d119 commit 6e5626c

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
# Changelog
22

3-
#### In progress
3+
#### In progress, expected release v0.6.0-BETA
44
* Rework Midi handling
5+
* Rework ASID handling for buffered writing
6+
7+
#### Version: 0.5.0-BETA
8+
* Add autodetection routine to first boot on new firmware and
9+
default firmware settings
10+
* Double tap the reset button to start autodetection routine
11+
- This only works on Pico1 (rp2040) boards!
12+
* Improve SID and Clone detection
13+
* Add custom Sysex command for Stereo/Mono switch (v1.3 PCB only)
14+
* Add PCB version to USB ProductId
15+
* Disable fifo buffer for USB Vendor class (WebUSB) for
16+
faster writes
17+
* Add support for ordered ASID writes
18+
* Start rework ASID handling for sidfactory2 (thanks @thomasj)
19+
* Rework config handling at runtime
20+
* Add initial FPGASID support
21+
* Fix SID reads for FPGASID
22+
* Lots of minor changes and fixes
23+
* Code splicing into separate files for readability
524

625
#### Version: 0.4.0-BETA
726
* Fix SID reads

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set(PROJECT_NAME usbsidpico)
3030
set(PROJECT_MANUFACTURER "LouD")
3131
set(PRODUCT_STRING "USBSID-Pico")
3232
string(TIMESTAMP MAGIC_SMOKE "%Y%m%d") # Auto generate dated version
33-
set(PROJECT_VERSION "0.4.1-BETA.${MAGIC_SMOKE}") # Generate compile version
33+
set(PROJECT_VERSION "0.5.0-BETA.${MAGIC_SMOKE}") # Generate compile version
3434

3535
### Want a cookie?
3636
# NOTICE: ENABLING THESE DEBUGGING DEFINITIONS WILL HAVE SIGNIFICANT IMPACT AND WILL DELAY PLAYING!

0 commit comments

Comments
 (0)