mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Make migration script work with OSX bash and zsh
`sed` has a different in-place command line syntax in FreeBsd than GNU tools. This change makes the `sed` commands work with FreeBSD `sed` on OSX in bash and zsh shells. Issue: androidx/media#217 PiperOrigin-RevId: 522043938
This commit is contained in:
parent
6c55f25bfd
commit
5442c33ac7
1 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,9 @@
|
||||||
* Remove `HlsMasterPlaylist`, use `HlsMultivariantPlaylist` instead.
|
* Remove `HlsMasterPlaylist`, use `HlsMultivariantPlaylist` instead.
|
||||||
* Remove `Player.stop(boolean)`. Use `Player.stop()` and
|
* Remove `Player.stop(boolean)`. Use `Player.stop()` and
|
||||||
`Player.clearMediaItems()` (if `reset` is `true`) instead.
|
`Player.clearMediaItems()` (if `reset` is `true`) instead.
|
||||||
|
* Migration script
|
||||||
|
* Fix bug where backup files for each touched file were left in a migrated
|
||||||
|
project on OSX.
|
||||||
|
|
||||||
### 1.0.0 (2023-03-22)
|
### 1.0.0 (2023-03-22)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue