Update changelog
authorChocobozzz <me@florianbigard.com>
Mon, 1 Oct 2018 09:24:41 +0000 (11:24 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 1 Oct 2018 09:24:41 +0000 (11:24 +0200)
CHANGELOG.md
client/src/hmr.ts

index 51bf700cafb60606059b8a8d87016008a275464f..9bbd6cfe5b125cccffa72e29a422a6dd2ba7bc27 100644 (file)
  * Add shortcuts icon in menu
  * Improve overview section titles
  * Check old password before change ([@BO41](https://github.com/BO41))
+ * Adding frame-by-frame hotkey support in player ([@rigelk](https://github.com/rigelk))
 
 ### Bug fixes
 
- * Fix some translations
+ * Stop seeding torrents after a failed import
+ * Fix player crashing the web browser
+ * Fix player performance with small devices
+ * Fix some untranslated strings
  * Fix video files duplicated when fps is null ([@rigelk](https://github.com/rigelk))
  * Fix video import of some youtube videos
  * Fix (long) video description when importing by url
  * Hide useless error when destroying fake renderer
  * Display other videos on big screens on the right of the watch page
  * Fix no other videos displayed on some videos
+ * Fix hidden advanced options in upload form
+ * Fix message space on video upload cancel ([@rigelk](https://github.com/rigelk))
+ * Fix error when updating many video captions
+ * Fix "my account" subtitles
+ * Fix error when clicking on the disabled publish button
+ * Increase timeout on upload endpoint
+ * Fix redundancy with videos already duplicated by another instance(s)
+ * Correctly delete files on failed import
  
 
 ## v1.0.0-beta.15
index d5306a7a2879de9677e226deab878d965a006402..adfbca7d9a780a60a9dc00abdc80494234ee1775 100644 (file)
@@ -9,7 +9,7 @@ export const hmrBootstrap = (module: any, bootstrap: () => Promise<NgModuleRef<a
     .then(mod => {
       ngModule = mod
 
-      const applicationRef = ngModule.injector.get(ApplicationRef);
+      const applicationRef = ngModule.injector.get(ApplicationRef)
       const componentRef = applicationRef.components[ 0 ]
       // allows to run `ng.profiler.timeChangeDetection();`
       enableDebugTools(componentRef)