From 770c1c264665e992e2496c0a4d119b89d994dddb Mon Sep 17 00:00:00 2001 From: Jinjinov Date: Fri, 27 Feb 2026 08:48:36 +0100 Subject: [PATCH 1/2] 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/2] 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