Commit graph

1845 commits

Author SHA1 Message Date
mr. m
2bde399600
Merge pull request #641 from ri0n-dev/main
fix(i18n): improve Japanese translation
2025-05-31 07:54:53 +02:00
Rion
38f26a0b85
fix(i18n): improve Japanese translation 2025-05-31 14:24:29 +09:00
mr. m
eda1b4f14d
Update stable.json 2025-05-31 02:01:15 +02:00
Mr. M
142577e7c9
chore(deps): update dependencies in package-lock.json
- Updated postcss from 8.5.3 to 8.5.4
- Updated nanoid from 3.3.8 to 3.3.11
- Updated @babel/core from 7.27.3 to 7.27.4
- Updated @babel/helpers from 7.27.3 to 7.27.4
- Updated @babel/parser from 7.27.3 to 7.27.4
- Updated @babel/traverse from 7.27.3 to 7.27.4
- Updated @cloudflare/workers-types from 4.20250528.0 to 4.20250529.0
- Updated @unrs/resolver to 1.7.8 and its bindings
- Updated browserslist from 4.24.5 to 4.25.0
- Updated caniuse-lite from 1.0.30001718 to 1.0.30001720
- Updated electron-to-chromium from 1.5.159 to 1.5.161
- Updated es-abstract from 1.23.10 to 1.24.0
- Updated prettier-plugin-tailwindcss from 0.6.11 to 0.6.12
- Updated synckit from 0.11.6 to 0.11.8
- Updated zod from 3.25.32 to 3.25.42
- Added is-negative-zero and stop-iteration-iterator as new dependencies
2025-05-31 00:51:32 +02:00
mr. m
6208acd258
feat: add 'change' translation to Japanese localization and update workflow ID in release notes 2025-05-31 00:28:24 +02:00
mr. m
2bf18f30ee
feat: enhance release notes to include 'change' type and update translations 2025-05-30 22:48:03 +02:00
mr. m
301199b9b2
Merge branch 'main' of https://github.com/zen-browser/www 2025-05-30 22:40:29 +02:00
mr. m
f524c86b47
fix: update package-lock.json with new biomejs CLI versions and clean up package.json lint-staged configuration 2025-05-30 22:32:35 +02:00
mr. m
a05c6aeee3
feat: add support for 'change' type in release notes
- Updated package dependencies to latest versions.
- Enhanced ReleaseNoteItem component to handle 'change' type items.
- Modified ReleaseNoteListItem to display 'change' type with appropriate styling.
- Added translation for 'change' in English localization.
- Extended ReleaseNote interface to include 'changes' property.
- Added new release note entry with 'changes' for version 1.12.9b.
2025-05-30 22:32:23 +02:00
Shintaro Jokagi
4ee3317725
chore(renovate): disable dependency dashboard 2025-05-30 09:52:16 +12:00
Shintaro Jokagi
c26eda3e65
chore(renovate): add repository and better checkout 2025-05-30 09:47:11 +12:00
Shintaro Jokagi
a0a7cfef26
chore(renovate): update renovate.json extends 2025-05-30 09:40:37 +12:00
Shintaro Jokagi
36619ccecd
chore(renovate): update renovate.yml with token 2025-05-30 09:38:01 +12:00
Shintaro Jokagi
ea42057040
Merge pull request #639 from zen-browser/feat/renovate
feat(renovate): add renovate configuration files for automated dependency management
2025-05-30 09:33:04 +12:00
Shintaro Jokagi
5ade8ce06d
Merge branch 'main' into feat/renovate 2025-05-30 09:29:55 +12:00
Shintaro Jokagi
dbffa04ee5
Merge pull request #638 from zen-browser/feat/ja-i18n
feat(i18n): add japanese translation with better fallback
2025-05-30 09:25:47 +12:00
Shintaro Jokagi
f856ceffbf
refactor(Hero): remove unnecessary line height style for improved consistency 2025-05-30 09:19:17 +12:00
Shintaro Jokagi
980f9d6950
refactor(Community, Sponsors): adjust title font sizes for improved consistency 2025-05-30 08:56:29 +12:00
Shintaro Jokagi
8fdfa5a3f6
refactor(Features): simplify feature description styling by removing dark mode text color 2025-05-30 08:41:36 +12:00
Shintaro Jokagi
29c416381f
refactor(ModsList): update grid column span for improved layout consistency 2025-05-30 08:33:36 +12:00
Shintaro Jokagi
af576a1979
refactor(ModsList, Layout): improve layout structure and styling for better responsiveness 2025-05-29 19:30:14 +12:00
Shintaro Jokagi
b226a4c01f
refactor(translations): update createdBy label for improved formatting 2025-05-29 12:52:13 +12:00
Shintaro Jokagi
9484ead29e
refactor(ModsList, translations): enhance author display with localized "by" label 2025-05-29 12:50:19 +12:00
Shintaro Jokagi
aa7b0f608d
refactor(ModsList): cache DOM elements for improved performance and readability 2025-05-29 12:40:11 +12:00
Shintaro Jokagi
d7c6204b75
refactor(ReleaseNoteListItem): remove type assertion from Astro.props 2025-05-29 12:37:15 +12:00
Shintaro Jokagi
3635eb165b
feat(renovate): add renovate configuration files for automated dependency management 2025-05-29 12:31:18 +12:00
Shintaro Jokagi
1b7fafbb54
refactor(ModsList, ReleaseNoteListItem): update interface usage for better type safety 2025-05-29 12:24:41 +12:00
Shintaro Jokagi
098e0eb9df
refactor(footer): adjust section layout for improved responsiveness 2025-05-29 12:18:39 +12:00
Shintaro Jokagi
f298522121
refactor(i18n): update JSDoc comments for type definitions and return types 2025-05-29 12:13:40 +12:00
Shintaro Jokagi
707b7d2e21
refactor(i18n): remove unused variables and clean up imports in various components 2025-05-29 12:13:01 +12:00
Shintaro Jokagi
d5866fd300
chore(npm): update package versions to fixed versions in package.json 2025-05-29 12:08:10 +12:00
Shintaro Jokagi
9f9872376e
feat(i18n): add japanese translation with better fallback 2025-05-29 11:53:26 +12:00
Shintaro Jokagi
8d942e0942
Merge pull request #636 from zen-browser/feat/flat-config 2025-05-29 09:56:18 +12:00
Shintaro Jokagi
f615a43af5
fix: reorder imports in astro.config.mjs for consistency 2025-05-29 01:00:15 +12:00
Shintaro Jokagi
78ff7cbbe5
chore: remove jiti from dependencies and add it to overrides 2025-05-29 00:52:53 +12:00
Shintaro Jokagi
9bae866031
chore(biome): remove biome config and update ci pipeline description 2025-05-29 00:33:11 +12:00
Shintaro Jokagi
fd6193a0a6
chore: remove @biomejs/biome from dependencies 2025-05-28 15:33:06 +12:00
Shintaro Jokagi
e938970c39
Update src/components/BackButton.astro
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-28 10:57:01 +09:00
Shintaro Jokagi
80dbb0c658
fix(prettier): adjust JSON and Markdown formatting options 2025-05-28 13:54:43 +12:00
Shintaro Jokagi
8a021a3bff
Discard changes to README.md 2025-05-28 13:52:35 +12:00
Shintaro Jokagi
a77c141d35
chore(prettier): update prettier config 2025-05-28 13:50:37 +12:00
Shintaro Jokagi
ceef83d609
chore(ci-pipeline): add concurrency settings to optimize job execution 2025-05-28 13:47:41 +12:00
Shintaro Jokagi
6137c66370
refactor(ci-pipeline): rename format job to eslint and separate prettier checks 2025-05-28 13:47:05 +12:00
Shintaro Jokagi
7fafa6bc69
feat(prettier): add prettier formatting 2025-05-28 13:43:44 +12:00
Shintaro Jokagi
01f4dac75d
feat(eslint): add eslint flat config 2025-05-28 13:38:11 +12:00
Shintaro Jokagi
1937be58a6
Merge pull request #635 from zen-browser/fix/biome 2025-05-28 12:04:39 +12:00
Shintaro Jokagi
57184cdfab fix(biome): apply biome formatting to release-notes 2025-05-27 23:06:22 +00:00
mr. m
9bcb0bfff0
Merge pull request #634 from KyleDL101/grammar
1.12.7b & 1.12.8b grammar
2025-05-27 19:02:54 +02:00
Kyle
6109a7f437
1.12.7b & 1.12.8b grammar 2025-05-27 19:01:40 +02:00
Shintaro Jokagi
99d012220c
chore(biome-autofix): delete .github/workflows/biome-autofix.yml 2025-05-27 18:06:05 +09:00