Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
| | | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :) | ||
* | Move set functions into core.js | toasted-nutbread | 2020-03-28 |
| | |||
* | Move Anki note generation functionality into a new class | toasted-nutbread | 2020-03-07 |
| | |||
* | Update dictEnabledSet and dictConfigured to use for of | toasted-nutbread | 2020-02-25 |
| | |||
* | Refactor dictNoteFormat | toasted-nutbread | 2020-02-25 |
| | |||
* | Updates for PR feedback | toasted-nutbread | 2020-02-22 |
| | |||
* | Simplify only assignment | toasted-nutbread | 2020-02-22 |
| | |||
* | Assign result properties to variables to reduce number of lookups | toasted-nutbread | 2020-02-22 |
| | |||
* | Reduce number of redundant Map.get calls in dictTermsMergeByGloss | toasted-nutbread | 2020-02-22 |
| | |||
* | Add variables for expression and reading | toasted-nutbread | 2020-02-22 |
| | |||
* | Simplify update of mergedIndices | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Map | toasted-nutbread | 2020-02-22 |
| | |||
* | Change secondarySearchTitles to secondarySearchDictionaries | toasted-nutbread | 2020-02-22 |
| | |||
* | Remove unused dictRowsSort | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Map for dictEnabledSet | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Map | toasted-nutbread | 2020-02-22 |
| | |||
* | Simplify spread | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Map | toasted-nutbread | 2020-02-22 |
| | |||
* | Remove unused handlebarsRenderStatic | toasted-nutbread | 2020-02-13 |
| | |||
* | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
| | |||
* | Assign valid score during construction | toasted-nutbread | 2020-02-01 |
| | |||
* | Add declaration | toasted-nutbread | 2020-02-01 |
| | |||
* | Simplify getSequencedDefinitions and dictTermsMergeBySequence | toasted-nutbread | 2020-02-01 |
| | |||
* | Fix furigana segmentation | toasted-nutbread | 2020-01-16 |
| | |||
* | Fix incorrect result ordering | toasted-nutbread | 2020-01-12 |
| | |||
* | Update license info URL | toasted-nutbread | 2020-01-01 |
| | |||
* | Update copyright | toasted-nutbread | 2020-01-01 |
| | |||
* | Treat null templates as the default value | toasted-nutbread | 2019-12-29 |
| | |||
* | Update arrow-parens to always | toasted-nutbread | 2019-11-26 |
| | |||
* | Remove unnecessary escapes from regex literals | toasted-nutbread | 2019-11-26 |
| | |||
* | Replace hasOwnProperty with simplified hasOwn function | toasted-nutbread | 2019-11-26 |
| | |||
* | Simplify dictTermsSort | toasted-nutbread | 2019-11-10 |
| | |||
* | Allow templates to be tested on the settings page | toasted-nutbread | 2019-11-09 |
| | |||
* | Optimize dictFieldFormat | toasted-nutbread | 2019-11-08 |
| | |||
* | Fix order of {screenshot} tag | toasted-nutbread | 2019-10-11 |
| | |||
* | Replace some instances of Array.concat | toasted-nutbread | 2019-09-02 |
| | | | | .push or .unshift can accomplish the same operation without constructing new arrays. | ||
* | Add ability to save screenshot to anki cards | toasted-nutbread | 2019-08-15 |
| | |||
* | merged mode: expand termTags earlier | siikamiika | 2017-11-09 |
| | | | | Fixes errors with main dictionary other than JMdict | ||
* | expand tags before dictTermsMergeByGloss | siikamiika | 2017-10-24 |
| | |||
* | add tag meta score | siikamiika | 2017-10-24 |
| | |||
* | merged mode: rewrite term frequency (use score) | siikamiika | 2017-10-19 |
| | |||
* | merged mode: Anki support | siikamiika | 2017-10-17 |
| | |||
* | merged mode: fix OBOE (sequence 0) | siikamiika | 2017-10-17 |
| | |||
* | rename pos to partOfSpeech | siikamiika | 2017-10-13 |
| | |||
* | change db format, rename tags to definitionTags | siikamiika | 2017-10-13 |
| | |||
* | compact tags: reset PoS on new dictionary | siikamiika | 2017-10-12 |
| | |||
* | add compact tags | siikamiika | 2017-10-12 |
| | |||
* | add termTags | siikamiika | 2017-10-11 |
| | | | | | The dictionary tags field can now have a '\t' in it, and it is used to separate tags associated with definitions and terms. | ||
* | merged mode: make gloss hash more unique | siikamiika | 2017-10-10 |
| | | | | | Use ['gloss', 'ary'].concat('DictName') Known collision: 日本国有鉄道 in JMdict and JMnedict | ||
* | merged mode: fix tags for non-main dictionaries | siikamiika | 2017-10-09 |
| |