File tree 7 files changed +21
-8
lines changed
7 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1
- current_version : " 5.18 .0"
1
+ current_version : " 5.19 .0"
2
2
base_branch : " master"
3
3
strategy :
4
4
name : " semver"
Original file line number Diff line number Diff line change 12
12
# Can work around to some degree using set-env
13
13
env :
14
14
NAME : yt_clipper
15
- VERSION : ' 5.18 .0'
15
+ VERSION : ' 5.19 .0'
16
16
17
17
jobs :
18
18
build :
Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
5
+ ## [ 5.19.0] ( https://github.com/exwm/yt_clipper/compare/v5.18.0...v5.19.0 ) (2024-07-29)
6
+
7
+
8
+ ### Features
9
+
10
+ * ** clipper:** enable weverse support ([ c9d5c84] ( https://github.com/exwm/yt_clipper/commit/c9d5c844fae43d67633924141d38c774ef6e2ab6 ) )
11
+ * ** markup:** support for platform tv.naver.com ([ 6de0da4] ( https://github.com/exwm/yt_clipper/commit/6de0da4a11b8ae8046c5cd4a0786dbec6630849d ) )
12
+
13
+
14
+ ### Major Dependency Upgrades
15
+
16
+ * ** clipper:** update ffmpeg to v7.0.1 ([ 3c3c534] ( https://github.com/exwm/yt_clipper/commit/3c3c53456ee2c8a2ce3598e438b22fc19a99480d ) )
17
+
5
18
## [ 5.18.0] ( https://github.com/exwm/yt_clipper/compare/v5.17.0...v5.18.0 ) (2024-07-29)
6
19
7
20
Original file line number Diff line number Diff line change 2
2
"name" : " yt_clipper" ,
3
3
"author" : " exwm" ,
4
4
"homepage" : " https://openuserjs.org/scripts/elwm/yt_clipper" ,
5
- "version" : " 5.18 .0" ,
5
+ "version" : " 5.19 .0" ,
6
6
"license" : " MIT" ,
7
7
"repository" : {
8
8
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " clipper"
3
- version = " 5.18 .0"
3
+ version = " 5.19 .0"
4
4
description = " Quickly generate clipped webms."
5
5
authors = [" exwm <rjvgb@protonmail.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- __version__ = "5.18 .0"
1
+ __version__ = "5.19 .0"
Original file line number Diff line number Diff line change 3
3
// BANNER GUARD
4
4
// @locale english
5
5
// @name yt_clipper
6
- // @version 5.18 .0
7
- // @version 5.18 .0
6
+ // @version 5.19 .0
7
+ // @version 5.19 .0
8
8
// @description Mark up YouTube videos and quickly generate clipped webms.
9
9
// @author elwm
10
10
// @namespace https://github.com/exwm
35
35
// ==/UserScript==
36
36
// BANNER GUARD
37
37
38
- const __version__ = '5.18 .0' ;
38
+ const __version__ = '5.19 .0' ;
39
39
40
40
import { Chart , ChartConfiguration } from 'chart.js' ;
41
41
import { safeHtml , stripIndent } from 'common-tags' ;
You can’t perform that action at this time.
0 commit comments