<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/css, branch 24.4.21.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=24.4.21.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=24.4.21.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2024-04-19T02:24:29+00:00</updated>
<entry>
<title>Fix search header left margins on small screens (#839)</title>
<updated>2024-04-19T02:24:29+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-04-19T02:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=8b38493f4e12d3f1f04d4d99e04e231ea4071163'/>
<id>urn:sha1:8b38493f4e12d3f1f04d4d99e04e231ea4071163</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an option to allow both viewing and adding duplicates (#693)</title>
<updated>2024-03-18T11:19:27+00:00</updated>
<author>
<name>Eloy Robillard</name>
<email>eloy.robillard@gmail.com</email>
</author>
<published>2024-03-18T11:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=7ee76d708934adeef06479f7757beb22c6c01d14'/>
<id>urn:sha1:7ee76d708934adeef06479f7757beb22c6c01d14</id>
<content type='text'>
* Detect duplicates when checking if can add note

* Display the stacked add buttons</content>
</entry>
<entry>
<title>Fix entry selection arrow padding in search (#754)</title>
<updated>2024-03-03T04:48:01+00:00</updated>
<author>
<name>Kuuuube</name>
<email>61125188+Kuuuube@users.noreply.github.com</email>
</author>
<published>2024-03-03T04:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=f162884b4cbfa5adf4a4e3dbbbad0d635fb5d603'/>
<id>urn:sha1:f162884b4cbfa5adf4a4e3dbbbad0d635fb5d603</id>
<content type='text'>
* Fix entry selection arrow padding in search

* Realign search-textbox and search-options</content>
</entry>
<entry>
<title>disable kana conversion on search page for other languages (#705)</title>
<updated>2024-02-18T13:06:01+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-02-18T13:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=251db0126c20ae159ce9d4cdf29413330f01dc65'/>
<id>urn:sha1:251db0126c20ae159ce9d4cdf29413330f01dc65</id>
<content type='text'>
* disable kana conversion for other languages

* ternary parentheses

* css fix</content>
</entry>
<entry>
<title>Replace `text-decoration` with `bottom-border` in links with ruby text (#595)</title>
<updated>2024-02-03T04:53:54+00:00</updated>
<author>
<name>Stephen Kraus</name>
<email>8003332+stephenmk@users.noreply.github.com</email>
</author>
<published>2024-02-03T04:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=16423a1bc89d8a0e6439c8d3f7441fd3d36e85df'/>
<id>urn:sha1:16423a1bc89d8a0e6439c8d3f7441fd3d36e85df</id>
<content type='text'>
* Replace text-decoration with bottom-border for links with ruby text

* Calculate style sizes based upon current font size

---------

Co-authored-by: stephenmk &lt;stephenmk@users.noreply.github.com&gt;</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>Dictionary deinflections (#503)</title>
<updated>2024-01-20T01:25:23+00:00</updated>
<author>
<name>StefanVukovic99</name>
<email>stefanvukovic44@gmail.com</email>
</author>
<published>2024-01-20T01:25:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2b87c919bcd879c7f356308bc522b95f33e35f3b'/>
<id>urn:sha1:2b87c919bcd879c7f356308bc522b95f33e35f3b</id>
<content type='text'>
* wip

* wip

* fix v3

* wip

* fix tests

* fix maxitems

* hide deinflection definitions

* fix anki template

* undo unnecessary change

* delete console.log

* refactor

* add set false to handlebars

* lint

* fix tests

* fix comments

* fix

* use Map in areArraysEqualIgnoreOrder

* move inflection source icons to css

* lint

* improve naming

* fix tests

* add test

* typescript

* use for of

* wip

* comments

* anki template upgrade

* update descriptions</content>
</entry>
<entry>
<title>Add support for alt attribute on structured content images (#359)</title>
<updated>2023-12-23T01:17:17+00:00</updated>
<author>
<name>Stephen Kraus</name>
<email>8003332+stephenmk@users.noreply.github.com</email>
</author>
<published>2023-12-23T01:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=93cdbe4b718f9f7a2cd0d6efc545ec51d049812f'/>
<id>urn:sha1:93cdbe4b718f9f7a2cd0d6efc545ec51d049812f</id>
<content type='text'>
* Add support for alt attribute on structured content images

* Add new `alt` property for structured content images

* Update test script with new media file count

---------

Co-authored-by: stephenmk &lt;stephenmk@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Automate generation of legal information for dependencies</title>
<updated>2023-11-23T02:28:47+00:00</updated>
<author>
<name>Darius Jahandarie</name>
<email>djahandarie@gmail.com</email>
</author>
<published>2023-11-22T13:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=5c4e521e295a7c089454b1d77f4570d46e1d32d3'/>
<id>urn:sha1:5c4e521e295a7c089454b1d77f4570d46e1d32d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced `iframe.yomichan-popup`</title>
<updated>2023-11-10T20:01:19+00:00</updated>
<author>
<name>starxeras</name>
<email>149911531+starxeras@users.noreply.github.com</email>
</author>
<published>2023-11-10T20:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=dae82459073c18c903c0bb54c578476ed83dbfd8'/>
<id>urn:sha1:dae82459073c18c903c0bb54c578476ed83dbfd8</id>
<content type='text'>
</content>
</entry>
</feed>
