Skip to content

Commit cf9b30a

Browse files
authored
Merge pull request slgobinath#753 from slgobinath/master
Release v3.0.0b5 [BETA RELEASE]
2 parents 36bca07 + 88ec10a commit cf9b30a

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo apt-get install -y gettext
2727
2828
- name: Get Current Version
29-
uses: SebRollen/toml-action@v1.2.0
29+
uses: deltragon/toml-action@9858d6baada20622d2f4dd175aff33d0c82f0515
3030
with:
3131
file: "pyproject.toml"
3232
field: project.version

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
safeeyes (3.0.0b3) noble; urgency=medium
1+
safeeyes (3.0.0b5) noble; urgency=medium
2+
3+
* Re-release due to broken github action
4+
5+
-- Mel Dafert <[email protected]> Fri, 22 Aug 2025 19:50:00 +0000
6+
7+
safeeyes (3.0.0b4) noble; urgency=medium
28

39
* Wayland support: break screen shortcuts, window activation, donotdisturb
410
detection

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "safeeyes"
3-
version = "3.0.0b4"
3+
version = "3.0.0b5"
44
description = "Protect your eyes from eye strain using this continuous breaks reminder."
55
keywords = ["linux utility health eye-strain safe-eyes"]
66
readme = "README.md"
@@ -31,7 +31,7 @@ requires-python = ">=3.10"
3131

3232
[project.urls]
3333
Homepage = "https://github.com/slgobinath/SafeEyes"
34-
Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.0.0b4.tar.gz"
34+
Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.0.0b5.tar.gz"
3535

3636
[project.scripts]
3737
safeeyes = "safeeyes.__main__:main"

safeeyes/glade/about_dialog.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</pr
6464
<property name="valign">center</property>
6565
<property name="margin-top">10</property>
6666
<property name="margin-bottom">10</property>
67-
<property name="label">Safe Eyes 3.0.0b4</property>
67+
<property name="label">Safe Eyes 3.0.0b5</property>
6868
<property name="justify">center</property>
6969
<property name="hexpand">1</property>
7070
<property name="vexpand">1</property>

safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<url type="homepage">https://slgobinath.github.io/SafeEyes/</url>
5454

5555
<releases>
56+
<release version="3.0.0b5" date="2025-08-22" />
5657
<release version="3.0.0b4" date="2025-08-22" />
5758
<release version="3.0.0b3" date="2025-05-05" />
5859
<release version="3.0.0b2" date="2025-05-05" />

0 commit comments

Comments
 (0)