Skip to content

Commit

Permalink
Release 0.7.7 !
Browse files Browse the repository at this point in the history
Former-commit-id: 963db82
  • Loading branch information
tommyettinger committed Feb 27, 2023
1 parent 683fad1 commit d077055
Show file tree
Hide file tree
Showing 92 changed files with 597 additions and 243 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6, there are many new effects. Jolt, Spiral, Spin, Crowd, Shrink, Emerge, Heartbeat, Carousel, Squash, Scale,
As of 0.7.7, 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
Expand Down Expand Up @@ -226,7 +226,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.6"
implementation "com.github.tommyettinger:textratypist:0.7.7"
```

This assumes you already depend on libGDX; TextraTypist depends on version 1.11.0 or higher. The requirement for 1.11.0
Expand All @@ -235,11 +235,11 @@ 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.6:sources"
implementation "com.github.tommyettinger:textratypist:0.7.7:sources"
implementation "com.github.tommyettinger:regexodus:0.1.15:sources"
```

GWT also needs this in the GdxDefinition.gwt.xml file (as of version 0.7.6):
GWT also needs this in the GdxDefinition.gwt.xml file (as of version 0.7.7):
```xml
<inherits name="regexodus.regexodus" />
<inherits name="com.github.tommyettinger.textratypist" />
Expand Down Expand Up @@ -367,7 +367,7 @@ artifact covered immediately above. Instead of "AutoSlight", "AutoMedium", or "A
don't have any idea why this happens, but because hinting can be set either in the FreeType generator parameters or (if
you use [Stripe](https://github.com/raeleus/stripe)) set in a Skin file with `"hinting": "Full"`, it isn't hard to fix.

There are some known issues with scaling, rotation, and integer-positioning in 0.7.5 and 0.7.6. You may notice labels
There are some known issues with scaling, rotation, and integer-positioning in 0.7.5 through 0.7.7. You may see labels
slide a little relatively to their backgrounds when rotated smoothly, and some (typically very small) fonts may need
integer positions enabled to keep a stable baseline. Font debug lines may be quite incorrect in these versions, also,
even if the text displays correctly to users.
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def projectName = 'textratypist'
version "$VERSION_NAME"
group 'com.github.tommyettinger'

//api "com.github.tommyettinger:textratypist:0.7.6"
//api "com.github.tommyettinger:textratypist:0.7.7"

[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'

Expand Down Expand Up @@ -85,5 +85,4 @@ dependencies {
testImplementation "com.github.raeleus.TenPatch:tenpatch:5.2.3"
testImplementation "com.github.tommyettinger:anim8-gdx:$anim8Version"
testImplementation 'com.github.tommyettinger:colorful:0.8.4'

}
2 changes: 1 addition & 1 deletion docs/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (textratypist 0.7.6 API)</title>
<title>All Classes (textratypist 0.7.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Packages (textratypist 0.7.6 API)</title>
<title>All Packages (textratypist 0.7.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ColorLookup.GdxColorLookup (textratypist 0.7.6 API)</title>
<title>ColorLookup.GdxColorLookup (textratypist 0.7.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, interface: ColorLookup, class: GdxColorLookup">
<meta name="generator" content="javadoc/ClassWriterImpl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ColorLookup (textratypist 0.7.6 API)</title>
<title>ColorLookup (textratypist 0.7.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, interface: ColorLookup">
<meta name="generator" content="javadoc/ClassWriterImpl">
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/com/github/tommyettinger/textra/Effect.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Effect (textratypist 0.7.6 API)</title>
<title>Effect (textratypist 0.7.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, class: Effect">
<meta name="generator" content="javadoc/ClassWriterImpl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.DistanceFieldType (textratypist 0.7.6 API)</title>
<title>Font.DistanceFieldType (textratypist 0.7.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, class: Font, enum: DistanceFieldType">
<meta name="generator" content="javadoc/ClassWriterImpl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.FontFamily (textratypist 0.7.6 API)</title>
<title>Font.FontFamily (textratypist 0.7.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, class: Font, class: FontFamily">
<meta name="generator" content="javadoc/ClassWriterImpl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Font.GlyphRegion (textratypist 0.7.6 API)</title>
<title>Font.GlyphRegion (textratypist 0.7.7 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.textra, class: Font, class: GlyphRegion">
<meta name="generator" content="javadoc/ClassWriterImpl">
Expand Down
Loading

0 comments on commit d077055

Please sign in to comment.