emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/subed 798b38ef23 2/3: v1.2.22: add documentation


From: ELPA Syncer
Subject: [nongnu] elpa/subed 798b38ef23 2/3: v1.2.22: add documentation
Date: Thu, 19 Dec 2024 10:01:14 -0500 (EST)

branch: elpa/subed
commit 798b38ef23ac77ea2a35c56dd2142f10f0e8a6e8
Author: Sacha Chua <sacha@sachachua.com>
Commit: Sacha Chua <sacha@sachachua.com>

    v1.2.22: add documentation
---
 NEWS.org       | 32 ++++++++++++++++++++++++++++++++
 subed/subed.el |  2 +-
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 2d2cea7a6d..820f319aba 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,6 +1,38 @@
 #+OPTIONS: toc:nil
 
 * subed news
+** Version 1.2.22 - 2024-12-19 - Sacha Chua
+
+- New commands:
+  - subed-sum-time displays the total time for the
+    subtitles. Note that this is the sum of the
+    duration of each subtitle, not the difference
+    between the earliest start time and the latest
+    end time.
+  - subed-retime-subtitles: provide a transient map for setting subtitle times.
+  - subed-align-region: use Aeneas to realign the
+    text within the region using the start and end
+    time in the region.
+  - subed-word-data-fix-subtitle-timing: use
+    WhisperX or SRV2 word data to adjust timing in
+    the region or buffer.
+  - subed-crop-subtitles, subed-crop-media-file
+  - lots of new commands for controlling MPV,
+    starting with the C-c C-f shortcut for
+    subed-mpv-control which uses
+    subed-mpv-control-map as the transient keymap.
+    Use M-x describe-variable
+    subed-mpv-control-map for details.
+- New hook: subed-region-adjusted-hook
+- Renamed subed-waveform-ffmpeg-executable to
+  subed-ffmpeg-executable, moved duration from
+  subed-waveform to subed.
+- Bugfixes and minor improvements:
+  - VTT bugfix: Require subtitle separator before NOTE so that cues can 
contain the string "Note"
+  - Fix compiler warnings.
+  - subed-word-data-load-from-file: offer directories during completion for 
easier navigation.
+- Added more notes to the README.org.
+
 ** Version 1.2.20, 1.2.21 - 2024-11-17 - Sacha Chua
 
 - subed-word-data.el: Bugfix, whoops. I should write tests for this someday...
diff --git a/subed/subed.el b/subed/subed.el
index a597d28834..3cf61c996c 100644
--- a/subed/subed.el
+++ b/subed/subed.el
@@ -1,6 +1,6 @@
 ;;; subed.el --- A major mode for editing subtitles  -*- lexical-binding: t; 
-*-
 
-;; Version: 1.2.21
+;; Version: 1.2.22
 ;; Maintainer: Sacha Chua <sacha@sachachua.com>
 ;; Author: Random User
 ;; Keywords: convenience, files, hypermedia, multimedia



reply via email to

[Prev in Thread] Current Thread [Next in Thread]