Skip to content

Commit 822bc14

Browse files
version 4.0
1 parent 1e60d95 commit 822bc14

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [4.1-rc1] - 2024-??
8-
### New
9-
7+
## [4.0] - 2024-03-24
108
### Changed
119

1210
- Example: Move DualSense trigger adaptive effect from Pico to Posix example.
@@ -29,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2927
- In Arduino API, users can still use the old one, but it is deprecated. A compile-time warning will appear.
3028
- To convert your old code to the new one, do: `play_dual_rumble(0, duration * 4, force, force);`
3129
- DualSense: Support "vibration2" rumble for DualSense Edge and newer regular DualSense
32-
30+
3331
### Fixed
3432
- Virtual Device: Don't remove virtual device when Xbox device is connected. Fixes [Github Issue #77][github_issue_77]
3533
- Xbox: Add rumble support for Xbox Firmware v5.x. Fixes [Github Issue #69][github_issue_69]

src/components/bluepad32/include/uni_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef UNI_VERSION_H
66
#define UNI_VERSION_H
77

8-
#define UNI_VERSION "4.0-rc0"
8+
#define UNI_VERSION "4.0"
99

1010
extern const char* uni_version;
1111

0 commit comments

Comments
 (0)