From 6ab3a3961a53d7a046f18308802a11f9dd501105 Mon Sep 17 00:00:00 2001 From: Lord Lumineer <56554075+LordLumineer@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:51:39 -0500 Subject: [PATCH] V1.1.0 (#28) * V1.0.5 BETA (#15) * :sparkles: v1.0.5 - Try It Out * Removed the bridge to the titles and cleaned so of the code * feat: :test_tube: Better CI/CD to include the pre-release branch Invalid version on purpose to test the version validation Invalid version on purpose to test the version validation * run version check on pre-release PR * Now with valid version * beta v2 (#16) * V1.0.5 try it out (#17) * feat: :sparkles: v1.0.5 - Try It Out Added a box to try out the service directly in the home page * v1.0.5 - BETA * beta 1 * removed the bridge to the titles and cleaned so of the code * feat: :test_tube: Better CI/CD to include the pre-release branch Invalid version on purpose to test the version validation Invalid version on purpose to test the version validation * run version check on pre-release PR * Now with valid version * beta v2 fixed homepage tags * fix: :bug: Fixed wrong endpoint for SEO * :sparkles: Refactoring of the homepage to use libraries (#18) * :sparkles: Allow Multple connection with same token + cleaned bit the Home Page * fixed beta version number (#21) * style: :art: cleaned up the HomePage (#22) * v1.1.0 RC1- Ready | Uniformed the theme (#23) * 1.1.0 - RC2 (#24) * ci: Check the diff of the changes.md * ci: Fixed the if statements to check the version depending on the target of the PR * V1.1.0 STABLE (#27) * v1.1.0 - READY * v1.0 Stable * Update .gitattributes [skip ci] Added scrit.js and style.css to the gitattributes ignore (docs) as these aren't really part of the project and are there for documentation (homepage) --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 597d5ea..35833a7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ -static/index.html linguist-documentation=true test_client.html linguist-documentation=true +static/index.html linguist-documentation=true +static/script.js linguist-documentation=true +static/style.css linguist-documentation=true