Skip to content

Commit

Permalink
I can spell Dimension. (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled authored Mar 1, 2022
1 parent eab1e2f commit 9dafd53
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# AMII Changelog

## [0.14.1]

### Fixed

- Spelling mistake in the `Dimension Cap` settings.

## [0.14.0]

### Added
Expand Down
1 change: 1 addition & 0 deletions docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@

- Images not showing up for users with an `'` in their file path.
- Issue with dimension capping of assets.
- Spelling mistake in the `Dimension Cap` settings.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = io.unthrottled
pluginName_ = Anime Memes
pluginVersion = 0.14.0
pluginVersion = 0.14.1
pluginSinceBuild = 203.7148.57
pluginUntilBuild = 221.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand All @@ -15,7 +15,7 @@ platformVersion = LATEST-EAP-SNAPSHOT
platformDownloadSources = true
# Plugin Dependencies -> https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
# Example: platformPlugins = com.intellij.java,com.jetbrains.php:203.4449.22
platformPlugins = io.acari.DDLCTheme:74.1-1.0.0
platformPlugins = io.acari.DDLCTheme:74.1-1.0.2

idePath=
#idePath=/home/alex/.local/share/JetBrains/Toolbox/apps/AndroidStudio/ch-0/203.7321754
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ private fun buildUpdateMessage(updateAsset: String): String =
<li>Right-click an active meme to view asset manager source.</li>
<li>Added support for users with an ' in their path</li>
<li>Fixed issue with dimension capping of assets.</li>
<li>Fixed spelling issue in <code>Dimension Cap</code> settings.</li>
</ul>
<br>See the <a href="https://github.com/ani-memes/AMII#documentation">documentation</a> for features, usages, and configurations.
<br>The <a href="https://github.com/ani-memes/AMII/blob/master/CHANGELOG.md">changelog</a> is available for more details.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/messages/AMII.properties
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ amii.android.extension.name=AniMeme Android Extension Plugin
promotions.dont.ask=Please do not communicate
promotion.unable.to.install.title=Unable to auto-install
promotion.unable.to.install.message=Please install plugin via "Settings -> Plugins" and search for "Anime Memes"
settings.display.dimension-cap.label=Dimenison Cap
settings.display.dimension-cap.label=Dimension Cap
settings.display.dimension-cap.enable=Enable Dimension Capping
settings.display.dimension-cap.max-height=Max Height (px)
settings.display.dimension-cap.max-width=Max Width (px)
Expand Down

0 comments on commit 9dafd53

Please sign in to comment.