Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.22 #178

Merged
merged 20 commits into from
Jul 6, 2024
Merged

Release v3.22 #178

merged 20 commits into from
Jul 6, 2024

Commits on May 11, 2024

  1. Bump up version

    sdercolin committed May 11, 2024
    Configuration menu
    Copy the full SHA
    6595ce6 View commit details
    Browse the repository at this point in the history
  2. Create core module

    sdercolin committed May 11, 2024
    Configuration menu
    Copy the full SHA
    80e004d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Move files

    sdercolin committed May 12, 2024
    Configuration menu
    Copy the full SHA
    dedc9bb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Add some JsExport

    sdercolin committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4438e08 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    01b5bb1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Merge pull request #163 from sevenc-nanashi/feature/analysis-with-suffix

    Add: Support analysis for lyrics with suffix
    sdercolin authored May 18, 2024
    Configuration menu
    Copy the full SHA
    089dcb8 View commit details
    Browse the repository at this point in the history
  2. Add functions for TS library (#164)

    * Change: Use Array for better typing
    
    * Add: Add generate functions
    
    * Add: Add ability to build minimum core
    
    * Add: Add wrapper
    
    * Add: Add test
    
    * Improve: gradlew test will run deno test
    
    * Add: Add missing keys
    
    * Change: Create documentToUfData / ufDataToDocument
    
    * Fix: Fix name shadowing
    
    * Add: Add 10 tracks test
    
    * Change: Create project data
    
    * Add: add parseFile and toFile
    
    * Add: Add fromAny
    
    * Add: Add convertJapaneseLyrics
    
    * Add: Add ust
    
    * Delete: Delete deno things
    
    * Delete: Delete unused gitignore#
    
    * Change: DocumentContainer -> ProjectContainer
    
    * Change: Use KDoc
    
    * Change: Use internal to hide error
    
    * Change: Rename convertJapaneseLyrics
    
    * Change: Change visibility
    
    * Revert: webpack.config.d was required
    sevenc-nanashi authored May 18, 2024
    Configuration menu
    Copy the full SHA
    3d2e6c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99d0510 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Fix resources resolve

    colin-weng-s committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f0c857f View commit details
    Browse the repository at this point in the history
  2. Use midi-file instead of midi-parser-js (#165)

    * Change: Use midi-file
    
    * Fix: Fix importing assets
    
    * Fix: Run kotlinUpgradeYarnLock
    
    * Fix: Fix resolver
    
    * Change: Make ESModule conditional
    
    * Delete: Delete workaround
    
    * Delete: Delete unused dependency
    
    * Revert: Re-add workaround
    
    * Revert: Revert unrelated changes
    
    * Update: Update yarn.lock
    
    * Change: Re-throw error
    
    * Fix: Fix error
    
    * Fix: It throws string, not an Error
    
    * Fix tasks about resources copy
    
    ---------
    
    Co-authored-by: colin.weng <[email protected]>
    sevenc-nanashi and colin-weng-s authored May 21, 2024
    Configuration menu
    Copy the full SHA
    00b60cd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    f1a5522 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    9715a48 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Change: Don't remove "っ" by default (#169)

    * Change: Don't remove "っ" by default
    
    * Delete: Why is there a new line?
    sevenc-nanashi authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    3ac22d3 View commit details
    Browse the repository at this point in the history
  2. Allow specifying default lyrics via ImportParams (#170)

    * Add: Allow specifying default lyrics via ImportParams
    
    * Code: gradlew ktlintFormat
    
    * Update: Update Format.kt
    sevenc-nanashi authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    c4ccbbc View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    cd06e72 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add: Support tssln (#172)

    * Add: Support importing tssln
    
    * Add: Add basic export
    
    * Code: gradlew ktlintFormat
    
    * Change: Use yarn
    sevenc-nanashi authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2f895bf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Update: Update texts for tssln (#174)

    * Update: Update texts
    
    * Update: kotlinUpgradeYarnLock
    
    * Fix: Fix around esm import
    
    * Code: Format
    sevenc-nanashi authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c6cd4aa View commit details
    Browse the repository at this point in the history
  2. Export tssln to JS (#175)

    * Add: Export tssln
    
    * Change: Use val
    sevenc-nanashi authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f2310a9 View commit details
    Browse the repository at this point in the history
  3. Fix some issues (#176)

    * Fix: Fix some minor issues
    
    * Add: Add comment
    sevenc-nanashi authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ea8b373 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Fix: Fix loading tssln from VST (#177)

    * Fix: Fix loading tssln from VST
    
    * Code: gradlew ktlintFormat
    sevenc-nanashi authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fe6cbd0 View commit details
    Browse the repository at this point in the history