Skip to content

Commit eabe6bc

Browse files
committed
version: 5.42.0
1 parent fcc83fa commit eabe6bc

8 files changed

Lines changed: 17 additions & 9 deletions

File tree

.bumpit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version: "5.41.0"
1+
current_version: "5.42.0"
22
base_branch: "master"
33
strategy:
44
name: "semver"

.github/workflows/yt_clipper_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
NAME: yt_clipper
12-
VERSION: "5.41.0"
12+
VERSION: "5.42.0"
1313

1414
FFMPEG_VERSION: "8.0.1"
1515
FFMPEG_WIN_BASE_URL: https://github.com/GyanD/codexffmpeg/releases/download

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## [5.42.0](https://github.com/exwm/yt_clipper/compare/v5.41.0...v5.42.0) (2026-04-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **markup:** move marker by frame (alt+shift+mousewheel) should not jump to start when marker pair looping is enabled ([f9f6c23](https://github.com/exwm/yt_clipper/commit/f9f6c23452d180b20d916c9ee26be842c15747f0))
11+
* **markup:** yt: hide yt overlays that may interfere with cropping ([fcc83fa](https://github.com/exwm/yt_clipper/commit/fcc83fa734fea302169efc66747801a3ad5034f5))
12+
513
## [5.41.0](https://github.com/exwm/yt_clipper/compare/v5.40.0...v5.41.0) (2026-03-26)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "yt_clipper",
33
"description": "Mark up YouTube videos and quickly generate clipped webms.",
44
"author": "exwm",
5-
"version": "5.41.0",
5+
"version": "5.42.0",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "clipper"
3-
version = "5.41.0"
3+
version = "5.42.0"
44
description = "Quickly generate clipped webms."
55
authors = [{ name = "exwm", email = "rjvgb@protonmail.com" }]
66
requires-python = ">=3.12,<3.13"

src/clipper/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.41.0"
1+
__version__ = "5.42.0"

src/markup/yt_clipper.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// BANNER GUARD
44
// @locale english
55
// @name yt_clipper
6-
// @version 5.41.0
7-
// @version 5.41.0
6+
// @version 5.42.0
7+
// @version 5.42.0
88
// @description Mark up YouTube videos and quickly generate clipped webms.
99
// @author elwm
1010
// @namespace https://github.com/exwm
@@ -37,7 +37,7 @@
3737
// ==/UserScript==
3838
// BANNER GUARD
3939

40-
const __version__ = '5.41.0';
40+
const __version__ = '5.42.0';
4141
import { Chart, ChartConfiguration } from 'chart.js';
4242
import { safeSetInnerHtml } from './util/util';
4343
import { stripIndent } from 'common-tags';

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)