Skip to content

Commit 0716193

Browse files
committed
SE version 4.0.14
1 parent ab62d81 commit 0716193

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+138
-137
lines changed

Changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Subtitle Edit Changelog
22

3-
4.0.14 (xth October 2025) BETA
3+
4.0.14 (28th October 2025)
44
* NEW
55
* Add Armenian translation - thx ArsenTech
66
* Add Hebrew translation - thx q9411aa
@@ -37,6 +37,7 @@
3737
* Fix crash in "Remove text for hearing impaired" - thx Andrebavila
3838
* Fix for Frensh spell check - thx Fannette
3939
* Fix Latvian dictionary download - thx Toms200
40+
* Fix for copy/paste crash in text box - thx darnn/ivandrofly
4041

4142

4243
4.0.13 (30th July 2025)

LanguageBaseEnglish.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Language Name="English">
33
<General>
44
<Title>Subtitle Edit</Title>
5-
<Version>4.0.13</Version>
5+
<Version>4.0.14</Version>
66
<TranslatedBy>Translated by Nikse</TranslatedBy>
77
<CultureName>en-US</CultureName>
88
<HelpFile />

src/libse/LibSE.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<IsPackable>true</IsPackable>
1616
<RepositoryType>git</RepositoryType>
1717
<IncludeContentInPack>true</IncludeContentInPack>
18-
<PackageReleaseNotes>SE 4.0.13</PackageReleaseNotes>
18+
<PackageReleaseNotes>SE 4.0.14</PackageReleaseNotes>
1919
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
2020
<PackageReadmeFile>Readme.md</PackageReadmeFile>
2121
</PropertyGroup>

src/libse/Properties/AssemblyInfo.cs.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using System.Runtime.InteropServices;
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("eab3b9db-0f82-4843-982b-05a4c51888a2")]
2424

25-
[assembly: AssemblyVersion("4.0.13.[REVNO]")]
25+
[assembly: AssemblyVersion("4.0.14.[REVNO]")]
2626

2727
// Make the internal types available in our testing assembly.
2828
[assembly: InternalsVisibleTo("Test")]

src/ui/Languages/ar-EG.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Language Name="العربية">
33
<General>
44
<Title>تحرير العنوان الفرعي</Title>
5-
<Version>4.0.13</Version>
5+
<Version>4.0.14</Version>
66
<TranslatedBy>تمت الترجمة بواسطة نيكسي</TranslatedBy>
77
<CultureName>ar-EG</CultureName>
88
<HelpFile />

src/ui/Languages/bg-BG.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Language Name="Български">
33
<General>
44
<Title>Subtitle Edit</Title>
5-
<Version>4.0.13</Version>
5+
<Version>4.0.14</Version>
66
<TranslatedBy>Последен превод на български 21.08.2025: KalinM</TranslatedBy>
77
<CultureName>bg-BG</CultureName>
88
<HelpFile />

src/ui/Languages/br-FR.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Language Name="brezhoneg">
33
<General>
44
<Title>Subtitle Edit</Title>
5-
<Version>4.0.13</Version>
5+
<Version>4.0.14</Version>
66
<TranslatedBy>Troet gant WaniBzh29.</TranslatedBy>
77
<CultureName>br-FR</CultureName>
88
<HelpFile />

src/ui/Languages/ca-ES.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Language Name="català">
33
<General>
44
<Title>Subtitle Edit</Title>
5-
<Version>4.0.13</Version>
5+
<Version>4.0.14</Version>
66
<TranslatedBy>Traduït per Juansa</TranslatedBy>
77
<CultureName>ca-ES</CultureName>
88
<HelpFile />

src/ui/Languages/cs-CZ.xml

Lines changed: 82 additions & 82 deletions
Large diffs are not rendered by default.

src/ui/Languages/da-DK.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Language Name="dansk">
33
<General>
44
<Title>Subtitle Edit</Title>
5-
<Version>4.0.13</Version>
5+
<Version>4.0.14</Version>
66
<TranslatedBy>Oversat til dansk af Nikse (mailto:[email protected])</TranslatedBy>
77
<CultureName>da-DK</CultureName>
88
<HelpFile />

0 commit comments

Comments
 (0)