Skip to content

Commit

Permalink
version 0.4.0, whis is first which will be pubslihed like FlatPak (ch…
Browse files Browse the repository at this point in the history
…anges are minimal, only because of FlatPak runtimes)
  • Loading branch information
jiri-one committed Nov 11, 2021
1 parent 3595b77 commit 424d513
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Because, the app is writen in Python, you can simply install from PyPi:
`pip install easydict-gtk`
and run it with:
`easydict-gtk`
The second option to install easydict-gtk is to use Flatpak:
`flatpak install org.flatpak.easydict-gtk`
and run it with:
`flatpak run org.flatpak.easydict-gtk`

Dependencies:
---
Expand Down
3 changes: 2 additions & 1 deletion easydict_gtk/ui/easydict.glade
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<property name="can-focus">False</property>
<property name="destroy-with-parent">True</property>
<property name="type-hint">normal</property>
<property name="skip-taskbar-hint">True</property>
<property name="program-name">EasyDict</property>
<property name="version">0.2</property>
<property name="copyright" translatable="yes">The program itself is distributed under the GPL 3.0, but the dictionary data is governed by the license listed on the website http://svobodneslovniky.cz, which is GNU/FDL.</property>
Expand Down Expand Up @@ -50,6 +51,7 @@
<property name="default-height">300</property>
<property name="destroy-with-parent">True</property>
<property name="type-hint">normal</property>
<property name="skip-taskbar-hint">True</property>
<child internal-child="vbox">
<object class="GtkBox">
<property name="can-focus">False</property>
Expand Down Expand Up @@ -193,7 +195,6 @@
<property name="window-position">mouse</property>
<property name="default-width">360</property>
<property name="default-height">640</property>
<property name="skip-taskbar-hint">True</property>
<property name="gravity">north-east</property>
<signal name="delete-event" handler="onXButton" swapped="no"/>
<child>
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "easydict-gtk"
version = "0.3.9"
version = "0.4.0"
description = "The first open source translator which is completely open with dictionary data too."
authors = ["jiri.one <nemec@jiri.one>"]
license = "GPL-3.0-only"
Expand All @@ -10,7 +10,7 @@ exclude = ["easydict_gtk/garbage"]

[tool.poetry.dependencies]
python = "^3.8"
PyGObject = "^3.42.0"
PyGObject = "^3.38.0"
pycairo = "^1.20.1"
tinydb = "^4.5.2"
orjson = "^3.6.4"
Expand Down

0 comments on commit 424d513

Please sign in to comment.