From f0c046dbd8773c04e86efd6e48066dadb9c18ff9 Mon Sep 17 00:00:00 2001 From: Tommy Ettinger Date: Fri, 17 Mar 2023 17:41:32 -0700 Subject: [PATCH] Release 0.8.0 ! Former-commit-id: 11beb1e5c0c8042bfb0979454c2d2322ba879f8f --- README.md | 6 +- build.gradle | 4 +- docs/apidocs/allclasses-index.html | 2 +- docs/apidocs/allpackages-index.html | 2 +- .../textra/ColorLookup.GdxColorLookup.html | 2 +- .../tommyettinger/textra/ColorLookup.html | 2 +- .../github/tommyettinger/textra/Effect.html | 2 +- .../textra/Font.DistanceFieldType.html | 2 +- .../tommyettinger/textra/Font.FontFamily.html | 2 +- .../textra/Font.GlyphRegion.html | 2 +- .../com/github/tommyettinger/textra/Font.html | 205 ++++++---- .../textra/ImageTextraButton.html | 2 +- .../textra/ImageTypingButton.html | 2 +- .../tommyettinger/textra/KnownFonts.html | 354 +++++++++++++++--- .../github/tommyettinger/textra/Layout.html | 2 +- .../com/github/tommyettinger/textra/Line.html | 2 +- .../tommyettinger/textra/TextraButton.html | 2 +- .../tommyettinger/textra/TextraCheckBox.html | 2 +- .../tommyettinger/textra/TextraDialog.html | 2 +- .../TextraField.DefaultOnscreenKeyboard.html | 2 +- .../textra/TextraField.OnscreenKeyboard.html | 2 +- .../TextraField.TextFieldClickListener.html | 2 +- ...ield.TextFieldFilter.DigitsOnlyFilter.html | 2 +- .../textra/TextraField.TextFieldFilter.html | 2 +- .../textra/TextraField.TextFieldListener.html | 2 +- .../tommyettinger/textra/TextraField.html | 2 +- .../tommyettinger/textra/TextraLabel.html | 2 +- .../tommyettinger/textra/TextraTooltip.html | 2 +- .../tommyettinger/textra/TextraWindow.html | 2 +- .../tommyettinger/textra/TokenCategory.html | 2 +- .../tommyettinger/textra/TypingAdapter.html | 2 +- .../tommyettinger/textra/TypingButton.html | 2 +- .../tommyettinger/textra/TypingCheckBox.html | 2 +- .../tommyettinger/textra/TypingConfig.html | 2 +- .../tommyettinger/textra/TypingDialog.html | 2 +- .../tommyettinger/textra/TypingLabel.html | 2 +- .../tommyettinger/textra/TypingListener.html | 2 +- .../tommyettinger/textra/TypingTooltip.html | 2 +- .../tommyettinger/textra/TypingWindow.html | 2 +- .../textra/effects/AttentionEffect.html | 2 +- .../textra/effects/BlinkEffect.html | 2 +- .../textra/effects/CarouselEffect.html | 2 +- .../textra/effects/CrowdEffect.html | 2 +- .../textra/effects/EaseEffect.html | 2 +- .../textra/effects/EmergeEffect.html | 2 +- .../textra/effects/FadeEffect.html | 2 +- .../textra/effects/GradientEffect.html | 2 +- .../textra/effects/HangEffect.html | 2 +- .../textra/effects/HeartbeatEffect.html | 2 +- .../textra/effects/HighlightEffect.html | 2 +- .../textra/effects/JoltEffect.html | 2 +- .../textra/effects/JumpEffect.html | 2 +- .../textra/effects/LinkEffect.html | 2 +- .../textra/effects/RainbowEffect.html | 2 +- .../textra/effects/RotateEffect.html | 2 +- .../textra/effects/ScaleEffect.html | 2 +- .../textra/effects/ShakeEffect.html | 2 +- .../textra/effects/ShrinkEffect.html | 2 +- .../textra/effects/SickEffect.html | 2 +- .../textra/effects/SlideEffect.html | 2 +- .../textra/effects/SpinEffect.html | 2 +- .../textra/effects/SpiralEffect.html | 2 +- .../textra/effects/SquashEffect.html | 2 +- .../textra/effects/StylistEffect.html | 2 +- .../textra/effects/TriggerEffect.html | 2 +- .../textra/effects/WaveEffect.html | 2 +- .../textra/effects/WindEffect.html | 2 +- .../textra/effects/package-summary.html | 2 +- .../textra/effects/package-tree.html | 2 +- .../tommyettinger/textra/package-summary.html | 2 +- .../tommyettinger/textra/package-tree.html | 2 +- .../textra/utils/BlockUtils.html | 2 +- .../utils/CaseInsensitiveIntMap.Entries.html | 2 +- .../utils/CaseInsensitiveIntMap.Entry.html | 2 +- .../utils/CaseInsensitiveIntMap.Keys.html | 2 +- .../utils/CaseInsensitiveIntMap.Values.html | 2 +- .../textra/utils/CaseInsensitiveIntMap.html | 2 +- .../textra/utils/ColorUtils.html | 2 +- .../textra/utils/NoiseUtils.html | 2 +- .../tommyettinger/textra/utils/Palette.html | 2 +- .../textra/utils/StringUtils.html | 2 +- .../textra/utils/package-summary.html | 2 +- .../textra/utils/package-tree.html | 2 +- docs/apidocs/constant-values.html | 2 +- docs/apidocs/deprecated-list.html | 2 +- docs/apidocs/help-doc.html | 2 +- docs/apidocs/index-all.html | 31 +- docs/apidocs/index.html | 4 +- docs/apidocs/member-search-index.js | 2 +- docs/apidocs/overview-summary.html | 2 +- docs/apidocs/overview-tree.html | 2 +- gradle.properties | 2 +- 92 files changed, 559 insertions(+), 217 deletions(-) diff --git a/README.md b/README.md index b3892713..913c9c77 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ between two colors, or go across a whole rainbow. Lots of options; lots of fun. typing-label, but there have been some changes. You can check [the TextraTypist wiki](https://github.com/tommyettinger/textratypist/wiki/Examples) for more information. -As of 0.7.9, there are many new effects. Jolt, Spiral, Spin, Crowd, Shrink, Emerge, Heartbeat, Carousel, Squash, Scale, +As of 0.8.0, there are many new effects. Jolt, Spiral, Spin, Crowd, Shrink, Emerge, Heartbeat, Carousel, Squash, Scale, Rotate, Attention, Highlight, Link, Trigger, and Stylist are all new to TextraTypist (not in typing-label). You can see usage instructions and sample GIFs at [the TextraTypist wiki's Tokens page](https://github.com/tommyettinger/textratypist/wiki/Tokens). Most of these effects @@ -233,7 +233,7 @@ user input and can use animated styles like `{RAINBOW}`. You probably want to get this with Gradle! The dependency for a libGDX project's core module looks like: ```groovy -implementation "com.github.tommyettinger:textratypist:0.7.9" +implementation "com.github.tommyettinger:textratypist:0.8.0" ``` This assumes you already depend on libGDX; TextraTypist depends on version 1.11.0 or higher. The requirement for 1.11.0 @@ -242,7 +242,7 @@ was added in TextraTypist 0.5.0 because of some breaking changes in tooltip code If you use GWT, this should be compatible. It needs these dependencies in the html module: ```groovy -implementation "com.github.tommyettinger:textratypist:0.7.9:sources" +implementation "com.github.tommyettinger:textratypist:0.8.0:sources" implementation "com.github.tommyettinger:regexodus:0.1.15:sources" ``` diff --git a/build.gradle b/build.gradle index 7c41849a..0f1cab4a 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ def projectName = 'textratypist' version "$VERSION_NAME" group 'com.github.tommyettinger' -//api "com.github.tommyettinger:textratypist:0.7.9" +//api "com.github.tommyettinger:textratypist:0.8.0" [compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8' @@ -72,7 +72,7 @@ repositories { dependencies { api "com.github.tommyettinger:regexodus:$regexodusVersion" api "com.badlogicgames.gdx:gdx:$gdxVersion" - // don't require audio if the game doesn't need it; we don't use audio here. + // don't require audio if a test doesn't need it; we don't use audio here. testImplementation ("com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"){ exclude group: "org.jcraft", module: "jorbis" exclude group: "org.lwjgl", module: "lwjgl-openal" diff --git a/docs/apidocs/allclasses-index.html b/docs/apidocs/allclasses-index.html index 959d2c19..17edc537 100644 --- a/docs/apidocs/allclasses-index.html +++ b/docs/apidocs/allclasses-index.html @@ -3,7 +3,7 @@ -All Classes (textratypist 0.7.9 API) +All Classes (textratypist 0.8.0 API) diff --git a/docs/apidocs/allpackages-index.html b/docs/apidocs/allpackages-index.html index 77437f76..31dcd333 100644 --- a/docs/apidocs/allpackages-index.html +++ b/docs/apidocs/allpackages-index.html @@ -3,7 +3,7 @@ -All Packages (textratypist 0.7.9 API) +All Packages (textratypist 0.8.0 API) diff --git a/docs/apidocs/com/github/tommyettinger/textra/ColorLookup.GdxColorLookup.html b/docs/apidocs/com/github/tommyettinger/textra/ColorLookup.GdxColorLookup.html index 475779c2..4bec6e28 100644 --- a/docs/apidocs/com/github/tommyettinger/textra/ColorLookup.GdxColorLookup.html +++ b/docs/apidocs/com/github/tommyettinger/textra/ColorLookup.GdxColorLookup.html @@ -3,7 +3,7 @@ -ColorLookup.GdxColorLookup (textratypist 0.7.9 API) +ColorLookup.GdxColorLookup (textratypist 0.8.0 API) diff --git a/docs/apidocs/com/github/tommyettinger/textra/ColorLookup.html b/docs/apidocs/com/github/tommyettinger/textra/ColorLookup.html index 4bcb15e5..3442a066 100644 --- a/docs/apidocs/com/github/tommyettinger/textra/ColorLookup.html +++ b/docs/apidocs/com/github/tommyettinger/textra/ColorLookup.html @@ -3,7 +3,7 @@ -ColorLookup (textratypist 0.7.9 API) +ColorLookup (textratypist 0.8.0 API) diff --git a/docs/apidocs/com/github/tommyettinger/textra/Effect.html b/docs/apidocs/com/github/tommyettinger/textra/Effect.html index c4a6b028..d1999a6a 100644 --- a/docs/apidocs/com/github/tommyettinger/textra/Effect.html +++ b/docs/apidocs/com/github/tommyettinger/textra/Effect.html @@ -3,7 +3,7 @@ -Effect (textratypist 0.7.9 API) +Effect (textratypist 0.8.0 API) diff --git a/docs/apidocs/com/github/tommyettinger/textra/Font.DistanceFieldType.html b/docs/apidocs/com/github/tommyettinger/textra/Font.DistanceFieldType.html index 50388098..17722b17 100644 --- a/docs/apidocs/com/github/tommyettinger/textra/Font.DistanceFieldType.html +++ b/docs/apidocs/com/github/tommyettinger/textra/Font.DistanceFieldType.html @@ -3,7 +3,7 @@ -Font.DistanceFieldType (textratypist 0.7.9 API) +Font.DistanceFieldType (textratypist 0.8.0 API) diff --git a/docs/apidocs/com/github/tommyettinger/textra/Font.FontFamily.html b/docs/apidocs/com/github/tommyettinger/textra/Font.FontFamily.html index 52d8624c..b51a15c3 100644 --- a/docs/apidocs/com/github/tommyettinger/textra/Font.FontFamily.html +++ b/docs/apidocs/com/github/tommyettinger/textra/Font.FontFamily.html @@ -3,7 +3,7 @@ -Font.FontFamily (textratypist 0.7.9 API) +Font.FontFamily (textratypist 0.8.0 API) diff --git a/docs/apidocs/com/github/tommyettinger/textra/Font.GlyphRegion.html b/docs/apidocs/com/github/tommyettinger/textra/Font.GlyphRegion.html index 60b9affd..3fd10541 100644 --- a/docs/apidocs/com/github/tommyettinger/textra/Font.GlyphRegion.html +++ b/docs/apidocs/com/github/tommyettinger/textra/Font.GlyphRegion.html @@ -3,7 +3,7 @@ -Font.GlyphRegion (textratypist 0.7.9 API) +Font.GlyphRegion (textratypist 0.8.0 API) diff --git a/docs/apidocs/com/github/tommyettinger/textra/Font.html b/docs/apidocs/com/github/tommyettinger/textra/Font.html index 309d8944..4759fdfb 100644 --- a/docs/apidocs/com/github/tommyettinger/textra/Font.html +++ b/docs/apidocs/com/github/tommyettinger/textra/Font.html @@ -3,7 +3,7 @@ -Font (textratypist 0.7.9 API) +Font (textratypist 0.8.0 API) @@ -15,7 +15,7 @@ - -