Skip to content

Commit 2a27c45

Browse files
committed
Update changelog
1 parent e37c85e commit 2a27c45

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@
1111
* Add shortcuts icon in menu
1212
* Improve overview section titles
1313
* Check old password before change ([@BO41](https://github.com/BO41))
14+
* Adding frame-by-frame hotkey support in player ([@rigelk](https://github.com/rigelk))
1415

1516
### Bug fixes
1617

17-
* Fix some translations
18+
* Stop seeding torrents after a failed import
19+
* Fix player crashing the web browser
20+
* Fix player performance with small devices
21+
* Fix some untranslated strings
1822
* Fix video files duplicated when fps is null ([@rigelk](https://github.com/rigelk))
1923
* Fix video import of some youtube videos
2024
* Fix (long) video description when importing by url
@@ -25,6 +29,14 @@
2529
* Hide useless error when destroying fake renderer
2630
* Display other videos on big screens on the right of the watch page
2731
* Fix no other videos displayed on some videos
32+
* Fix hidden advanced options in upload form
33+
* Fix message space on video upload cancel ([@rigelk](https://github.com/rigelk))
34+
* Fix error when updating many video captions
35+
* Fix "my account" subtitles
36+
* Fix error when clicking on the disabled publish button
37+
* Increase timeout on upload endpoint
38+
* Fix redundancy with videos already duplicated by another instance(s)
39+
* Correctly delete files on failed import
2840

2941

3042
## v1.0.0-beta.15

Diff for: client/src/hmr.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const hmrBootstrap = (module: any, bootstrap: () => Promise<NgModuleRef<a
99
.then(mod => {
1010
ngModule = mod
1111

12-
const applicationRef = ngModule.injector.get(ApplicationRef);
12+
const applicationRef = ngModule.injector.get(ApplicationRef)
1313
const componentRef = applicationRef.components[ 0 ]
1414
// allows to run `ng.profiler.timeChangeDetection();`
1515
enableDebugTools(componentRef)

0 commit comments

Comments
 (0)