<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skyhanni.git/src/main/java/at/hannibal2/skyhanni/features/inventory/PowerStoneGuideFeatures.kt, branch feat/detekt</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/skyhanni.git/'/>
<entry>
<title>fixing and using shortFormat()</title>
<updated>2024-06-14T13:56:08+00:00</updated>
<author>
<name>hannibal2</name>
<email>24389977+hannibal00212@users.noreply.github.com</email>
</author>
<published>2024-06-14T13:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/skyhanni.git/commit/?id=34e2d19a32f36ddef298668788447aed01c62703'/>
<id>34e2d19a32f36ddef298668788447aed01c62703</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "creating and using Number.format()"</title>
<updated>2024-06-14T13:48:37+00:00</updated>
<author>
<name>hannibal2</name>
<email>24389977+hannibal00212@users.noreply.github.com</email>
</author>
<published>2024-06-14T13:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/skyhanni.git/commit/?id=a996d8150ef2367e7c839f3565d60bdb68d2125d'/>
<id>a996d8150ef2367e7c839f3565d60bdb68d2125d</id>
<content type='text'>
This reverts commit 9f55fd15544e187491d78e2c5ecf2f2ed8ac76f1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9f55fd15544e187491d78e2c5ecf2f2ed8ac76f1.
</pre>
</div>
</content>
</entry>
<entry>
<title>creating and using Number.format()</title>
<updated>2024-06-14T11:36:06+00:00</updated>
<author>
<name>hannibal2</name>
<email>24389977+hannibal00212@users.noreply.github.com</email>
</author>
<published>2024-06-14T11:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/skyhanni.git/commit/?id=9f55fd15544e187491d78e2c5ecf2f2ed8ac76f1'/>
<id>9f55fd15544e187491d78e2c5ecf2f2ed8ac76f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backend: Classes -&gt; Objects with annotation (#1982)</title>
<updated>2024-06-06T01:49:47+00:00</updated>
<author>
<name>CalMWolfs</name>
<email>94038482+CalMWolfs@users.noreply.github.com</email>
</author>
<published>2024-06-06T01:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/skyhanni.git/commit/?id=dc619eea46194955ede129b6a7125be2c1e8fa74'/>
<id>dc619eea46194955ede129b6a7125be2c1e8fa74</id>
<content type='text'>
Co-authored-by: ThatGravyBoat &lt;thatgravyboat@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: ThatGravyBoat &lt;thatgravyboat@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Improvement: bazaar re-buy (#1946)</title>
<updated>2024-05-31T01:02:25+00:00</updated>
<author>
<name>hannibal2</name>
<email>24389977+hannibal002@users.noreply.github.com</email>
</author>
<published>2024-05-31T01:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/skyhanni.git/commit/?id=983daf38bf8df75602ace0047b2dd5731b11836d'/>
<id>983daf38bf8df75602ace0047b2dd5731b11836d</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>Backend: Use only one inventory close event (#1184)</title>
<updated>2024-04-04T23:56:09+00:00</updated>
<author>
<name>CalMWolfs</name>
<email>94038482+CalMWolfs@users.noreply.github.com</email>
</author>
<published>2024-04-04T23:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/skyhanni.git/commit/?id=940b961edc0bea93fafa99764454196b0d47e42b'/>
<id>940b961edc0bea93fafa99764454196b0d47e42b</id>
<content type='text'>
* use only one inventory close event

* fix InventoryCloseEvent not getting called when closing player inventory, not fully opened inventories, and sometimes leaving inventories by opening other mod menus

* used event in minion collection, and renamed functions

---------

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>
* use only one inventory close event

* fix InventoryCloseEvent not getting called when closing player inventory, not fully opened inventories, and sometimes leaving inventories by opening other mod menus

* used event in minion collection, and renamed functions

---------

Co-authored-by: hannibal2 &lt;24389977+hannibal00212@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Internal Change: Bazaar Config -&gt; Inventory Config (#1082)</title>
<updated>2024-03-01T16:14:54+00:00</updated>
<author>
<name>hannibal2</name>
<email>24389977+hannibal002@users.noreply.github.com</email>
</author>
<published>2024-03-01T16:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/skyhanni.git/commit/?id=93af7607b3d5c1061bc845f097fe8be94c5e2043'/>
<id>93af7607b3d5c1061bc845f097fe8be94c5e2043</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Item name rewrite and cache #1016</title>
<updated>2024-02-19T12:29:45+00:00</updated>
<author>
<name>hannibal2</name>
<email>24389977+hannibal002@users.noreply.github.com</email>
</author>
<published>2024-02-19T12:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/skyhanni.git/commit/?id=7d9a6a101071c75773668e0881b37466506307dd'/>
<id>7d9a6a101071c75773668e0881b37466506307dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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/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>Fixed Power Stone Guide Highlight shows in other inventories when leaving via command.</title>
<updated>2024-01-28T17:57:31+00:00</updated>
<author>
<name>hannibal2</name>
<email>24389977+hannibal00212@users.noreply.github.com</email>
</author>
<published>2024-01-28T17:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/skyhanni.git/commit/?id=34a7bacb66dd8a62808288467b9bcc21be264128'/>
<id>34a7bacb66dd8a62808288467b9bcc21be264128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
