Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialOwl committed Jan 17, 2020
1 parent abea565 commit 4d65401
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog


### 1.4.0 (nc18)

- compat nc18


### 1.3.2

- more logs
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=daita
branch=master
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
version+=1.3.2
version+=1.4.0

all: appstore

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ which is a wrapper for the command line program [Tesseract OCR](https://github.c
Tesseract must be installed locally, and configured.
]]>
</description>
<version>1.3.2</version>
<version>1.4.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>Files_FullTextSearch_Tesseract</namespace>
Expand All @@ -27,7 +27,7 @@ Tesseract must be installed locally, and configured.
<repository>https://github.com/daita/files_fulltextsearch_tesseract.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/fulltextsearch/master/screenshots/0.3.0.png</screenshot>
<dependencies>
<nextcloud min-version="16" max-version="17"/>
<nextcloud min-version="18" max-version="18"/>
</dependencies>

<settings>
Expand Down
2 changes: 1 addition & 1 deletion lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
use OCA\Files_FullTextSearch_Tesseract\Service\TesseractService;
use OCP\AppFramework\App;
use OCP\AppFramework\QueryException;
use Symfony\Component\EventDispatcher\GenericEvent;
use OCP\EventDispatcher\GenericEvent;


/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Service/ConfigService.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@


use OCA\Files_FullTextSearch_Tesseract\AppInfo\Application;
use OCP\EventDispatcher\GenericEvent;
use OCP\IConfig;
use Symfony\Component\EventDispatcher\GenericEvent;


/**
Expand Down
2 changes: 1 addition & 1 deletion lib/Service/TesseractService.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

use Exception;
use OC\Files\View;
use OCP\EventDispatcher\GenericEvent;
use OCP\Files\File;
use OCP\Files\Node;
use OCP\Files\NotFoundException;
Expand All @@ -41,7 +42,6 @@
use OCP\FullTextSearch\Model\ISearchRequest;
use Spatie\PdfToImage\Exceptions\PageDoesNotExist;
use Spatie\PdfToImage\Pdf;
use Symfony\Component\EventDispatcher\GenericEvent;
use thiagoalessio\TesseractOCR\TesseractOCR;
use Throwable;

Expand Down

0 comments on commit 4d65401

Please sign in to comment.