Releases: kyonshi0104/GitHue
Releases · kyonshi0104/GitHue
Release list
GitHue v0.6.0
・<meta name="theme-color">の値も変更するように更新
サイトをアプリとしてインストールした時のタイトルバーの色も変化するようになります。
(Update to also change the value of <meta name="theme-color">
This will also change the color of the title bar when the site is installed as an app.)
GitHue v0.5.0
v0.5.0 (Second release)
🚀 Summary / 概要
We implemented multilingual support (i18n) and performed refactoring to improve maintainability.
多言語対応(i18n)の導入と、メンテナンス性向上のためのリファクタリングを行いました。
✨ Key Changes / 主な変更点
・ Internationalization (i18n) / 多言語対応
- Added English support: The extension UI now automatically switches between English and Japanese based on your browser settings.
- 英語対応: ブラウザの言語設定に合わせて、UIが自動的に英語または日本語に切り替わるようになりました。
・ UI
- Link color update: Updated the values corresponding to link colors to the correct ones.
- リンク色の更新: リンク色に対応する値を正しいものに更新しました。
・ Internal Refactoring / 内部構造の改善
- New Config System: Added
config/colors.jsto centralize color management. - 設定の集約:
config/colors.jsを追加し、色の定義を一括管理できるようリファクタリングしました。