Skip to content

Tags: themoeway/yomitan

Tags

24.7.22.0

Toggle 24.7.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[tl] Add tagalog deinflections (#1228)

* add noun deinflections

* add remaining affixes

* fix conditions, fix some rules

* restore conditions

* add conditions

* remove comments

* add tests

* fix lint

* add additional deinflections

* add tests and fix

* add -ng ligature

* add additional deinflections

* add missing ika- d to r rule

* fix lint

* fix incorrect deinflections

24.7.15.0

Toggle 24.7.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add helper text when search with no dictionaries enabled (#1220)

* Helper text when no dictionary enabled

* Don't need to search if there is no dictionary entries

* update helper link

24.7.8.0

Toggle 24.7.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[en] fix phrasal verbs with interposed 'it' or 'one' (#1179)

24.7.1.0

Toggle 24.7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the minor group with 2 updates (#1160)

Bumps the minor group with 2 updates: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [robinraju/release-downloader](https://github.com/robinraju/release-downloader).


Updates `softprops/action-gh-release` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@69320db...a74c6b7)

Updates `robinraju/release-downloader` from 1.10 to 1.11
- [Release notes](https://github.com/robinraju/release-downloader/releases)
- [Commits](robinraju/release-downloader@c39a3b2...a96f54c)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: robinraju/release-downloader
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

24.6.24.0

Toggle 24.6.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make search sizing more sensible due to search textbox and query now …

…being sticky (#1127)

* Move search height into variables

* Lock max query height to roughly 2-2.5 lines

* Reduce search textbox max height to 5 lines

24.6.21.0

Toggle 24.6.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add profile selector to mobile action-popup (#1105)

24.6.17.0

Toggle 24.6.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ja] Refactor Japanese transforms names and add English descriptions (#…

…1007)

* add -rya -cha -n

* add tests

* fix typos

* resolve merge conflicts

* add tests

* change to -ya with chaining

* fix -ge and add -garu

* add descriptions

* descriptions done

* add back imperative negative

* fix description

* add string var

* remove form

* revert back to volitional

* -ku

* remove new causative

* revert to negative and clarify -n

* fix tests

* clarify some desc

* fix test

24.6.10.0

Toggle 24.6.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ko] Fix irregular ㄴ deinflection (#1010)

* fix

* resolve conflict

---------

Signed-off-by: Lyroxide <[email protected]>

24.6.3.0

Toggle 24.6.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
display inflection rule descriptions (#1000)

* load descriptions in deinflector

* description functions in deinflectors

* show descriptions in title

* use toaster

* use names without internal

* css lint

* reformat transform descriptors

* fix merge errors

* done?

* rename method

24.5.28.0

Toggle 24.5.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add note about refreshing page in api invoke error (#1004)