Skip to content

GitHue v0.5.0

Choose a tag to compare

@kyonshi0104 kyonshi0104 released this 25 Jan 10:21
· 3 commits to main since this release

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.js to centralize color management.
  • 設定の集約: config/colors.js を追加し、色の定義を一括管理できるようリファクタリングしました。