8000 Comparing 25.3.24.0...25.3.31.0 · yomidevs/yomitan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yomidevs/yomitan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 25.3.24.0
Choose a base ref
...
head repository: yomidevs/yomitan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25.3.31.0
Choose a head ref
  • 5 commits
  • 20 files changed
  • 4 contributors

Commits on Mar 24, 2025

  1. Replace wanakana (#1910)

    * Replace wanakana toKana
    
    * Add katakana dict
    
    * Change katakana to uppercase
    
    * Fix some wrong katakana
    
    * Fix more wrong katakana
    
    * Fix remaining bad katakana
    
    * Remove katakana dict in favor of converting with convertHiraganaToKatakana
    
    * Replace wanakana.toHiragana
    
    * Note reason for lowercase
    
    * Remove redundant toUpperCase
    
    * Add HIRAGANA_TO_ROMAJI dict
    
    * Replace wanakana.toRomaji
    
    * Add test for っッ
    
    * Fix ordering of HIRAGANA_TO_ROMAJI dict
    
    * Rename dicts file
    
    * Remove wanakana package
    
    * Add convertToHiragana
    
    * Add special case for んい
    
    * Fix n hiragana to romaji
    
    * Fix ゐ and ゑ
    
    * Remove IMEMode option from convertToKanaIME
    
    * Remove unused っ letter in HIRAGANA_TO_ROMAJI
    
    * Fix small kana romaji
    
    * Remove xtsu and add special case for っん
    
    * Add explanation for n -> ん handling
    
    * Add single n handling and put single n comment in convertToKanaIME
    
    * Make convertToKanaIME stateless to allow for easier testing
    
    * Add test for convertToKanaIME
    
    * Add fillSokuonGaps
    
    * Add more tests for convertToKanaIME
    
    * Fix bad test case
    
    * Add missing tsu
    
    * Add sokuon tests to convertToRomaji
    
    * Remove '.js' from import
    
    * Put nn at top of length 2 list
    
    * Prevent long strings of n from getting messed up
    
    * Add test for repeated n
    
    * Mention reference for ROMAJI_TO_HIRAGANA
    
    * Fix bad array index
    Kuuuube authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    14a153e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Add symbols support to romaji and kana processing (#1915)

    * Add dash to ROMAJI_TO_HIRAGANA
    
    * Make linter happy
    
    * Add dash to HIRAGANA_TO_ROMAJI
    
    * Add more symbols
    
    * Make linter happy
    
    * Add fullwidth space to romaji to hiragana
    Kuuuube authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    94dfb7e View commit details
    Browse the repository at this point in the history
  2. Update user facing dependencies (#1914)

    * more updates
    
    * Add test-results to ignore
    
    * Update vite
    
    * Add timeout to test
    
    * Timeout to 30s
    
    ---------
    
    Co-authored-by: Darius Jahandarie <djahandarie@gmail.com>
    jamesmaa and djahandarie authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    96f81f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

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

Commits on Mar 31, 2025

  1. Show which profiles use a dictionary when deleting one (#1924)

    * Show which profiles use a dictionary when deleting one
    
    * better naming
    
    * enabled -> used
    
    * Fix lint issues
    khaitruong922 authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    c8f25f8 View commit details
    Browse the repository at this point in the history
Loading
0