Releases: CoderLine/alphaSkia
Releases · CoderLine/alphaSkia
v3.3.135
What's Changed
- fix(java): Wrong cast to int instead of float by @Danielku15 in #62
- fix(java): No rounding of width by @Danielku15 in #63
- fix(java): Avoid rounding through implict cast to uint16_t by @Danielku15 in #65
Full Changelog: v3.0.135...v3.3.135
v3.0.135
What's Changed
- feat: Allow between custom freetype and OS font rendering by @Danielku15 in #50
- build: Bump to 2.3 by @Danielku15 in #51
- chore: Update Skia by @Danielku15 in #59
- feat: Fallback font rendering by @Danielku15 in #56
- fix: Avoid empty canvas by @Danielku15 in #60
- feat: Add TextMetrics to API by @Danielku15 in #61
Full Changelog: v2.0.120...v3.0.135
Version v2.0.120
What's Changed
- Adjust JNI loading for Android by @Danielku15 in #47
- Use Skia m120 by @Danielku15 in #47
- Adjusted and optimized various build pipeline aspects
- Fixed various Android/Java related text rendering problems.
- Use UTF-16 encoding on Harfbuzz shaping.
This release allows proper usage on Android and required some breaking changes on the initialization leading to a major version jump.
Full Changelog: v1.0.117...v2.0.120
Version v1.0.117
The first initial release of alphaSkia integrating Skia m117
What's Changed
- Add Android builds by @Danielku15 in #22
- Code reorganization and OSX Preparation by @Danielku15 in #23
- Add Mac OSX Build by @Danielku15 in #24
- Add Linux x86, arm, arm64 Compilation by @Danielku15 in #26
- Add iOS build by @Danielku15 in #27
- Reorganize build pipeline by @Danielku15 in #28
- Add Node Library by @Danielku15 in #29
- Setup version handling and ensure common package information by @Danielku15 in #31
- Setup output verification tests by @Danielku15 in #34
- Build and cache nuke output by @Danielku15 in #37
- Use old-school DllImport to be netstandard2.0 compatible by @Danielku15 in #38
- Prepare for publishing by @Danielku15 in #40
- Reorganize pipelines into multiple workflow files by @Danielku15 in #41
- Activate real publish by @Danielku15 in #42
- Add getters for typeface information by @Danielku15 in #44
- Align maven package naming with alphaTab by @Danielku15 in #45
Full Changelog: https://github.com/CoderLine/alphaSkia/commits/v1.0.117