From 6749104d780e306127e4e424959725ae955e0a4d Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 13 Feb 2025 15:43:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7242cee --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Fixed + +- Fixed french name for intersex +- Fixed names by removing accents and other weird things +- Used replaceAll everywhere + +### Added + +- Added demisexual and demiromantic flags +- Added "LGBTQ+ rights" texts +- Added "now!" variants +- Added aro-ace flags +- Added genderfluid flags +- Added demigenders flags +- Added polyamours flags +- Added "& proud" texts + +### Changed + +- The script show now the time generation +- Count the number of flags and buttons generated +- The script uses now functions and should be more readable + + +## [1.0.0] - 2025-02-02 + +Initial release of the project, containing the following things : + +- Present flags : Pride, Asexual, Agender, Aromantic, Bisexual, Demiboy, Demigirl, Gay, Lesbian, Intersex, Non-binary, Pansexual, Transgender +- Texts in french and english +- Anti-terf, anti-transphobia texts. +- Protect trans kids texts +- Trans rights texts + +[unreleased]: https://git.kobold.cafe/kazhnuz/pride-buttons/compare/1.0.0...main +[1.0.0]: https://git.kobold.cafe/kazhnuz/pride-buttons/releases/tag/1.0.0 \ No newline at end of file