<feed xmlns='http://www.w3.org/2005/Atom'>
<title>135e2/otonashi.git, branch master</title>
<subtitle>A simple, easy-to-use classboard app</subtitle>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/otonashi.git/'/>
<entry>
<title>1.3.1</title>
<updated>2023-01-29T15:43:56+00:00</updated>
<author>
<name>135e2</name>
<email>135e2@135e2.tk</email>
</author>
<published>2022-08-13T15:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/otonashi.git/commit/?id=47d257670d2ef41ec161ce63b097037b4b4e605d'/>
<id>47d257670d2ef41ec161ce63b097037b4b4e605d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(SettingsPage): improve Content Size accessibility</title>
<updated>2022-08-13T15:29:51+00:00</updated>
<author>
<name>135e2</name>
<email>135e2@135e2.tk</email>
</author>
<published>2022-08-13T15:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/otonashi.git/commit/?id=6deb1d8bbf5bcf9235f74d15d11919431a3bf469'/>
<id>6deb1d8bbf5bcf9235f74d15d11919431a3bf469</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>1.3.0</title>
<updated>2022-08-13T15:15:31+00:00</updated>
<author>
<name>135e2</name>
<email>135e2@135e2.tk</email>
</author>
<published>2022-08-13T15:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/otonashi.git/commit/?id=eabfc1530ad3745b3a23db3811222575eeef47f5'/>
<id>eabfc1530ad3745b3a23db3811222575eeef47f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: simplify redundant code</title>
<updated>2022-08-13T15:12:16+00:00</updated>
<author>
<name>135e2</name>
<email>135e2@135e2.tk</email>
</author>
<published>2022-08-13T15:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/otonashi.git/commit/?id=2e64ea8f52a591197ed9e100dcb2b5e909b8137f'/>
<id>2e64ea8f52a591197ed9e100dcb2b5e909b8137f</id>
<content type='text'>
Also changed || to ?? for better false/0/"" handling

Ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also changed || to ?? for better false/0/"" handling

Ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(snackbar): support snackbar theme</title>
<updated>2022-08-13T15:07:34+00:00</updated>
<author>
<name>135e2</name>
<email>135e2@135e2.tk</email>
</author>
<published>2022-08-13T15:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/otonashi.git/commit/?id=71877b6a159550c4a4f89288cd025b76de05bf81'/>
<id>71877b6a159550c4a4f89288cd025b76de05bf81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: use snackbar to notify updateBackgroundImageURL event</title>
<updated>2022-08-13T14:46:12+00:00</updated>
<author>
<name>135e2</name>
<email>135e2@135e2.tk</email>
</author>
<published>2022-08-13T14:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/otonashi.git/commit/?id=ac6e9eca34d130f065ae47a0df8d722164fa9748'/>
<id>ac6e9eca34d130f065ae47a0df8d722164fa9748</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(SettingsPage): reimplement backgroundImage customization</title>
<updated>2022-08-13T14:35:57+00:00</updated>
<author>
<name>135e2</name>
<email>135e2@135e2.tk</email>
</author>
<published>2022-08-13T13:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/otonashi.git/commit/?id=9b788ccf13a2018a8ff0b6bed1607770bfec314d'/>
<id>9b788ccf13a2018a8ff0b6bed1607770bfec314d</id>
<content type='text'>
A pretty basic implementation to change bgImage dynamically, which was formerly reverted.

Ref: ffd55641317ebd6344e92eb8a3204981846b5e05
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A pretty basic implementation to change bgImage dynamically, which was formerly reverted.

Ref: ffd55641317ebd6344e92eb8a3204981846b5e05
</pre>
</div>
</content>
</entry>
<entry>
<title>1.2.4</title>
<updated>2022-08-09T13:48:38+00:00</updated>
<author>
<name>135e2</name>
<email>135e2@135e2.tk</email>
</author>
<published>2022-08-09T13:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/otonashi.git/commit/?id=131f3b1c6beeb477494a4874f686a18601357887'/>
<id>131f3b1c6beeb477494a4874f686a18601357887</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(EditPage): refine reset() and resetValidation()</title>
<updated>2022-08-09T13:46:38+00:00</updated>
<author>
<name>135e2</name>
<email>135e2@135e2.tk</email>
</author>
<published>2022-08-09T13:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/otonashi.git/commit/?id=b267795a685881f32488aaed26c72c6dcadb8f44'/>
<id>b267795a685881f32488aaed26c72c6dcadb8f44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>1.2.3</title>
<updated>2022-08-09T11:18:26+00:00</updated>
<author>
<name>135e2</name>
<email>135e2@135e2.tk</email>
</author>
<published>2022-08-09T11:18:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.135e2.dev/135e2/otonashi.git/commit/?id=dcf41098f7ca7e401d307fb5790ab1f989ad4249'/>
<id>dcf41098f7ca7e401d307fb5790ab1f989ad4249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
