Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update eslint rules (#710) | toasted-nutbread | 2024-02-19 |
| | |||
* | Application refactor (#591) | toasted-nutbread | 2024-02-01 |
| | | | | | | | | | | | * Rename Yomitan class to Application, change initialization style * Rename file * Update init * Update config * Remove dead code | ||
* | Separate core classes into separate files (#545) | toasted-nutbread | 2024-01-20 |
| | |||
* | Update copyright year (#524) | toasted-nutbread | 2024-01-20 |
| | | | | | | | | | | | | | * Update copyright year * Update lib files * Rebase updates * Update dates * Update years to range * Update permitted pattern | ||
* | Add toError utility function (#523) | toasted-nutbread | 2024-01-15 |
| | | | | | * Add asError utility function * Rename to toError | ||
* | rename variables (#409) | Cashew | 2023-12-20 |
| | | | | | | | | | | | * rename variables * add comment to ambiguous variable * rename variables * add comments * rename functions | ||
* | Update timer types and such | toasted-nutbread | 2023-11-27 |
| | |||
* | Update types | toasted-nutbread | 2023-11-27 |
| | |||
* | Add extension error imports | toasted-nutbread | 2023-11-27 |
| | |||
* | Add JSDoc type annotations to project (rebased) | toasted-nutbread | 2023-11-27 |
| | |||
* | `yomichan` -> `yomitan` | starxeras | 2023-11-10 |
| | |||
* | Modernize codebase | Darius Jahandarie | 2023-11-04 |
| | | | | | | - Use ES modules - Remove vendored libs and build them from npm using esbuild - Switch from JSZip to zip.js | ||
* | fixed eslint, changed header to only use 2 spaces, added missing headers to test | Austin Siew | 2023-03-22 |
| | |||
* | Updated LICENSE to full license, added Yomitan 2023 to all license headers | Austin Siew | 2023-03-21 |
| | |||
* | Display notification updates (#2149) | toasted-nutbread | 2022-05-20 |
| | | | | | | | | | | | * Expose container and node on DisplayNotification * Add Display.createNotification * Rename methods * Rename fields * Remove double newline | ||
* | Update copyright date (#2062) | toasted-nutbread | 2022-02-02 |
| | | | | | | | * Update eslint settings * Update 2021 files * Update other files | ||
* | Toggle option hotkey (#1571) | toasted-nutbread | 2021-03-28 |
* Set up toggleOption hotkey action settings * Update styles * Disable spell check and autocomplete * Add OptionToggleHotkeyHandler * Improve auto-close behaviour |