From 0f6e14565e7112882ebdb8b6efdcdb6e3019be7d Mon Sep 17 00:00:00 2001 From: niksedk Date: Tue, 1 Sep 2026 19:33:56 +0200 Subject: [PATCH] Point se5-plugins.json at British/American English v1.3 releases Both plugins released with the direction-gated word list from PR #287 (fixes SubtitleEdit/subtitleedit#14374). Co-Authored-By: Claude Fable 5 --- se5-plugins.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/se5-plugins.json b/se5-plugins.json index 418be78..8232f9f 100644 --- a/se5-plugins.json +++ b/se5-plugins.json @@ -20,35 +20,35 @@ { "name": "British to American", "description": "Converts British English spellings to American English in the subtitle. Shows a checkable preview of every proposed change.", - "version": "1.2.0", + "version": "1.3.0", "author": "Subtitle Edit", "url": "https://github.com/SubtitleEdit/plugins/tree/main/se5/BritishToAmerican", - "date": "2026-08-14", + "date": "2026-09-01", "minSeVersion": "5.0.0", "downloads": { - "win-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.2/BritishToAmerican-win-x64.zip", - "win-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.2/BritishToAmerican-win-arm64.zip", - "linux-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.2/BritishToAmerican-linux-x64.zip", - "linux-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.2/BritishToAmerican-linux-arm64.zip", - "osx-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.2/BritishToAmerican-osx-x64.zip", - "osx-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.2/BritishToAmerican-osx-arm64.zip" + "win-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.3/BritishToAmerican-win-x64.zip", + "win-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.3/BritishToAmerican-win-arm64.zip", + "linux-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.3/BritishToAmerican-linux-x64.zip", + "linux-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.3/BritishToAmerican-linux-arm64.zip", + "osx-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.3/BritishToAmerican-osx-x64.zip", + "osx-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-british-to-american-v1.3/BritishToAmerican-osx-arm64.zip" } }, { "name": "American to British", "description": "Converts American English spellings to British English in the subtitle. Shows a checkable preview of every proposed change.", - "version": "1.2.0", + "version": "1.3.0", "author": "Subtitle Edit", "url": "https://github.com/SubtitleEdit/plugins/tree/main/se5/AmericanToBritish", - "date": "2026-08-14", + "date": "2026-09-01", "minSeVersion": "5.0.0", "downloads": { - "win-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.2/AmericanToBritish-win-x64.zip", - "win-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.2/AmericanToBritish-win-arm64.zip", - "linux-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.2/AmericanToBritish-linux-x64.zip", - "linux-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.2/AmericanToBritish-linux-arm64.zip", - "osx-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.2/AmericanToBritish-osx-x64.zip", - "osx-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.2/AmericanToBritish-osx-arm64.zip" + "win-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.3/AmericanToBritish-win-x64.zip", + "win-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.3/AmericanToBritish-win-arm64.zip", + "linux-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.3/AmericanToBritish-linux-x64.zip", + "linux-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.3/AmericanToBritish-linux-arm64.zip", + "osx-x64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.3/AmericanToBritish-osx-x64.zip", + "osx-arm64": "https://github.com/SubtitleEdit/plugins/releases/download/se5-american-to-british-v1.3/AmericanToBritish-osx-arm64.zip" } }, {