Skip to content

Releases: kyonshi0104/GitHue

GitHue v0.6.0

Choose a tag to compare

@kyonshi0104 kyonshi0104 released this 25 Feb 09:56

<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

Choose a tag to compare

@kyonshi0104 kyonshi0104 released this 25 Jan 10:21

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 を追加し、色の定義を一括管理できるようリファクタリングしました。

Githue v0.0.2

Choose a tag to compare

@kyonshi0104 kyonshi0104 released this 19 Dec 15:34
8c23c08

First release