aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-17 15:10:18 +0100
committerChocobozzz <me@florianbigard.com>2019-01-17 15:10:18 +0100
commit4d7d240c73e3746b184b67cfcbb1c813a2977fb3 (patch)
treeb5cdede52a8baada5dd2b5c735fb8e2b5217191e
parentb3079978d2a72215644bfcd34448286c02216a0e (diff)
downloadPeerTube-4d7d240c73e3746b184b67cfcbb1c813a2977fb3.tar.gz
PeerTube-4d7d240c73e3746b184b67cfcbb1c813a2977fb3.tar.zst
PeerTube-4d7d240c73e3746b184b67cfcbb1c813a2977fb3.zip
Typos
-rw-r--r--CHANGELOG.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1de6280c..440d1fbcf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,14 +5,14 @@
5### BREAKING CHANGES 5### BREAKING CHANGES
6 6
7 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir)) 7 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
8 * **nginx:** Add redundancy endpoint in static file. **You should add it your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx** 8 * **nginx:** Add redundancy endpoint in static file. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx**
9 * Moderators can manage users now (add/delete/update/block) 9 * Moderators can manage users now (add/delete/update/block)
10 * Add `tmp` and `redundancy` directories in configuration file. **You should configure them in your production.yaml** 10 * Add `tmp` and `redundancy` directories in configuration file. **You should configure them in your production.yaml**
11 11
12### Maintenance 12### Maintenance
13 13
14 * Check free storage before upgrading in upgrade script ([@Nutomic](https://github.com/nutomic)) 14 * Check free storage before upgrading in upgrade script ([@Nutomic](https://github.com/nutomic))
15 * Explain that PeerTube must be stopped before running prune storage script 15 * Explain that PeerTube must be stopped in prune storage script
16 * Add some security directives in the systemd unit configuration file ([@rigelk](https://github.com/rigelk) & [@mkoppmann](https://github.com/mkoppmann)) 16 * Add some security directives in the systemd unit configuration file ([@rigelk](https://github.com/rigelk) & [@mkoppmann](https://github.com/mkoppmann))
17 * Update FreeBSD startup script ([@gegeweb](https://github.com/gegeweb)) 17 * Update FreeBSD startup script ([@gegeweb](https://github.com/gegeweb))
18 18
@@ -22,6 +22,7 @@
22 22
23### Features 23### Features
24 24
25 * Add Russian, Polish and Italian languages
25 * Add user notifications: 26 * Add user notifications:
26 * Notification types: 27 * Notification types:
27 * Comment on my video 28 * Comment on my video
@@ -38,14 +39,13 @@
38 * Send an english email 39 * Send an english email
39 * Add contact form in about page (**enabled by default**) 40 * Add contact form in about page (**enabled by default**)
40 * Add ability to unfederate a local video in blacklist modal (**checkbox checked by default**) 41 * Add ability to unfederate a local video in blacklist modal (**checkbox checked by default**)
41 * Add Russian, Polish and Italian languages
42 * Support additional video extensions if transcoding is enabled (**enabled by default**) 42 * Support additional video extensions if transcoding is enabled (**enabled by default**)
43 * Redirect to the last url on login 43 * Redirect to the last url on login
44 * Add ability to automatically set the video caption in URL. Example: https://peertube2.cpy.re/videos/watch/9c9de5e8-0a1e-484a-b099-e80766180a6d?subtitle=ru 44 * Add ability to automatically set the video caption in URL. Example: https://peertube2.cpy.re/videos/watch/9c9de5e8-0a1e-484a-b099-e80766180a6d?subtitle=ru
45 * Automatically enable the last selected caption when watching a video
45 * Add ability to disable, clear and list user videos history 46 * Add ability to disable, clear and list user videos history
46 * Automatically enabled the last selected caption when watching a video
47 * Add a button to help to translate peertube 47 * Add a button to help to translate peertube
48 * Add text in the report modal to explain whom the report will be sent 48 * Add text in the report modal to explain to whom the report will be sent
49 * Open my account menu entries on hover 49 * Open my account menu entries on hover
50 * Explain what features are enabled on the instance in the about page 50 * Explain what features are enabled on the instance in the about page
51 * Add an error message in the forgot password modal if the instance email system is not configured 51 * Add an error message in the forgot password modal if the instance email system is not configured
@@ -56,9 +56,9 @@
56 * Update title and description HTML tags when rendering video HTML page 56 * Update title and description HTML tags when rendering video HTML page
57 * Add webfinger support for remote follows ([@acid-chicken](https://github.com/acid-chicken)) 57 * Add webfinger support for remote follows ([@acid-chicken](https://github.com/acid-chicken))
58 * Add tooltip to explain how the trending algorithm works ([@auberanger](https://github.com/auberanger)) 58 * Add tooltip to explain how the trending algorithm works ([@auberanger](https://github.com/auberanger))
59 * Warn users when they want to delete a channel because they will not be able to create another channel with the same actor name 59 * Warn users when they want to delete a channel because they will not be able to create another channel with the same name
60 * Warn users when they leave the video upload/update (on page refresh/tab close) 60 * Warn users when they leave the video upload/update (on page refresh/tab close)
61 * Set max username, user display name, channel name and channel display name lengths to 50 characters ([@McFlat](https://github.com/mcflat)) 61 * Set max user name, user display name, channel name and channel display name lengths to 50 characters ([@McFlat](https://github.com/mcflat))
62 * Increase video abuse length to 3000 characters 62 * Increase video abuse length to 3000 characters
63 * Add totalLocalVideoFilesSize in the stats endpoint 63 * Add totalLocalVideoFilesSize in the stats endpoint
64 64
@@ -70,15 +70,15 @@
70 * Add error message when trying to upload .ass subtitles 70 * Add error message when trying to upload .ass subtitles
71 * Fix default homepage in the progressive web application 71 * Fix default homepage in the progressive web application
72 * Don't crash on queue error 72 * Don't crash on queue error
73 * Fix EXDEV if you have multiple mount points 73 * Fix EXDEV errors if you have multiple mount points
74 * Fix broken audio with transcoding with some videos 74 * Fix broken audio in transcoding with some videos
75 * Fix crash on getVideoFileStream issue 75 * Fix crash on getVideoFileStream issue
76 * Fix followers search 76 * Fix followers search
77 * Remove trailing `/` in CLI import script ([@HesioZ](https://github.com/HesioZ/)) 77 * Remove trailing `/` in CLI import script ([@HesioZ](https://github.com/HesioZ/))
78 * Use origin video url in canonical tag 78 * Use origin video url in canonical tag
79 * Fix captions in HTTP fallback 79 * Fix captions in HTTP fallback
80 * Automatically refresh remote actors to fix deleted remote actors that are still displayed on some instances 80 * Automatically refresh remote actors to fix deleted remote actors that are still displayed on some instances
81 * Add missing translations in embed template 81 * Add missing translations in video embed page
82 * Fix some styling issues in dark mode 82 * Fix some styling issues in dark mode
83 * Fix transcoding issues with some videos 83 * Fix transcoding issues with some videos
84 84