Skip to content

Commit b6378e7

Browse files
committed
chore(release): 0.0.13
1 parent 4714634 commit b6378e7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.13](https://github.com/TimSusa/cliptor/compare/v0.0.12...v0.0.13) (2021-01-07)
6+
7+
8+
### Features
9+
10+
* Load file into clip via dialog on web ([d872513](https://github.com/TimSusa/cliptor/commit/d872513801d063bfa5d1cde3932341cbb8b599a3))
11+
* Load file on electron app ([8dc6717](https://github.com/TimSusa/cliptor/commit/8dc6717903ff8242c93e16ccd805acc178f10186))
12+
* try to use a webworker for the timer ([2cbf435](https://github.com/TimSusa/cliptor/commit/2cbf435c5fd5db97109dfefad45a4ee415165ae4))
13+
14+
15+
### Bug Fixes
16+
17+
* Compensate only after first play ([38125e3](https://github.com/TimSusa/cliptor/commit/38125e3ebe44ca7c277bcc6763f996a96b0ada69))
18+
* correction of audio context constructor calling on safari ([b3a83e8](https://github.com/TimSusa/cliptor/commit/b3a83e82df027c5f704d2b54b2cee8971cd338f3))
19+
* Get rid of approach ([285af4b](https://github.com/TimSusa/cliptor/commit/285af4b769fef2a897043dcade3aa91441d5f6ff))
20+
* hotfix play start ([ae991b3](https://github.com/TimSusa/cliptor/commit/ae991b3dcf40655d39d1e27e691b3c405b5332c6))
21+
* no compensation on play ([42282c5](https://github.com/TimSusa/cliptor/commit/42282c531add3c2649963db34e2b84edc7fc07ac))
22+
* Safari Browser desktop ([5c5f307](https://github.com/TimSusa/cliptor/commit/5c5f307bbd8d0bcd8892443d2ecdc556d8059cce))
23+
* zero does not make it better at play ([0ae2c13](https://github.com/TimSusa/cliptor/commit/0ae2c139f311d7c17a9c6d807e756e69991ddcaa))
24+
525
### [0.0.12](https://github.com/TimSusa/cliptor/compare/v0.0.11...v0.0.12) (2021-01-05)
626

727

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@
137137
"last 1 safari version"
138138
]
139139
}
140-
}
140+
}

0 commit comments

Comments
 (0)