Skip to content

Commit

Permalink
Fix copy/paste image
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Jun 19, 2024
1 parent e6575e3 commit 34a652f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/cobang-resp.glade
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<child>
<object class="GtkEventBox" id="eventbox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="can-focus">True</property>
<property name="events">GDK_KEY_PRESS_MASK | GDK_STRUCTURE_MASK</property>
<property name="visible-window">False</property>
<property name="above-child">True</property>
Expand Down
7 changes: 7 additions & 0 deletions data/vn.hoabinh.quan.CoBang.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
</kudos>

<releases>
<release version="0.14.1" date="2024-06-19" urgency="medium">
<description translate="no">
<p>Fix copy/paste image.</p>
<p>Update translations.</p>
<p>Hide mirror button when webcam is not used.</p>
</description>
</release>
<release version="0.14.0" date="2024-06-15" urgency="medium">
<description translate="no">
<p>Add mirror mode.</p>
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('cobang',
version: '0.14.0',
version: '0.14.1',
meson_version: '>= 0.61',
default_options: [
'warning_level=2',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cobang"
version = "0.14.0"
version = "0.14.1"
description = "QR code and barcode scanner for Linux desktop"
authors = [
{name = "Nguyễn Hồng Quân", email = "[email protected]"},
Expand Down

0 comments on commit 34a652f

Please sign in to comment.