Skip to content

Commit

Permalink
Updated changelog & bumped version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled committed Jul 31, 2022
1 parent 6369482 commit dda1bb5
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

# AMII Changelog

## [1.0.0]

### Added

- Custom Content, please <a href="https://github.com/ani-memes/AMII/tree/customAssets#custom-assets">
documentation</a> for more details!


## [0.15.1]

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ When you've been doing well for a while, and you break something.

### Tired

When you've been gone for a really long time. You seen these a bunch :)
When you've been gone for a really long time. You've seen these a bunch :)

| Example One | Example Two | Example Three|
| --- | --- | --- |
Expand Down Expand Up @@ -522,7 +522,7 @@ Since it is an expensive operation MIKU will only completely/recursively Rescan
Since it is a lot of work to use a menu to tag assets and most assets belong to one category, I figured this feature
might be handy.

When `Create AUto Labeled Directories` is enabled, MIKU will create all directories, associated with a specific asset
When `Create Auto Labeled Directories` is enabled, MIKU will create all directories, associated with a specific asset
category in your custom assets directory.

Just add memes to the appropriate directories and when MIKU scans the custom assets directories, they'll add the
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ tasks {
}

buildSearchableOptions {
enabled = false
enabled = true
}

patchPluginXml {
Expand Down
3 changes: 2 additions & 1 deletion docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Added

- 2022.2 Build Support
- Custom Content, please <a href="https://github.com/ani-memes/AMII/tree/customAssets#custom-assets">
documentation</a> for more details!
2 changes: 1 addition & 1 deletion 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.15.1
pluginVersion = 1.0.0
pluginSinceBuild = 203.7148.57
pluginUntilBuild = 222.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import java.net.URI
import java.util.Optional

object VisualContentManager {
// todo: investigate why local assets are only showing up when not only custom assets.

fun supplyAllLocalAssetDefinitions(): Set<VisualAssetRepresentation> {
return if (Config.instance.onlyCustomAssets) {
LocalVisualContentManager.supplyAllExistingVisualAssetRepresentations()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private fun buildUpdateMessage(updateAsset: String): String =
"""
What's New?<br>
<ul>
<li>2022.2 Build Support.</li>
<li>Added Custom Content Support.</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
34 changes: 33 additions & 1 deletion src/main/resources/messages/AMII_zh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,44 @@ amii.meme.info.search=Search
amii.meme.info.dunno=Sorry, I do not know the source of this asset.
amii.meme.info.stop=Stop Showing Info
settings.general.misc.show-info=Info On Click
meme.asset.category.acknowledgement=Acknowledgement
meme.asset.category.frustration=Frustration
meme.asset.category.enraged=Enraged
meme.asset.category.celebration=Celebration
meme.asset.category.happy=Happy
meme.asset.category.smug=Smug
meme.asset.category.waiting=Waiting
meme.asset.category.motivation=Motivation
meme.asset.category.welcoming=Welcoming
meme.asset.category.departure=Departure
meme.asset.category.encouragement=Encouragement
meme.asset.category.mocking=Mocking
meme.asset.category.shocked=Shocked
meme.asset.category.disappointment=Disappointment
meme.asset.category.alert=Alert
meme.asset.category.bored=Bored
meme.asset.category.tired=Tired
meme.asset.category.patiently_waiting=Patiently Waiting
meme.asset.category.pouting=Pouting
setting.tab.custom.content.title=Custom Content
amii.settings.meme.categories.title=Meme Categories
amii.settings.meme.categories.empty.text=Not Categorized
amii.settings.meme.categories.empty.action=Add Category
amii.settings.meme.categories.popup.title=Available Categories
amii.settings.meme.categories.popup.title=Available Categories:
amii.settings.custom.assets.auto.directory.label=Create Auto Labeled Directories
amii.meme.info.you.added.this=You added this, how am I supposed to know?
settings.custom.assets.audio.asset.label=Audio clip path (.wav/.mp3):
amii.settings.custom.assets.directory.label=Custom Assets directory:
amii.settings.custom.assets.refresh.title=Read Assets
amii.settings.custom.assets.refresh.description=Read custom asset directory again
settings.custom.assets.only.show.untagged=Only show untagged items
settings.custom.assets.is.cultured=Is suggestive
settings.custom.allow.suggestive=Allow Suggestive Content
amii.local.asset.sync.done.title=Local asset sync complete
amii.local.asset.sync.done.body=Local custom asset directory scan completed.
settings.custom.assets.only.use.custom=Only use custom assets
amii.lewd.asset.assets.enabled.title=Suggestive Content Enabled
amii.lewd.asset.assets.enabled.body=Local content tagged as suggestive will now be used.
amii.lewd.asset.assets.disabled.title=Suggestive Content Disabled
amii.lewd.asset.assets.disabled.body=Local content tagged as suggestive will not show up.
settings.custom.test.meme=Test Meme

0 comments on commit dda1bb5

Please sign in to comment.