From 779f400f43db5d44211be18f0557eaabebcfd7be Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Tue, 11 Apr 2023 17:14:54 +0200 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=93=9D=20Update=20achievements=20Luze?= =?UTF-8?q?rn=20April=202023?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/events.json b/events.json index f897319..7520ceb 100644 --- a/events.json +++ b/events.json @@ -171,6 +171,10 @@ } ], "achievements": [ + { + "title": "GPX Animator: Working on the GPX file parser", + "url": "https://github.com/gpx-animator/gpx-animator/commits/master?since=2023-04-06&until=2023-04-06" + } ] }, { From 849354e0ea09b353ad0247fc3d765fa1447ce8a3 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Fri, 17 Nov 2023 14:31:18 +0100 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20code=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/events.json b/events.json index 78d25bb..3ce7bbf 100644 --- a/events.json +++ b/events.json @@ -37,7 +37,7 @@ "achievements": [ ] }, - { + { "date": "2023-11-15", "title": "Hackergarten Basel", "venue": "Karakun AG", @@ -58,7 +58,7 @@ "url": "https://github.com/McPringle/mastodon-autosetup/pull/6" } ] - }, + }, { "date": "2023-11-07", "venue": "codecentric AG", From 953759522627dacddaffcf55aa40255fbe583e08 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Fri, 17 Nov 2023 14:38:31 +0100 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=93=9D=20Add=20achievements=20Hackerg?= =?UTF-8?q?arten=20Basel=20November=202023?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/events.json b/events.json index 3ce7bbf..e560af7 100644 --- a/events.json +++ b/events.json @@ -54,7 +54,18 @@ "url": "https://github.com/jreleaser/jreleaser/issues/1525" }, { - "title": "Extend README of mastodon autosetup", + "title": "Mastodon Autosetup: code cleanup", + "url": "https://github.com/McPringle/mastodon-autosetup/commit/d8b23a4c6140804cb23f6a4383eb2911b055cf05" + }, + { + "title": "Mastodon Autosetup: extract setup to config file", + "url": "https://github.com/McPringle/mastodon-autosetup/commit/f8f827cd699c0b663f23768039dd962f8f522c07" + }, + { + "title": "Mastodon Autosetup: Much more cleanups..." + }, + { + "title": "Mastodon Autosetup: Extend README", "url": "https://github.com/McPringle/mastodon-autosetup/pull/6" } ] From dd7e5295777f0d54ca98445cfb974df473df4545 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Fri, 17 Nov 2023 14:41:44 +0100 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=92=A9=20Add=20non-required=20propert?= =?UTF-8?q?y=20to=20make=20linter=20happy...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- events.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/events.json b/events.json index e560af7..4428d55 100644 --- a/events.json +++ b/events.json @@ -62,7 +62,8 @@ "url": "https://github.com/McPringle/mastodon-autosetup/commit/f8f827cd699c0b663f23768039dd962f8f522c07" }, { - "title": "Mastodon Autosetup: Much more cleanups..." + "title": "Mastodon Autosetup: Much more cleanups...", + "url": "https://github.com/McPringle/mastodon-autosetup" }, { "title": "Mastodon Autosetup: Extend README",