diff --git a/public/changelog.txt b/public/changelog.txt index 04afbcc..6254962 100644 --- a/public/changelog.txt +++ b/public/changelog.txt @@ -1,3 +1,8 @@ +- 2.34.3 : 2024-11-26 + + added total reps and total sets count on the journal's post. + * fixed/retouched the colors on dark mode because I know dark mode looked like shit... + * Hided the "get fit" banner on the index page because in that page she is already being used in the main callout banner. + - 2.34.2 : 2024-11-25 * Bug fix reported by @asambol : An error was happening when there was no session available and the app tried to access a session property. This error made the page look all white, nothing loaded in Safari. My bad, forgot to check for a null session. diff --git a/src/version.json b/src/version.json index 3ae7ad3..315b0cf 100644 --- a/src/version.json +++ b/src/version.json @@ -1 +1 @@ -{"buildMajor":"2","buildMinor":34,"buildRevision":2,"buildTag":"RELEASE","when":"Mon, 25 Nov 2024 22:35:44 GMT"} \ No newline at end of file +{"buildMajor":"2","buildMinor":34,"buildRevision":3,"buildTag":"RELEASE","when":"Tue, 26 Nov 2024 12:03:48 GMT"} \ No newline at end of file