Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Feb 12, 2024
1 parent 7aaeead commit fdf3964
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,31 @@ 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).

## [3.1.0] - 2024-02-12

## Added

- new translation languages
- Nederlands/Dutch (thx [Heimen](https://github.com/Vistaus)!)
- Español/Spanish (thx gallegonovato!)
- <span dir="rtl">العربية</span>/Arabic (thx ButterflyOfFire](https://mstdn.fr/@butterflyoffire)!)

### Fixed

- locale switcher would not work if an unknown locale is in the local storage

### Changed

- i18n engine improved
- added support for RTL languages
- enumerations (of project variations) are now done with Intl.ListFormat and
thus adhere to the language rules
- disabled search indexing
- hopefully this will prevent Google shamelessly indexing other's peoples'
content in Chrome
- moved translations to [Hosted Weblate](https://hosted.weblate.org/engage/share2fedi/)
- updated dependencies

## [v3][3.0.0]

This version is a huge reinvention of toot. The name was changed to Share₂Fedi,
Expand Down Expand Up @@ -258,7 +283,8 @@ Initial release of the site

- Add main code for the site

[Unreleased]: https://github.com/kytta/share2fedi/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/kytta/share2fedi/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/kytta/share2fedi/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/kytta/share2fedi/compare/v2.4.5...v3.0.0
[2.4.5]: https://github.com/kytta/share2fedi/compare/v2.4.4...v2.4.5
[2.4.4]: https://github.com/kytta/share2fedi/compare/v2.4.3...v2.4.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "share2fedi",
"version": "3.0.0",
"version": "3.1.0",
"description": "Instance-agnostic share page for the Fediverse.",
"license": "AGPL-3.0-only",
"author": "Nikita Karamov <[email protected]>",
Expand Down

0 comments on commit fdf3964

Please sign in to comment.