Skip to content

Latest commit

 

History

History
347 lines (257 loc) · 16.1 KB

File metadata and controls

347 lines (257 loc) · 16.1 KB

v0.11.2 (2026-05-03)

Bug Fix

  • plugin-format-ttml
    • the end spaces not add to words (60993cb)

v0.11.1 (2026-05-03)

Bug Fix

  • main
    • unable to infer format in pipie line (88c08ff)
  • playground
  • plugin-format-ttml
    • the spaces in the line were not parsed correctly (e112edf)

v0.11.0 (2026-04-05)

Document

Feature

  • core
    • support use pipeline to parse lyric (619d251)
    • print log when plugin throw error (6a90880)
    • support sync line end time with background line (671b636)
    • support sort background line (150931f)
  • playground
  • plugin-transform-background
  • plugin-transform-pure
    • update default extract creator rules (b2b01eb)
  • plugin-transform-space
    • support processing extended line (fa53f55)

Bug Fix

  • dependencies workspace version (1234336)
  • plugin-transform-agent
    • incorrect util tool name (93a2f55)
  • plugin-transform-background
    • skip extract cross line when line has complete bracket (2882c7e)

Code Refactor

  • plugin system (4cb1a0e)
  • core
    • optimize util tools performance (4e62921)
  • plugin-transform-background
  • plugin-transform-pure
    • optimize default creator match rule in extract (7b6803a)

v0.10.0 (2026-04-02)

Feature

Bug Fix

  • plugin-format-lrc
    • multiple extended line ​​will be overwrite (fc0c998)

Code Refactor

  • remove unuse code (29755db)
  • plugin-format-lrc
    • optimize export type (c2617b0)
    • merge syllable param into original param (81866ca)

v0.9.0 (2026-03-28)

Document

  • add zh-hant language for readme (1086895)

Feature

  • update plugin id (94d7ec8)
  • plugin-format-lrc
  • plugin-transform-background
    • support extract background content from extended in extract (c514584)
    • support remove background line brackets in extract (8a9aca0)
    • support cross-line background extract (42a131b)
  • plugin-transform-pure
    • update default extract creator rules (fa61790)

Bug Fix

  • plugin-format-ttml
    • parse syllable word time (9d034c2)
  • plugin-transform-background
    • skip extract for unclosed brackets (d3a0bc9)

Code Refactor

  • core
    • remove built in align plugin (f8296a7)
  • plugin-transform-agent
    • optimize extract agents (c484146)
  • plugin-transform-pure
    • optimize music info match in clean (5db1646)
    • optimize discard creator lines (54f77e8)

v0.8.0 (2026-03-20)

Document

Feature

  • core
    • support sync line time with line words (9a5fa6d)
  • plugin-transform-agent
    • sync line time at the end (d8a6ffb)
    • support remove agent name in extract (aab451e)
  • plugin-transform-pure
    • update default extract creator rules (b0bb8c4)
    • use lowercase rules for match (ae617a4)

v0.7.1 (2026-03-20)

Bug Fix

  • plugin-transform-agent

v0.7.0 (2026-03-19)

Document

Feature

  • core
    • parser support clean redundant space (1784f78)
    • support pre check before exec plugin (7b9ca93)
    • support calc line agent index in context (05699e9)
  • lyric
  • plugin-format-ttml
    • support parse background line in amll format (86040e3)
    • add amll format parser plugin (c818869)
  • plugin-transform-background
  • plugin-transform-stress
  • utils

Bug Fix

  • lyric
  • plugin-transform-agent
    • existing agents not being added to result (b31b11f)

Code Refactor

  • app
  • plugin-transform-agent
  • plugin-transform-interlude

v0.6.0 (2026-03-17)

Feature

  • lyric
  • plugin-transform-agent
  • plugin-transform-interlude
  • plugin-transform-pure
    • update default extract creator rules (6c7a594)
    • update priority (93183f2)
    • add music info support for first line clean (6354bff)
  • utils
    • parse time support more formats (ac2e2d9)

Code Refactor

v0.5.0 (2026-03-17)

Feature

  • plugin-transform-interlude
  • plugin-transform-pure
  • plugin-transform-space
  • utils
    • add event listener support to config manager (2b0403d)

Code Refactor

  • plugin-transform-space
  • utils

v0.4.0 (2026-03-01)

Feature

  • app
  • core
    • add generator implement (efd7ace)
  • plugin-format-lrc

v0.3.0 (2026-02-26)

Feature

  • app
  • core
    • switch to use common config manager (343fa0d)
  • plugin-transform-interlude
  • test
  • utils

Bug Fix

Code Refactor

Breaking Change

  • plugin interface has been changed

v0.2.0 (2026-02-26)

Feature

  • lyric
  • plugin-format-lrc
  • test

v0.1.1 (2026-02-08)

Document

Feature

  • lyric
    • change info version to getter (457c38a)

Bug Fix

Code Refactor

  • lyric

v0.1.0 (2026-02-08)

Document

Feature

  • app
  • core
    • add plugin meta (7be13b5)
    • change parser stage (c64a8d6)
    • support change options (e9acacb)
    • change align tool to built in tool (f42552a)
    • change parser context to class (fb9a287)
    • change default result type to not null in parser context (5fa2d1a)
    • add parser implement (673a733)
    • add base plugin interface (2d50437)
  • lyric
  • plugin-format-lrc
  • utils
    • add random hex string tool (7777687)
    • number align tool support multiple targets (bdd570c)
    • add number align tools (817179a)
    • add tools (beca636)

Bug Fix

  • dependencies resolve failed when build (2a49d51)
  • lyric

Code Refactor