Skip to content

Commit

Permalink
fix(associations): revert to the old config name, as it was preventin…
Browse files Browse the repository at this point in the history
…g loading previously configured associations
  • Loading branch information
mallowigi committed Jan 21, 2025
1 parent a844dbe commit aad9044
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import java.util.*

/** Configuration for [SelectedAssociations]. */
@State(
name = "Atom Icons Custom Associations",
name = "Atom Icon Selections Config",
storages = [Storage("atom-icon-associations.xml")],
category = SettingsCategory.UI
)
Expand Down
14 changes: 14 additions & 0 deletions docs/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ <h2>Changelog</h2>

<hr />

<h2>101.0.0 (10.1.0)</h2>

<h3>Features</h3>

<ul><li>Add an option in the settings to disable indexing in the case it causes the IDE to crash!</li><li><strong>New Icon Pack</strong>: CSS (New Icon)</li></ul>

<h3>Fixes</h3>

<ul><li>Fix infinite indexing loop</li><li>Add a caching map to avoid recalculating indexed icons</li><li>Trying to fix the rare error of <code>Class initialization must not depend on services</code></li><li>Support <em>Icon Viewer 2</em> plugin</li></ul>

<h3>Additions</h3>

<ul><li><em>File Icons</em>:<ul><li>Ruff</li><li>Stryker</li><li>Wrangler</li><li>Beancount</li><li>Keystatic</li><li>Lyric</li><li>Markdoc</li><li>Nest Healthchecks</li><li>Nest Fixtures</li><li>ShadCN Config</li><li>Copilot</li><li>Stackblitz</li><li>Taze</li><li>Sway</li><li>Wxt</li><li>Zeabur</li><li>C3</li><li>Mise</li><li>Textlint Ignore</li></ul></li><li><em>Folder Icons</em>:<ul><li>Liquibase</li><li>Obsidian</li><li>Trash</li><li>Nx</li></ul></li></ul>

<h2>100.0.0 (10.0.0)</h2>

<h3>Features</h3>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pluginVendorEmail=elior@material-theme.com
pluginVendorName=AtomMaterial
pluginVendorUrl=https://github.com/mallowigi
pluginVerifierIdeVersions=2024.3
pluginVersion=101.0.0
pluginVersion=101.0.1
publishPassword=
publishToken=
publishUsername=Mallowigi
Expand Down

0 comments on commit aad9044

Please sign in to comment.