Skip to content

Commit

Permalink
Added release text
Browse files Browse the repository at this point in the history
  • Loading branch information
NtsDK committed Sep 19, 2023
1 parent 6345550 commit 44a8c7e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
2 changes: 2 additions & 0 deletions src/i18nResources/enTranslation/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export const about = {
worldofdarkness: "World of Darkness game universe website",

"version-history": "Version history",
"version-0.5.0":
"Version 0.5.0 (19 Sep 2023) - Added character sheets for Vampire the Dark Ages and Hunters Hunted II. Fixed bug in freebie points calculation. Added English version of character sheet. Reworked code to simplify adding new types of character sheets.",
"version-0.4.1":
"Version 0.4.1 (20 Apr 2023) - Add freebie points panel. Improved data utilities and improved performance.",
"version-0.4.0":
Expand Down
2 changes: 2 additions & 0 deletions src/i18nResources/ruTranslation/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export const about = {
worldofdarkness: "Сайт игровой вселенной Мир тьмы",

"version-history": "История версий",
"version-0.5.0":
"Версия 0.5.0 (19 сентября 2023) - Добавлены листы персонажа Vampire the Dark Ages и Hunters Hunted II. Исправлена ошибка подсчета свободных очков. Добавлена англоязычная версия листа персонажа. Переработан код для упрощения добавления новых листов персонажей.",
"version-0.4.1":
"Версия 0.4.1 (20 апреля 2023) - Добавлена панель подсчёта свободных очков. Переработана работа с данными, улучшена производительность.",
"version-0.4.0":
Expand Down
16 changes: 4 additions & 12 deletions src/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -842,22 +842,14 @@ video {
width: 100%;
}

.tw-max-w-sm {
max-width: 24rem;
}

.tw-max-w-xl {
max-width: 36rem;
}

.tw-max-w-\[2rem\] {
max-width: 2rem;
}

.tw-max-w-\[1\.25rem\] {
max-width: 1.25rem;
}

.tw-max-w-sm {
max-width: 24rem;
}

.tw-flex-1 {
flex: 1 1 0%;
}
Expand Down
1 change: 1 addition & 0 deletions src/ui/AboutPage/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export function AboutPage(props: AboutPageProps): JSX.Element {
{t("about.version-history")}
</h2>
<UnorderedList>
<li>{t("about.version-0.5.0")}</li>
<li>{t("about.version-0.4.1")}</li>
<li>{t("about.version-0.4.0")}</li>
<li>{t("about.version-0.3.0")}</li>
Expand Down

0 comments on commit 44a8c7e

Please sign in to comment.