-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
208 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,208 @@ | ||
# 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). | ||
|
||
## [Unreleased] | ||
|
||
## [2.0.0] - 2024-05-06 | ||
### Added | ||
- Move to Astro | ||
|
||
## [1.4.2] - 2024-03-08 | ||
### Changed | ||
- Update all dependencies | ||
|
||
## [1.4.1] - 2024-02-09 | ||
### Fixed | ||
- Fix undefined homepage title #108 | ||
|
||
## [1.4.0] - 2024-02-09 | ||
### Fixed | ||
- Fix 403 on events #87 | ||
|
||
### Changed | ||
- Update all dependencies | ||
|
||
## [1.3.4] - 2024-01-26 | ||
### Added | ||
- Meetup and Youtube links to event page | ||
- Fix /events page redirection | ||
|
||
### Changed | ||
- Improve page titles | ||
|
||
## [1.3.3] - 2024-01-12 | ||
### Changed | ||
- Update all dependencies | ||
|
||
## [1.3.2] - 2024-01-01 | ||
### Changed | ||
- Update all dependencies | ||
|
||
## [1.3.1] - 2023-12-07 | ||
### Added | ||
- Add premium sponsors 2024 | ||
|
||
## [1.3.0] - 2023-12-01 | ||
### Changed | ||
- Update all dependencies | ||
|
||
## [1.2.12] - 2023-10-20 | ||
### Changed | ||
- Update all dependencies | ||
|
||
## [1.2.11] - 2023-10-06 | ||
### Changed | ||
- Update all dependencies | ||
|
||
## [1.2.10] - 2023-09-08 | ||
### Changed | ||
- Update sponsoring factsheet pdf | ||
- update all dependencies | ||
|
||
## [1.2.9] - 2023-08-24 | ||
### Changed | ||
- Refactor sponsoring packages related strings | ||
|
||
## [1.2.8] - 2023-08-24 | ||
### Changed | ||
- update all dependencies | ||
|
||
## [1.2.7] - 2023-08-11 | ||
### Changed | ||
- update all dependencies | ||
|
||
## [1.2.6] - 2023-06-23 | ||
### Changed | ||
- update all dependencies | ||
|
||
## [1.2.5] - 2023-06-08 | ||
### Changed | ||
- update all dependencies | ||
|
||
## [1.2.4] - 2023-05-26 | ||
### Changed | ||
- update all dependencies | ||
|
||
## [1.2.3] - 2023-05-12 | ||
### Changed | ||
- update all dependencies | ||
|
||
### Added | ||
- Add GA4 | ||
|
||
## [1.2.2] - 2023-04-28 | ||
### Added | ||
- Event teasers link | ||
|
||
### Changed | ||
- Update all dependencies | ||
|
||
## [1.2.1] - 2023-04-13 | ||
### Changed | ||
- Update all dependencies | ||
|
||
## [1.2.0] - 2023-04-01 | ||
### Added | ||
- Event detail page - #81 | ||
|
||
## [1.1.8] - 2023-03-17 | ||
### Changed | ||
- Update dependencies | ||
|
||
## [1.1.8] - 2023-03-17 | ||
### Changed | ||
- Update dependencies | ||
|
||
## [1.1.7] - 2023-03-04 | ||
### Changed | ||
- Update packages | ||
|
||
## [1.1.6] - 2023-01-27 | ||
### Changed | ||
- Keep current event in “future event” until midnight - #76 | ||
- Keep YouTube CTA when it's available - #77 | ||
|
||
### Added | ||
- Mastodon link - #78 | ||
|
||
## [1.1.5] - 2023-01-20 | ||
### Changed | ||
- Update packages | ||
|
||
## [1.1.4] - 2023-01-13 | ||
### Changed | ||
- ⚡ Improve rich content render #75 | ||
|
||
## [1.1.3] - 2023-01-01 | ||
### Changed | ||
- Update packages | ||
|
||
## [1.1.2] - 2022-12-10 | ||
### Changed | ||
- Update packages | ||
|
||
## [1.1.1] - 2022-11-27 | ||
### Added | ||
- Events page with simple search | ||
|
||
## [1.1.0] - 2022-11-27 | ||
### Changed | ||
- Update all dependencies | ||
- Refactor all Tailwind utilities usage | ||
|
||
### Added | ||
- Tailwind native usage | ||
|
||
### Removed | ||
- Twin babel macro | ||
|
||
## [1.0.2] - 2022-01-21 | ||
### Added | ||
- add Language property support | ||
|
||
## [1.0.1] - 2021-11-29 | ||
### Changed | ||
- update footer with infomaniak link | ||
|
||
### Added | ||
- add Linkedin link | ||
- add GA script | ||
|
||
[Unreleased]: https://github.com/webmardi/webmardi.ch/compare/v2.0.0...HEAD | ||
[2.0.0]: https://github.com/webmardi/webmardi.ch/compare/v1.4.2...v2.0.0 | ||
[1.4.2]: https://github.com/webmardi/webmardi.ch/compare/v1.4.1...v1.4.2 | ||
[1.4.1]: https://github.com/webmardi/webmardi.ch/compare/v1.4.0...v1.4.1 | ||
[1.4.0]: https://github.com/webmardi/webmardi.ch/compare/v1.3.4...v1.4.0 | ||
[1.3.4]: https://github.com/webmardi/webmardi.ch/compare/v1.3.3...v1.3.4 | ||
[1.3.3]: https://github.com/webmardi/webmardi.ch/compare/v1.3.2...v1.3.3 | ||
[1.3.2]: https://github.com/webmardi/webmardi.ch/compare/v1.3.1...v1.3.2 | ||
[1.3.1]: https://github.com/webmardi/webmardi.ch/compare/v1.3.0...v1.3.1 | ||
[1.3.0]: https://github.com/webmardi/webmardi.ch/compare/v1.2.12...v1.3.0 | ||
[1.2.12]: https://github.com/webmardi/webmardi.ch/compare/v1.2.11...v1.2.12 | ||
[1.2.11]: https://github.com/webmardi/webmardi.ch/compare/v1.2.10...v1.2.11 | ||
[1.2.10]: https://github.com/webmardi/webmardi.ch/compare/v1.2.9...v1.2.10 | ||
[1.2.9]: https://github.com/webmardi/webmardi.ch/compare/v1.2.8...v1.2.9 | ||
[1.2.8]: https://github.com/webmardi/webmardi.ch/compare/v1.2.7...v1.2.8 | ||
[1.2.7]: https://github.com/webmardi/webmardi.ch/compare/v1.2.6...v1.2.7 | ||
[1.2.6]: https://github.com/webmardi/webmardi.ch/compare/v1.2.5...v1.2.6 | ||
[1.2.5]: https://github.com/webmardi/webmardi.ch/compare/v1.2.4...v1.2.5 | ||
[1.2.4]: https://github.com/webmardi/webmardi.ch/compare/v1.2.3...v1.2.4 | ||
[1.2.3]: https://github.com/webmardi/webmardi.ch/compare/v1.2.2...v1.2.3 | ||
[1.2.2]: https://github.com/webmardi/webmardi.ch/compare/v1.2.1...v1.2.2 | ||
[1.2.1]: https://github.com/webmardi/webmardi.ch/compare/v1.2.0...v1.2.1 | ||
[1.2.0]: https://github.com/webmardi/webmardi.ch/compare/v1.1.8...v1.2.0 | ||
[1.1.8]: https://github.com/webmardi/webmardi.ch/compare/v1.1.7...v1.1.8 | ||
[1.1.8]: https://github.com/webmardi/webmardi.ch/compare/v1.1.7...v1.1.8 | ||
[1.1.7]: https://github.com/webmardi/webmardi.ch/compare/v1.1.6...v1.1.7 | ||
[1.1.6]: https://github.com/webmardi/webmardi.ch/compare/v1.1.5...v1.1.6 | ||
[1.1.5]: https://github.com/webmardi/webmardi.ch/compare/v1.1.4...v1.1.5 | ||
[1.1.4]: https://github.com/webmardi/webmardi.ch/compare/v1.1.3...v1.1.4 | ||
[1.1.3]: https://github.com/webmardi/webmardi.ch/compare/v1.1.2...v1.1.3 | ||
[1.1.2]: https://github.com/webmardi/webmardi.ch/compare/v1.1.1...v1.1.2 | ||
[1.1.1]: https://github.com/webmardi/webmardi.ch/compare/v1.1.0...v1.1.1 | ||
[1.1.0]: https://github.com/webmardi/webmardi.ch/compare/v1.0.2...v1.1.0 | ||
[1.0.2]: https://github.com/webmardi/webmardi.ch/compare/v1.0.1...v1.0.2 | ||
[1.0.1]: https://github.com/webmardi/webmardi.ch/releases/tags/v1.0.1 |