toot-script-condivisione-su.../CHANGELOG.md

177 lines
4.1 KiB
Markdown
Raw Normal View History

2021-01-30 00:01:37 +01:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2022-11-14 17:38:14 +01:00
## [v3 (unreleased)][unreleased]
2022-11-14 14:10:28 +01:00
### Changed
- **new project name**: Share₂Fedi (see #1)
- new default instance URL: <https://s2f.kytta.dev>
- new logo
2022-11-14 18:37:41 +01:00
- new website style
2022-11-14 14:10:28 +01:00
- the licence changed (again) from AGPL-3.0 to ISC
2022-11-14 14:08:13 +01:00
## [2.4.0] - 2022-11-14
### Added
- analytics from GoatCounter
- the analytics are GDPR-friendly
- the analytics script is lightweight
- [the results are publicly accessible](https://share2fedi.goatcounter.com/)
- better instructions for self-hosting (cred Tealk: #4, #5)
2022-03-16 13:54:07 +01:00
## [2.3.1] - 2022-03-16
### Fixed
- wrong font-weight on the "Toot!" button
2022-03-16 13:50:34 +01:00
## [2.3.0] - 2022-03-16
### Changed
- self-hosted the Roboto font due to privacy concerns when using Google Fonts
2022-02-12 12:40:48 +01:00
## [2.2.2] - 2022-02-12
### Changed
- repository moved to Codeberg; updated all URLs
## [2.2.1] - 2021-02-02
### Changed
- changed GitHub username from `NickKaramoff` to `kytta`
## [2.2.0] - 2021-11-04
### Changed
- migrated to PNPM as primary package manager
- change URL from `toot.karamoff.dev` to `toot.kytta.dev`
2021-08-29 13:55:20 +02:00
## [2.1.0] - 2021-08-29
### Added
- LibreJS-compatible licence identifiers
- SPDX licence identifiers
2021-08-29 13:22:14 +02:00
## [2.0.0] - 2021-08-29
### Added
- hosting how-to (#17)
- description in the `<title>` (#13)
- sourcemaps for all files
- licence header to all files
### Changed
- 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
2021-08-14 17:51:00 +02:00
## [1.2.2] - 2021-08-14
### Security
- bumped dependencies (#16, #18)
2021-05-13 14:19:23 +02:00
## [1.2.1] - 2021-05-13
### Security
- bumped dependencies (#14, #15)
2021-03-17 08:47:20 +01:00
## [1.2.0] - 2021-03-17
### Changed
- design of the page so that it looks more like a Mastodon website (without impersonating anyone)
### Fixed
- page displacement if a child is added to `<body>` (#11)
2021-03-12 20:38:00 +01:00
## [1.1.2] - 2021-03-12
2021-03-12 20:24:15 +01:00
### Changed
- Node.js version is now 14, since it's now supported by Vercel
### Security
- migrated from `gulp-sass` to `@mr-hope/gulp-sass` to avoid loading and building `node-sass` and other old deps
2021-03-12 20:24:02 +01:00
## [1.1.1] - 2021-03-03
2021-03-03 14:08:10 +01:00
2021-03-03 14:11:05 +01:00
### Added
- `.node-version` file for nodenv
2021-03-03 14:16:45 +01:00
- Added `engines.node` field to `package.json`
- this is required to ensure the correct environment for builds
2021-03-03 14:11:05 +01:00
2021-03-03 14:08:10 +01:00
### Security
2021-03-03 14:14:53 +01:00
- Bumped insecure Pug libraries
2021-03-03 14:08:10 +01:00
- `pug-code-gen` (#9)
- `pug` (#10)
2021-03-03 14:14:53 +01:00
- Bumped other dependencies
2021-03-03 14:08:10 +01:00
2021-03-12 20:24:02 +01:00
## [1.1.0] - 2021-01-30
2021-01-30 00:01:37 +01:00
### Added
- Add CHANGELOG as file
### Changed
- License changed from MIT to AGPL-3.0
- Add new, Mastodon-like logo (#6)
- Change "Mastodon" text to Mastodon's logo (#6)
2021-03-12 20:24:02 +01:00
## [1.0.0] - 2021-01-29
2021-01-30 00:01:37 +01:00
### Added
- Provide a list of Mastodon servers from joinmastodon.org (#1)
- Start marking version numbers
### Changed
- Reword the Remember checkbox (#2)
- Open Mastodon in the same tab (#3, #4)
## (no version number)
Initial release of the site
### Added
- Add main code for the site
2022-11-14 17:38:14 +01:00
[unreleased]: https://codeberg.org/kytta/toot/compare/v2.4.0...HEAD
2022-11-14 14:08:13 +01:00
[2.4.0]: https://codeberg.org/kytta/toot/compare/v2.3.1...v2.4.0
2022-03-16 13:54:07 +01:00
[2.3.1]: https://codeberg.org/kytta/toot/compare/v2.3.0...v2.3.1
2022-03-16 13:50:34 +01:00
[2.3.0]: https://codeberg.org/kytta/toot/compare/v2.2.2...v2.3.0
2022-02-12 12:40:48 +01:00
[2.2.2]: https://codeberg.org/kytta/toot/compare/v2.2.1...v2.2.2
[2.2.1]: https://codeberg.org/kytta/toot/compare/v2.2.0...v2.2.1
[2.2.0]: https://codeberg.org/kytta/toot/compare/v2.1.0...v2.2.0
2022-02-12 12:35:53 +01:00
[2.1.0]: https://codeberg.org/kytta/toot/compare/v2.0.0...v2.1.0
[2.0.0]: https://codeberg.org/kytta/toot/compare/v1.2.2...v2.0.0
[1.2.2]: https://codeberg.org/kytta/toot/compare/v1.2.1...v1.2.2
[1.2.1]: https://codeberg.org/kytta/toot/compare/v1.2.0...v1.2.1
[1.2.0]: https://codeberg.org/kytta/toot/compare/v1.1.2...v1.2.0
2022-02-12 12:40:48 +01:00
[1.1.2]: https://codeberg.org/kytta/toot/compare/v1.1.1...v1.1.2
2022-02-12 12:35:53 +01:00
[1.1.1]: https://codeberg.org/kytta/toot/compare/v1.1.0...v1.1.1
[1.1.0]: https://codeberg.org/kytta/toot/compare/v1.0.0...v1.1.0
[1.0.0]: https://codeberg.org/kytta/toot/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0