From 770c1c264665e992e2496c0a4d119b89d994dddb Mon Sep 17 00:00:00 2001 From: Jinjinov Date: Fri, 27 Feb 2026 08:48:36 +0100 Subject: [PATCH 1/3] Add OpenHabitTracker --- software/openhabittracker.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/openhabittracker.yml diff --git a/software/openhabittracker.yml b/software/openhabittracker.yml new file mode 100644 index 0000000000..0541b6c03a --- /dev/null +++ b/software/openhabittracker.yml @@ -0,0 +1,13 @@ +name: OpenHabitTracker +website_url: https://openhabittracker.net +source_code_url: https://github.com/Jinjinov/OpenHabitTracker +description: Track habits, tasks and notes with time tracking, calendar view and completion statistics. +licenses: + - GPL-3.0 +platforms: + - C# + - Docker +tags: + - Time Tracking + - Task Management & To-do Lists +demo_url: https://pwa.openhabittracker.net From aceb78894e5f7b142d37f71f2c953ddf96a4bbc9 Mon Sep 17 00:00:00 2001 From: Urban Date: Sat, 28 Feb 2026 13:44:56 +0100 Subject: [PATCH 2/3] Remove C# from platforms in openhabittracker.yml Removed C# from the list of platforms. --- software/openhabittracker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/openhabittracker.yml b/software/openhabittracker.yml index 0541b6c03a..4eb83df6a2 100644 --- a/software/openhabittracker.yml +++ b/software/openhabittracker.yml @@ -5,7 +5,6 @@ description: Track habits, tasks and notes with time tracking, calendar view and licenses: - GPL-3.0 platforms: - - C# - Docker tags: - Time Tracking From 6aa3c9490fb12cebf0b3c7c1b4b8ec98504c0e87 Mon Sep 17 00:00:00 2001 From: Urban Date: Sun, 1 Mar 2026 13:01:41 +0100 Subject: [PATCH 3/3] Update openhabittracker.yml Switch tag order --- software/openhabittracker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/openhabittracker.yml b/software/openhabittracker.yml index 4eb83df6a2..88c3bf579f 100644 --- a/software/openhabittracker.yml +++ b/software/openhabittracker.yml @@ -7,6 +7,6 @@ licenses: platforms: - Docker tags: - - Time Tracking - Task Management & To-do Lists + - Time Tracking demo_url: https://pwa.openhabittracker.net