feat: update release notes (#179)

This commit is contained in:
Lucas Neves Pereira
2025-08-18 14:06:55 +02:00
committed by GitHub
parent 717e2e6c8a
commit 8988dd4c4a
7 changed files with 35 additions and 0 deletions
+5
View File
@@ -1397,6 +1397,11 @@ export default {
title: "What's New",
release_notes: "Release Notes",
notes: {
note_2025_08_18: {
title: "🏆 New Leaderboard Feature!",
content:
"<li>New <strong>leaderboard</strong> to compete with other workout champions</li><li>View rankings by <strong>all-time, monthly, and weekly</strong> periods</li><li>Track your position among the top performers</li><li>Motivate yourself to climb the rankings! 🚀</li>",
},
note_2025_07_09: {
title: "🎯 Exercise Selection, Favorites & New Tools",
content:
+5
View File
@@ -528,6 +528,11 @@ export default {
title: "Novedades",
release_notes: "Notas",
notes: {
note_2025_08_18: {
title: "🏆 ¡Nueva Funcionalidad de Clasificación!",
content:
"<li>Nueva <strong>clasificación</strong> para competir con otros campeones de entrenamiento</li><li>Ver rankings por períodos <strong>todos los tiempos, mensual y semanal</strong></li><li>Rastrea tu posición entre los mejores performers</li><li>¡Motívate para subir en la clasificación! 🚀</li>",
},
note_2025_07_09: {
title: "🎯 Selección de Ejercicios, Favoritos y Nuevas Herramientas",
content:
+5
View File
@@ -1422,6 +1422,11 @@ export default {
title: "Nouveautés",
release_notes: "Notes",
notes: {
note_2025_08_18: {
title: "🏆 Nouvelle Fonctionnalité Classement !",
content:
"<li>Nouveau <strong>classement</strong> pour concourir avec les autres champions d'entraînement</li><li>Voir les classements par périodes <strong>tous temps, mensuel et hebdomadaire</strong></li><li>Suivez votre position parmi les meilleurs performers</li><li>Motivez-vous pour gravir le classement ! 🚀</li>",
},
note_2025_07_09: {
title: "🎯 Sélection d'exercices, Favoris & Nouveaux Outils",
content:
+5
View File
@@ -1401,6 +1401,11 @@ export default {
title: "Novidades",
release_notes: "Notas de Lançamento",
notes: {
note_2025_08_18: {
title: "🏆 Nova Funcionalidade de Classificação!",
content:
"<li>Nova <strong>classificação</strong> para competir com outros campeões de treino</li><li>Ver rankings por períodos <strong>global, mensal e semanal</strong></li><li>Acompanhe a sua posição entre os melhores performers</li><li>Motive-se para subir na classificação! 🚀</li>",
},
note_2025_07_09: {
title: "🎯 Seleção de Exercícios, Favoritos e Novas Ferramentas",
content:
+5
View File
@@ -1388,6 +1388,11 @@ export default {
title: "Что нового",
release_notes: "Заметки о выпуске",
notes: {
note_2025_08_18: {
title: "🏆 Новая Функция Таблицы Лидеров!",
content:
"<li>Новая <strong>таблица лидеров</strong> для соревнования с другими чемпионами тренировок</li><li>Просмотр рейтингов по периодам <strong>все время, месячный и недельный</strong></li><li>Отслеживайте свою позицию среди лучших исполнителей</li><li>Мотивируйте себя подняться в рейтинге! 🚀</li>",
},
note_2025_07_09: {
title: "🎯 Выбор Упражнений, Избранное и Новые Инструменты",
content:
+5
View File
@@ -530,6 +530,11 @@ export default {
title: "新功能",
release_notes: "更新日志",
notes: {
note_2025_08_18: {
title: "🏆 新排行榜功能!",
content:
"<li>新的<strong>排行榜</strong>功能,与其他训练冠军竞争</li><li>按<strong>历史总榜、月榜和周榜</strong>查看排名</li><li>跟踪您在顶级表现者中的位置</li><li>激励自己攀登排行榜!🚀</li>",
},
note_2025_07_09: {
title: "🎯 运动选择、收藏和新工具",
content:
@@ -5,6 +5,11 @@ export interface ReleaseNote {
}
export const releaseNotes: ReleaseNote[] = [
{
date: "2025-08-18",
titleKey: "release_notes.notes.note_2025_08_18.title",
contentKey: "release_notes.notes.note_2025_08_18.content",
},
{
date: "2025-07-09",
titleKey: "release_notes.notes.note_2025_07_09.title",