diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5565ba..e1219076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ # AMII Changelog +## [1.0.0] + +### Added + +- Custom Content, please + documentation for more details! + + ## [0.15.1] ### Fixed diff --git a/README.md b/README.md index 54bef486..7e17edcd 100644 --- a/README.md +++ b/README.md @@ -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| | --- | --- | --- | @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index e824cf76..a273e880 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -113,7 +113,7 @@ tasks { } buildSearchableOptions { - enabled = false + enabled = true } patchPluginXml { diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 01c466eb..aea0a837 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -1,3 +1,4 @@ ### Added -- 2022.2 Build Support +- Custom Content, please + documentation for more details! diff --git a/gradle.properties b/gradle.properties index 3ff15051..feb4af26 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/kotlin/io/unthrottled/amii/assets/VisualContentManager.kt b/src/main/kotlin/io/unthrottled/amii/assets/VisualContentManager.kt index a0561b6e..61cd4fcb 100644 --- a/src/main/kotlin/io/unthrottled/amii/assets/VisualContentManager.kt +++ b/src/main/kotlin/io/unthrottled/amii/assets/VisualContentManager.kt @@ -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 { return if (Config.instance.onlyCustomAssets) { LocalVisualContentManager.supplyAllExistingVisualAssetRepresentations() diff --git a/src/main/kotlin/io/unthrottled/amii/onboarding/UpdateNotification.kt b/src/main/kotlin/io/unthrottled/amii/onboarding/UpdateNotification.kt index 03f63c84..26d880e9 100644 --- a/src/main/kotlin/io/unthrottled/amii/onboarding/UpdateNotification.kt +++ b/src/main/kotlin/io/unthrottled/amii/onboarding/UpdateNotification.kt @@ -22,7 +22,7 @@ private fun buildUpdateMessage(updateAsset: String): String = """ What's New?

See the documentation for features, usages, and configurations.
The changelog is available for more details. diff --git a/src/main/resources/messages/AMII_zh.properties b/src/main/resources/messages/AMII_zh.properties index 5edfebb7..a6e1ebe7 100644 --- a/src/main/resources/messages/AMII_zh.properties +++ b/src/main/resources/messages/AMII_zh.properties @@ -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