<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/mixed/css, branch 21.4.30.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.4.30.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.4.30.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-02-13T02:03:30+00:00</updated>
<entry>
<title>Move css files (#1374)</title>
<updated>2021-02-13T02:03:30+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-13T02:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4f13de283572b2c57e7462f1030c12fe8335882e'/>
<id>urn:sha1:4f13de283572b2c57e7462f1030c12fe8335882e</id>
<content type='text'>
* Move bg/css/ to css/

* Move mixed/css/ to css/</content>
</entry>
<entry>
<title>Move more data files (#1373)</title>
<updated>2021-02-13T01:37:43+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-13T01:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=8454f52378b9410393262122c6920606e187e18f'/>
<id>urn:sha1:8454f52378b9410393262122c6920606e187e18f</id>
<content type='text'>
* Move deinflect.json

* Move button.mp3

* Move fonts</content>
</entry>
<entry>
<title>Move images (#1372)</title>
<updated>2021-02-13T01:27:43+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-13T01:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=98975d59231eeedeaa2b17998b56a3c21e5d647e'/>
<id>urn:sha1:98975d59231eeedeaa2b17998b56a3c21e5d647e</id>
<content type='text'>
* Move mixed/img/ to images/

* Move bg/img/ to images/</content>
</entry>
<entry>
<title>Permissions button in browser action popup (#1368)</title>
<updated>2021-02-11T23:55:09+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-11T23:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=94db6c69fa4aa25231e213c6d0e185197bfe3418'/>
<id>urn:sha1:94db6c69fa4aa25231e213c6d0e185197bfe3418</id>
<content type='text'>
* Add key icon

* Update context icon styles

* Add permissions links

* Show warning badge if permissions are insufficient for certain settings

* Create PermissionsUtil

* Use PermissionsUtil in Backend

* Update SettingsController to use PermissionsUtil

* Update AnkiController to use getRequiredPermissionsForAnkiFieldValue

* Show the permissions buttons/links on the context page when necessary

* Update MV3 compatibility</content>
</entry>
<entry>
<title>Enforce language (#1344)</title>
<updated>2021-02-08T22:52:35+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-02-08T22:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=008809e0e73665249b7b3dd7c14a1761aa06bd39'/>
<id>urn:sha1:008809e0e73665249b7b3dd7c14a1761aa06bd39</id>
<content type='text'>
* Assign text content and a language

* Remove _appendMultilineText

* Assign lang for createTextNode content

* Add language attributes to HTML pages</content>
</entry>
<entry>
<title>Settings permissions info display (#1338)</title>
<updated>2021-01-31T16:55:11+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-01-31T16:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=08a87bd0075cec19d037573261cca012dacaefb9'/>
<id>urn:sha1:08a87bd0075cec19d037573261cca012dacaefb9</id>
<content type='text'>
* Add getAllPermissions function

* Add permissionsChanged event

* Update ClipboardPopupsController to show permissions validation info

* Add invalid indicator

* Display invalid indicator when permissions are not valid

* Fix border color transition not being necessary on input-suffix-button</content>
</entry>
<entry>
<title>Add note errors (#1329)</title>
<updated>2021-01-30T17:33:29+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-01-30T17:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=d0b8b605db93c51b5ce2501a482c57432b45bfa6'/>
<id>urn:sha1:d0b8b605db93c51b5ce2501a482c57432b45bfa6</id>
<content type='text'>
* Update _addAnkiNote to track errors

* Change comparison

* Update anki note adding to show errors

* Fix template

* Show errors when Anki card creation behaves unexpectedly

* Update some errors related to anki media injection

* Update addAnkiNote error handling

* Improve Anki errors

* Simplify error messages related to template rendering</content>
</entry>
<entry>
<title>Display notification style updates (#1327)</title>
<updated>2021-01-30T03:12:24+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-01-30T03:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=588d8a681a34da5777520096a11d5eea74fc2251'/>
<id>urn:sha1:588d8a681a34da5777520096a11d5eea74fc2251</id>
<content type='text'>
* Add scrollbar-inverse styles

* Update notification styles to support better overflowing</content>
</entry>
<entry>
<title>Settings and welcome page improvements (#1326)</title>
<updated>2021-01-30T00:10:57+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-01-30T00:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=04cf4ec8d58f3f0802973d1527f173b3926b62d0'/>
<id>urn:sha1:04cf4ec8d58f3f0802973d1527f173b3926b62d0</id>
<content type='text'>
* Update wording to be less repetitive

* Remove the shadow theme option from the welcome page, to avoid confusion

* Update input sizes

* Update select text to not clip the triangle icon

* Update wording

* Update descriptions

* Remove "popup" to not exclude the search page</content>
</entry>
<entry>
<title>Native keyboard shortcuts settings (#1322)</title>
<updated>2021-01-28T00:34:14+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-01-28T00:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=ed0c0c20c095ac693dac3f1c4145e4c8dc83601a'/>
<id>urn:sha1:ed0c0c20c095ac693dac3f1c4145e4c8dc83601a</id>
<content type='text'>
* Fix style issue

* Add ExtensionKeyboardShortcutController

* Move descriptions

* Add separator line</content>
</entry>
</feed>
