GitPedia
Home/sglkc/moegi/Changelog
sglkc

sglkc/moegi

🎵 A Spotify web extension for Chromium browsers to style, translate, and romanize lyrics. Supports Chinese, Japanese, Korean, Cyrillic, and more!

15 Releases
Latest: 6mo ago
Moegi v2.1.02.1.0Latest
github-actions[bot]github-actions[bot]·6mo ago·December 6, 2025
GitHub

📦 Moegi v2.1.0

  • Spotify lyrics extension for styling, translation, and romanization.

📦 Downloads

  • Chrome/Chromium: Download the `moegi-2.1.0-chrome.zip` file below
  • Firefox: Download the `moegi-2.1.0-firefox.zip` file below

📦 Installation

  • 1. Download the appropriate zip file for your browser
  • 2. Extract the zip file
  • 3. Load the extension in developer mode
Moegi v2.1.0-ce64207latestPre-release
github-actions[bot]github-actions[bot]·6mo ago·December 6, 2025
GitHub

📦 Moegi v2.1.0-ce64207

  • Spotify lyrics extension for styling, translation, and romanization.

📦 Downloads

  • Chrome/Chromium: Download the `moegi-2.1.0-ce64207-chrome.zip` file below
  • Firefox: Download the `moegi-2.1.0-ce64207-firefox.zip` file below

📦 Installation

  • 1. Download the appropriate zip file for your browser
  • 2. Extract the zip file
  • 3. Load the extension in developer mode
  • Built from commit: ce64207241c3131702306e8f3691128e43d775ef
Moegi v2.0.42.0.4
github-actions[bot]github-actions[bot]·7mo ago·November 18, 2025
GitHub

📦 Moegi v2.0.4

  • Spotify lyrics extension for styling, translation, and romanization.
  • This version fixes the new Spotify web.

📦 Downloads

  • Chrome/Chromium: Download the `moegi-2.0.4-chrome.zip` file below
  • Firefox: Download the `moegi-2.0.4-firefox.zip` file below

📦 Installation

  • 1. Download the appropriate zip file for your browser
  • 2. Extract the zip file
  • 3. Load the extension in developer mode
Moegi v2.0.32.0.3
github-actions[bot]github-actions[bot]·11mo ago·July 14, 2025
GitHub

📦 Downloads

  • Chrome/Chromium: Download the `moegi-2.0.3-chrome.zip` file below
  • Firefox: Download the `moegi-2.0.3-firefox.zip` file below

📦 Installation

  • 1. Download the appropriate zip file for your browser
  • 2. Extract the zip file
  • 3. Load the extension in developer mode
Moegi v2.0.22.0.2
github-actions[bot]github-actions[bot]·1y ago·June 27, 2025
GitHub

📦 Moegi v2.0.2

  • Spotify lyrics extension for styling, translation, and romanization.

📦 Downloads

  • Chrome/Chromium: Download the `moegi-2.0.2-chrome.zip` file below
  • Firefox: Download the `moegi-2.0.2-firefox.zip` file below

📦 Installation

  • 1. Download the appropriate zip file for your browser
  • 2. Extract the zip file
  • 3. Load the extension in developer mode
Moegi v2.0.12.0.1
github-actions[bot]github-actions[bot]·1y ago·June 25, 2025
GitHub

📦 Moegi v2.0.1

  • Spotify lyrics extension for styling, translation, and romanization.

📦 Downloads

  • Chrome/Chromium: Download the `moegi-2.0.1-chrome.zip` file below
  • Firefox: Download the `moegi-2.0.1-firefox.zip` file below

📦 Installation

  • 1. Download the appropriate zip file for your browser
  • 2. Extract the zip file
  • 3. Load the extension in developer mode
Moegi v2.0.02.0.0
github-actions[bot]github-actions[bot]·1y ago·June 9, 2025
GitHub

What's New in Version 2?

  • There are some things to do:
  • Rework to WXT 💚
  • Auto-release on new tags (ci/cd) 💚
  • Reset defaults button
  • DeepL translation 💔 (https://github.com/sglkc/moegi/pull/20)
  • Reimplement fullscreen handling 💚
  • Implement active lyric listener
  • Picture-in-picture lyrics
  • + 1 more

📦 Downloads

  • Chrome/Chromium: Download the `moegi-2.0.0-chrome.zip` file below
  • Firefox: Download the `moegi-2.0.0-firefox.zip` file below

📦 Installation

  • 1. Download the appropriate zip file for your browser
  • 2. Extract the zip file
  • 3. Load the extension in developer mode
  • Read more on https://github.com/sglkc/moegi#getting-started

📋 What's Changed

  • Complete framework remade in WXT by @sglkc in https://github.com/sglkc/moegi/pull/19
  • Full Changelog: https://github.com/sglkc/moegi/compare/1.2.3...2.0.0
1.2.3 - Fullscreen & Text Colors1.2.3
sglkcsglkc·1y ago·November 15, 2024
GitHub

📋 What's Changed

  • Add fullscreen lyrics functionality by @kocijan in https://github.com/sglkc/moegi/pull/9
  • Add translation & romanization text color style
  • Remove default colors on text styling

New Contributors

  • @kocijan made their first contribution in https://github.com/sglkc/moegi/pull/9
  • Full Changelog: https://github.com/sglkc/moegi/compare/1.2.2...1.2.3
1.2.2
sglkcsglkc·1y ago·October 21, 2024
GitHub

📋 What's Changed

  • Updated dependencies
  • Fixed #8 by updating @crxjs/vite-plugin
  • Full Changelog: https://github.com/sglkc/moegi/compare/1.2.1...1.2.2
1.2.1 - Any romanization1.2.1
sglkcsglkc·2y ago·April 4, 2024
GitHub

📋 What's Changed

  • Added any language romanization using [any-ascii](https://github.com/anyascii/anyascii)
  • Fix lyrics not updating on language change
  • Updated README.md
  • Updated dependencies
  • Full Changelog: https://github.com/sglkc/moegi/compare/1.2.0...1.2.1
1.2.0 - Chinese & Cyrillic romanization1.2.0
sglkcsglkc·2y ago·March 11, 2024
GitHub

Based on request #5 , Chinese and Cyrillic romanization has been added!

  • What's Changed
  • Added Chinese and Cyrillic romanization
  • Updated README.md
  • Updated dependencies
  • Rewrite on web romanization for better modularization
  • Fix errors by disabling preloading
  • New Contributors
  • @dependabot made their first contribution in https://github.com/sglkc/moegi/pull/4
  • + 1 more
1.1.0 - Korean romanization1.1.0
sglkcsglkc·2y ago·January 8, 2024
GitHub

📦 You can now select between Japanese or Korean romanization :jp: :kr: :sparkles:

  • What's Changed:
  • Added Korean romanization
  • Added more information to README
  • Fixed toast showing in another page if the initial page is /lyrics
  • Modified manifest to use https for Spotify urls and wildcard for Google Translate
  • Full Changelog: https://github.com/sglkc/moegi/compare/1.0.2...1.1.0
1.0.2 - Lyrics fix1.0.2
sglkcsglkc·2y ago·January 7, 2024
GitHub

📋 Changes

  • Modified lyrics doesn't show up
  • Toast showing in pages other than /lyrics
1.0.0 - First release1.0.0
sglkcsglkc·2y ago·August 10, 2023
GitHub

📋 Changes

  • Fully migrate project to Vite using CRXJS with TypeScript by @sglkc in https://github.com/sglkc/moegi/pull/2
v0.0.1-alphaalphaPre-release
sglkcsglkc·2y ago·July 30, 2023
GitHub

This release is a fully working extension made without any bundling. Assets and libraries are stored statically, hence the big size. Not really for usage, but it has been tested and works wonderfully. **Full Changelog**: https://github.com/sglkc/moegi/commits/alpha