<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/SkyHanni.git/src/main/java/at/hannibal2/skyhanni/features/chat/playerchat, branch tabcompletionapi</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SkyHanni.git/'/>
<entry>
<title>Feature + Fix: Player Chat Rework (#1483)</title>
<updated>2024-04-19T09:24:36+00:00</updated>
<author>
<name>hannibal2</name>
<email>24389977+hannibal002@users.noreply.github.com</email>
</author>
<published>2024-04-19T09:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SkyHanni.git/commit/?id=f8efe9effd27bee18bced64385fc1ad9b05b68bd'/>
<id>f8efe9effd27bee18bced64385fc1ad9b05b68bd</id>
<content type='text'>
Co-authored-by: CalMWolfs &lt;94038482+CalMWolfs@users.noreply.github.com&gt;
Co-authored-by: hannibal2 &lt;24389977+hannibal00212@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: CalMWolfs &lt;94038482+CalMWolfs@users.noreply.github.com&gt;
Co-authored-by: hannibal2 &lt;24389977+hannibal00212@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Backend: Make all event names uniform (#1290)</title>
<updated>2024-04-03T18:10:32+00:00</updated>
<author>
<name>CalMWolfs</name>
<email>94038482+CalMWolfs@users.noreply.github.com</email>
</author>
<published>2024-04-03T18:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SkyHanni.git/commit/?id=a7c6e08864f4d7a2ebf5776d2b4d5c8f1a691b56'/>
<id>a7c6e08864f4d7a2ebf5776d2b4d5c8f1a691b56</id>
<content type='text'>
Co-authored-by: hannibal2 &lt;24389977+hannibal00212@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: hannibal2 &lt;24389977+hannibal00212@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix: Tick event being called twice a tick (#1342)</title>
<updated>2024-04-03T17:56:02+00:00</updated>
<author>
<name>CalMWolfs</name>
<email>94038482+CalMWolfs@users.noreply.github.com</email>
</author>
<published>2024-04-03T17:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SkyHanni.git/commit/?id=1d051f3e1e35489989ca109f1493154641c23068'/>
<id>1d051f3e1e35489989ca109f1493154641c23068</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improvement: Config Move (#1300)</title>
<updated>2024-03-28T09:07:28+00:00</updated>
<author>
<name>hannibal2</name>
<email>24389977+hannibal002@users.noreply.github.com</email>
</author>
<published>2024-03-28T09:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SkyHanni.git/commit/?id=07a41cc61d1aa4373e925d240e067d720580b486'/>
<id>07a41cc61d1aa4373e925d240e067d720580b486</id>
<content type='text'>
Co-authored-by: hannibal2 &lt;24389977+hannibal00212@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: hannibal2 &lt;24389977+hannibal00212@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Splitting many utils functions from LorenzUtils up into other classes: ChatUtils, CollectionUtils, ConditionalUtils. And code cleanup #978</title>
<updated>2024-02-09T23:24:52+00:00</updated>
<author>
<name>Thunderblade73</name>
<email>85900443+Thunderblade73@users.noreply.github.com</email>
</author>
<published>2024-02-09T23:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SkyHanni.git/commit/?id=4559e5ff05e19817a21ae49f1c0d8a97d273f6a1'/>
<id>4559e5ff05e19817a21ae49f1c0d8a97d273f6a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unecessary non-capturing groups (#676)</title>
<updated>2023-12-17T14:06:40+00:00</updated>
<author>
<name>Walker Selby</name>
<email>git@walkerselby.com</email>
</author>
<published>2023-12-17T14:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SkyHanni.git/commit/?id=2ac57182e9af1e62a4ae5799c8a2451a59017510'/>
<id>2ac57182e9af1e62a4ae5799c8a2451a59017510</id>
<content type='text'>
Remove unnecessary non-capturing groups. #676</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unnecessary non-capturing groups. #676</pre>
</div>
</content>
</entry>
<entry>
<title>removed wrapper and code cleanup</title>
<updated>2023-12-09T23:45:14+00:00</updated>
<author>
<name>hannibal2</name>
<email>24389977+hannibal00212@users.noreply.github.com</email>
</author>
<published>2023-12-09T23:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SkyHanni.git/commit/?id=51c48350e82952b4e2f8ebab843c58e3355eb8ef'/>
<id>51c48350e82952b4e2f8ebab843c58e3355eb8ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature: Color Choice for Mark Name (#664)</title>
<updated>2023-12-09T23:43:57+00:00</updated>
<author>
<name>Walker Selby</name>
<email>git@walkerselby.com</email>
</author>
<published>2023-12-09T23:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SkyHanni.git/commit/?id=34a1b133bfd54f4acb52882f77603594bb72749b'/>
<id>34a1b133bfd54f4acb52882f77603594bb72749b</id>
<content type='text'>
Option to change the color of Marked Players in chat. #664</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Option to change the color of Marked Players in chat. #664</pre>
</div>
</content>
</entry>
<entry>
<title>Internal Change: Refactor JsonObjects to be in data package (#680)</title>
<updated>2023-11-26T07:42:00+00:00</updated>
<author>
<name>Walker Selby</name>
<email>git@walkerselby.com</email>
</author>
<published>2023-11-26T07:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SkyHanni.git/commit/?id=67b05d2bc69cfed5b84c125d51af2bc31d85f1f9'/>
<id>67b05d2bc69cfed5b84c125d51af2bc31d85f1f9</id>
<content type='text'>
Moved the json object files into another package. #680</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved the json object files into another package. #680</pre>
</div>
</content>
</entry>
<entry>
<title>removed small errors</title>
<updated>2023-11-21T17:49:14+00:00</updated>
<author>
<name>hannibal2</name>
<email>24389977+hannibal00212@users.noreply.github.com</email>
</author>
<published>2023-11-21T17:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/SkyHanni.git/commit/?id=31f65742ccca74a6afec114ee289f72b53b2682e'/>
<id>31f65742ccca74a6afec114ee289f72b53b2682e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
