diff --git a/docs/changelog.md b/docs/changelog.md index a047c97..f3ccecf 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,8 +1,15 @@ # Changelog - -## v1.0.3 (2024-06-xx) + + +## v1.0.3 (2024-06-05) - new commissions page - add metamuffin ads diff --git a/docs/commissions.md b/docs/commissions.md index 228d4b1..e28c047 100644 --- a/docs/commissions.md +++ b/docs/commissions.md @@ -1,10 +1,10 @@ # Commissions -I'm available for commissions. +I'm available for commissions! ## About me -I'm a French computer science student. I'm looking to for work in IT. +I'm a French computer science student. I'm looking for work in IT. I have extensive knowledge in TypeScript and JavaScript since 2018, especially in the Node.js ecosystem. I have been using GNU+Linux operating systems since 2019, with good experience in the following distributions: diff --git a/docs/index.md b/docs/index.md index 97fe1b9..b9e2183 100644 --- a/docs/index.md +++ b/docs/index.md @@ -77,10 +77,19 @@ If you like my posts, please consider supporting me on [Liberapay](https://liber ## changelog -## v1.0.3 (2024-06-xx) +### v1.0.3 (2024-06-05) -- minify css files -- compress favicons +- new commissions page +- add metamuffin ads +- major optimizations (artifact compression, html lazy loading) +- got markdown working in haml +- add a content security policy (to check) +- fix an indentation bug in the haml template that caused the footer to show up after `` +- add maia badge +- add warrant canaray +- use my keyoxide pgp key instead +- add "last updated" field at the bottom of the page +- citrons.xyz is unresponsive, hide johnvertisement ### v1.0.2 (2024-05-26) diff --git a/haml/main.haml b/haml/main.haml index 61994c1..b6b27af 100644 --- a/haml/main.haml +++ b/haml/main.haml @@ -132,6 +132,7 @@ -# Metamuffin Ads %iframe(src="https://adservices.metamuffin.org/v1/embed?s=tilde.club/~tasiaiso/" style="border:none;width:728px;height:90px;" loading="lazy") + -# Last update: 2024-06-05 %p.fg4 - require "date" = "Last update: " + Time.now().strftime("%Y-%m-%d") \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7110dc2..e802744 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tilde", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tilde", - "version": "1.0.2", + "version": "1.0.3", "license": "GPL-3.0-only", "devDependencies": { "markdownlint-cli": "0.40.0", diff --git a/package.json b/package.json index eb29372..9139c9b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tilde", "description": "My personal website", - "version": "1.0.2", + "version": "1.0.3", "author": "tasiaiso", "license": "GPL-3.0-only", "devDependencies": {