Skip to content

Commit

Permalink
1.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
amka committed Aug 31, 2022
1 parent ccce496 commit 1a453b5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 17 deletions.
9 changes: 9 additions & 0 deletions data/com.github.tenderowl.frog.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
</screenshots>

<releases>
<release version="1.2.0" type="stable" date="2022-08-31">
<description>
<p>What's new:</p>
<ul>
<li>Open image button now available.</li>
<li>Translations updated.</li>
</ul>
</description>
</release>
<release version="1.1.3" type="stable" date="2022-06-15">
<description>
<p>What's new:</p>
Expand Down
Binary file modified data/screenshots/frog-window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions flatpak/com.github.tenderowl.frog.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,31 @@
"libportal.json",
"zbar.json",
{
"name": "python3-pytesseract",
"buildsystem": "simple",
"build-commands": [
"name" : "python3-pytesseract",
"buildsystem" : "simple",
"build-commands" : [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pytesseract\" --no-build-isolation"
],
"sources": [
"sources" : [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl",
"sha256": "5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl",
"sha256" : "5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/8c/92/2975b464d9926dc667020ed1abfa6276e68c3571dcb77e43347e15ee9eed/Pillow-9.2.0.tar.gz",
"sha256": "75e636fd3e0fb872693f23ccb8a5ff2cd578801251f3a4f6854c6a5d437d3c04"
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/8c/92/2975b464d9926dc667020ed1abfa6276e68c3571dcb77e43347e15ee9eed/Pillow-9.2.0.tar.gz",
"sha256" : "75e636fd3e0fb872693f23ccb8a5ff2cd578801251f3a4f6854c6a5d437d3c04"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl",
"sha256": "ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/05/8e/8de486cbd03baba4deef4142bd643a3e7bbe954a784dc1bb17142572d127/packaging-21.3-py3-none-any.whl",
"sha256" : "ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"
},
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/c5/54/ec007336f38d2d4ce61f3544af3e6855dacbf04a1ac8294f10cabe81146f/pytesseract-0.3.10-py3-none-any.whl",
"sha256": "8f22cc98f765bf13517ead0c70effedb46c153540d25783e04014f28b55a5fc6"
"type" : "file",
"url" : "https://files.pythonhosted.org/packages/c5/54/ec007336f38d2d4ce61f3544af3e6855dacbf04a1ac8294f10cabe81146f/pytesseract-0.3.10-py3-none-any.whl",
"sha256" : "8f22cc98f765bf13517ead0c70effedb46c153540d25783e04014f28b55a5fc6"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('frog',
version: '1.1.3',
version: '1.2.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down

0 comments on commit 1a453b5

Please sign in to comment.