Unverified Commit 6efec7bc authored by Marius Göcke's avatar Marius Göcke
Browse files

Merge branch 'other/next-release'

parents 289d7925 fe3e90dd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
v1.3.1;3170
v1.3.2;3170
v1.3.3;3169
v1.3.4;3300
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
# Release notes

## Changes

- Added list of supported languages.
+2 −1
Original line number Diff line number Diff line
@@ -8,3 +8,4 @@ Version;SupportBegin;SupportEnd
1.3.1;2025-09-08T00:00:00;2027-12-08T00:00:00
1.3.2;2025-11-09T00:00:00;2027-02-08T00:00:00
1.3.3;2025-11-09T00:00:00;2027-02-08T00:00:00
1.3.4;2025-11-09T00:00:00;2027-02-08T00:00:00
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ services:
  simpleocr:
    container_name: simpleocr
    env_file: Variables.env
    image: simpleocr:1.3.3
    image: simpleocr:1.3.4
    ports:
    - 443:443
    volumes:
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
    codeunitspecificationversion="2.9.4"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://projects.aniondev.de/PublicProjects/Common/ProjectTemplates/-/raw/v2.9.4/Conventions/RepositoryStructure/CommonProjectStructure/codeunit.xsd" enabled="true">
    <cps:name>SimpleOCR</cps:name>
    <cps:version>1.3.3</cps:version>
    <cps:version>1.3.4</cps:version>
    <cps:codeunitownername>Marius Göcke</cps:codeunitownername>
    <cps:codeunitowneremailaddress>marius.goecke@gmail.com</cps:codeunitowneremailaddress>
    <cps:properties codeunithastestablesourcecode="false" codeunithasupdatabledependencies="false"
Loading