Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get install -y gettext

- name: Get Current Version
uses: SebRollen/toml-action@v1.2.0
uses: deltragon/toml-action@9858d6baada20622d2f4dd175aff33d0c82f0515
with:
file: "pyproject.toml"
field: project.version
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
safeeyes (3.0.0b3) noble; urgency=medium
safeeyes (3.0.0b5) noble; urgency=medium

* Re-release due to broken github action

-- Mel Dafert <m@dafert.at> Fri, 22 Aug 2025 19:50:00 +0000

safeeyes (3.0.0b4) noble; urgency=medium

* Wayland support: break screen shortcuts, window activation, donotdisturb
detection
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "safeeyes"
version = "3.0.0b4"
version = "3.0.0b5"
description = "Protect your eyes from eye strain using this continuous breaks reminder."
keywords = ["linux utility health eye-strain safe-eyes"]
readme = "README.md"
Expand Down Expand Up @@ -31,7 +31,7 @@ requires-python = ">=3.10"

[project.urls]
Homepage = "https://github.com/slgobinath/SafeEyes"
Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.0.0b4.tar.gz"
Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.0.0b5.tar.gz"

[project.scripts]
safeeyes = "safeeyes.__main__:main"
Expand Down
2 changes: 1 addition & 1 deletion safeeyes/glade/about_dialog.glade
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</pr
<property name="valign">center</property>
<property name="margin-top">10</property>
<property name="margin-bottom">10</property>
<property name="label">Safe Eyes 3.0.0b4</property>
<property name="label">Safe Eyes 3.0.0b5</property>
<property name="justify">center</property>
<property name="hexpand">1</property>
<property name="vexpand">1</property>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<url type="homepage">https://slgobinath.github.io/SafeEyes/</url>

<releases>
<release version="3.0.0b5" date="2025-08-22" />
<release version="3.0.0b4" date="2025-08-22" />
<release version="3.0.0b3" date="2025-05-05" />
<release version="3.0.0b2" date="2025-05-05" />
Expand Down