All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.4.1 - 2022-11-20
- "remember instance on this device" didn't work (#12, #13)
2.4.0 - 2022-11-14
- analytics from GoatCounter
- the analytics are GDPR-friendly
- the analytics script is lightweight
- the results are publicly accessible
- better instructions for self-hosting (cred Tealk: #4, #5)
2.3.1 - 2022-03-16
- wrong font-weight on the "Toot!" button
2.3.0 - 2022-03-16
- self-hosted the Roboto font due to privacy concerns when using Google Fonts
2.2.2 - 2022-02-12
- repository moved to Codeberg; updated all URLs
2.2.1 - 2021-02-02
- changed GitHub username from
NickKaramoff
tokytta
2.2.0 - 2021-11-04
- migrated to PNPM as primary package manager
- change URL from
toot.karamoff.dev
totoot.kytta.dev
2.1.0 - 2021-08-29
- LibreJS-compatible licence identifiers
- SPDX licence identifiers
2.0.0 - 2021-08-29
- hosting how-to (#17)
- description in the
<title>
(#13) - sourcemaps for all files
- licence header to all files
- toot doesn't require JS to post anymore (#12)
- make backend not Vercel-dependend
- update
robots.txt
- use pure HTML instead of Pug
- simplify style and script pipeline
1.2.2 - 2021-08-14
- bumped dependencies (#16, #18)
1.2.1 - 2021-05-13
- bumped dependencies (#14, #15)
1.2.0 - 2021-03-17
- design of the page so that it looks more like a Mastodon website (without impersonating anyone)
- page displacement if a child is added to
<body>
(#11)
1.1.2 - 2021-03-12
- Node.js version is now 14, since it's now supported by Vercel
- migrated from
gulp-sass
to@mr-hope/gulp-sass
to avoid loading and buildingnode-sass
and other old deps
1.1.1 - 2021-03-03
.node-version
file for nodenv- Added
engines.node
field topackage.json
- this is required to ensure the correct environment for builds
- Bumped insecure Pug libraries
pug-code-gen
(#9)pug
(#10)
- Bumped other dependencies
1.1.0 - 2021-01-30
- Add CHANGELOG as file
- License changed from MIT to AGPL-3.0
- Add new, Mastodon-like logo (#6)
- Change "Mastodon" text to Mastodon's logo (#6)
1.0.0 - 2021-01-29
- Provide a list of Mastodon servers from joinmastodon.org (#1)
- Start marking version numbers
- Reword the Remember checkbox (#2)
- Open Mastodon in the same tab (#3, #4)
Initial release of the site
- Add main code for the site