<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/media, branch 24.2.11.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.2.11.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.2.11.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-02-04T07:08:44+00:00</updated>
<entry>
<title>move files (#630)</title>
<updated>2024-02-04T07:08:44+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-02-04T07:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=e4c6608103be5b031a0ba3ce1c70982114480360'/>
<id>urn:sha1:e4c6608103be5b031a0ba3ce1c70982114480360</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Module refactoring (#588)</title>
<updated>2024-01-31T13:38:30+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-01-31T13:38:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=87ed7c8affd3ade9d3cd2d9ed1a61dd5f224e473'/>
<id>urn:sha1:87ed7c8affd3ade9d3cd2d9ed1a61dd5f224e473</id>
<content type='text'>
* Convert PronunciationGenerator into static functions

* Convert DictionaryDataUtil into static functions

* Convert AnkiNoteDataCreator into static functions

* Convert MediaUtil into static functions

* Convert RegexUtil into static functions

* Convert StringUtil into static functions

* Convert ArrayBufferUtil into static functions

* Convert AnkiUtil into static functions

* Convert PermissionsUtil into static functions

* Convert ProfileConditionsUtil into static functions</content>
</entry>
<entry>
<title>JapaneseUtil refactor (#555)</title>
<updated>2024-01-28T12:22:47+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-01-28T12:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=acc013a1a8051d34322f0f5f91d7bdecc0a18843'/>
<id>urn:sha1:acc013a1a8051d34322f0f5f91d7bdecc0a18843</id>
<content type='text'>
* Copy functions from JapaneseUtil

* Remove JapaneseUtil

* Update usages of JapaneseUtil functions</content>
</entry>
<entry>
<title>Separate core classes into separate files (#545)</title>
<updated>2024-01-20T04:52:48+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-01-20T04:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=39265a43d969e1201cb5267789967b57835059b1'/>
<id>urn:sha1:39265a43d969e1201cb5267789967b57835059b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year (#524)</title>
<updated>2024-01-20T03:42:10+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2024-01-20T03:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ff5db2c18e3731e7c1063bf27ad5d6d9d22d1c6c'/>
<id>urn:sha1:ff5db2c18e3731e7c1063bf27ad5d6d9d22d1c6c</id>
<content type='text'>
* Update copyright year

* Update lib files

* Rebase updates

* Update dates

* Update years to range

* Update permitted pattern</content>
</entry>
<entry>
<title>Event dispatcher refactor (#463)</title>
<updated>2023-12-29T03:17:38+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2023-12-29T03:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=1e254fd1d4423b984e176547ef36a14383bbd7f5'/>
<id>urn:sha1:1e254fd1d4423b984e176547ef36a14383bbd7f5</id>
<content type='text'>
* Refactor EventDispatcher template type

* Update core types

* Update log

* Update clipboard monitor

* Update application events

* Update popup events

* Update text scanner

* Update cross frame API

* Update display events

* Type updates

* Update display history

* Update query parser

* Update search persistent state controller

* Update panel element

* Update popup menu

* Update audio system

* Update hotkey handler

* Update settings controller

* Update audio controller

* Update types

* Update types

* Update types

* Add event handler types

* Update type

* Fix issues

* Remove error suppression

* Fix typo</content>
</entry>
<entry>
<title>JSON validation (#394)</title>
<updated>2023-12-20T05:47:15+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2023-12-20T05:47:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=8b943cc97fab890085448122e7c13dd035d0e238'/>
<id>urn:sha1:8b943cc97fab890085448122e7c13dd035d0e238</id>
<content type='text'>
* Set up JSON testing

* Add schema validation

* Use parseJson

* Finish types

* Disambiguate ext/json-schema from node dependency with the same name

* Add support for specifying the jsconfig file

* Don't expose types

* Update types

* Use dictionary map type

* Fix types

* Fix AJV warnings

* Move types

* Move anb rename file

* Move common mocks

* Simplify types</content>
</entry>
<entry>
<title>Make JSON.parse usage safer (#373)</title>
<updated>2023-12-19T05:33:38+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2023-12-19T05:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=1ced9aafc00c10992bab8bd3f1b6b1397f05b7b9'/>
<id>urn:sha1:1ced9aafc00c10992bab8bd3f1b6b1397f05b7b9</id>
<content type='text'>
* Make JSON.parse usage safer

* Fix any type

* Add readResponseJson

* Use readResponseJson

* Additional updates

* Rename files

* Add types</content>
</entry>
<entry>
<title>Update timer types and such</title>
<updated>2023-11-28T00:33:01+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2023-11-28T00:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=14d12f6ba20b837a04c638b935773f3120e194ff'/>
<id>urn:sha1:14d12f6ba20b837a04c638b935773f3120e194ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update types</title>
<updated>2023-11-27T19:55:27+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2023-11-27T19:55:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7aed9a371b0d74c0d75179a08068e8935b76d780'/>
<id>urn:sha1:7aed9a371b0d74c0d75179a08068e8935b76d780</id>
<content type='text'>
</content>
</entry>
</feed>
