Skip to content

Commit ee53728

Browse files
authored
docs: update CHANGELOG.md
1 parent 02750b4 commit ee53728

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
## [0.12.0]() (2025-07-18)
1+
## [0.13.0]() (2025-07-25)
2+
### Bug Fixes
3+
- macOS screen capturing only the first frame
4+
- Crash in `MediaDevices` by validating COM initialization in audio device management
5+
6+
### Feature
7+
- Enable H.264 support for Linux, macOS and Windows
8+
- Added RTCDtmfSender implementation for sending DTMF tones
9+
10+
### Documentation
11+
- Comprehensive guide and examples are now available @ https://jrtc.dev
212

13+
### Refactoring
14+
- Moved `master` branch to `main`
15+
16+
## [0.12.0]() (2025-07-18)
317
### Bug Fixes
418
- Maven release action for macOS platforms
519

@@ -30,7 +44,6 @@
3044
- Added missing _libX_ libraries to be installed in GH actions
3145

3246
## [0.9.0]() (2025-01-02)
33-
3447
### Bug Fixes
3548
- Fixed NPE in MediaDevices when no audio device is connected
3649
- Fixed crashs with jdk version > 17
@@ -44,7 +57,6 @@
4457
- Added Linux ARM architectures for cross compilation
4558

4659
## [0.8.0]() (2023-10-14)
47-
4860
### Enhancement
4961
- Link libm from sysroot to increase GLIBC (<= 2.18) compatibility #108
5062
- Initialized configs to be used with GraalVM
@@ -54,7 +66,6 @@
5466
- Dropped demo code. New demo will be in a new repository.
5567

5668
## [0.7.0]() (2022-11-14)
57-
5869
### API changes
5970
- Set native branch to 4844 (Milestone 99)
6071

@@ -79,7 +90,6 @@
7990
- A new demo app will follow soon
8091

8192
## [0.6.0]() (2022-01-17)
82-
8393
### API changes
8494
- Moved to WebRTC branch 4692 (M97) ([29a6e3b](https://github.com/devopvoid/webrtc-java/commit/29a6e3b))
8595

@@ -93,7 +103,6 @@
93103
- Fixed camera device selection for a video track on Unix systems #30 ([8b0fb4f](https://github.com/devopvoid/webrtc-java/commit/8b0fb4f))
94104

95105
## [0.5.0]() (2021-11-25)
96-
97106
### Enhancement
98107
- Improved audio processing by basic channel up-mixing to avoid additional audio converter ([e665a4a](https://github.com/devopvoid/webrtc-java/commit/e665a4a))
99108
- AudioConverter implementation for remixing and resampling ([3182d06](https://github.com/devopvoid/webrtc-java/commit/3182d06))
@@ -108,7 +117,6 @@
108117
- Fixed basic channel up-mixing in AudioProcessing ([4717db1](https://github.com/devopvoid/webrtc-java/commit/4717db1))
109118

110119
## [0.4.0]() (2021-11-21)
111-
112120
### API changes
113121
- Switch to WebRTC branch M95/4638 ([9173836](https://github.com/devopvoid/webrtc-java/commit/9173836))
114122
- Audio/VideoSource renamed to Audio/VideoTrackSource ([68a61b9](https://github.com/devopvoid/webrtc-java/commit/68a61b9))
@@ -129,7 +137,6 @@
129137
- Fixed JavaFX demo crash ([89896fd](https://github.com/devopvoid/webrtc-java/commit/89896fd))
130138

131139
## [0.3.0]() (2021-08-19)
132-
133140
### API changes
134141
- Switch to WebRTC branch M92/4515 ([bb3bbfe](https://github.com/devopvoid/webrtc-java/commit/bb3bbfe))
135142

@@ -154,7 +161,6 @@
154161
- Removed usage of webrtc::VideoType::kNV12 ([32a8ff9](https://github.com/devopvoid/webrtc-java/commit/32a8ff9))
155162

156163
## [0.2.0]() (2020-02-25)
157-
158164
### API changes
159165
- Switch to WebRTC branch M80/3987 ([5a7bba5](https://github.com/devopvoid/webrtc-java/commit/5a7bba5))
160166

@@ -179,6 +185,5 @@
179185
- Refactor bloated project structure ([ff4da53](https://github.com/devopvoid/webrtc-java/commit/ff4da53))
180186

181187
## [0.1.0](https://github.com/devopvoid/webrtc-java/tree/v0.1.0) (2019-12-22)
182-
183188
### Project
184189
- Initial commit ([178b458](https://github.com/devopvoid/webrtc-java/commit/178b458))

0 commit comments

Comments
 (0)