Skip to content

Releases: ArtSabintsev/FontBlaster

Fixed macOS Support

20 May 01:14
Compare
Choose a tag to compare

Thanks to @kondratk for submitting a very elegant bugfix on font-loading on macOS.

Fix to Rare Crash Loading Fonts

01 Feb 17:42
Compare
Choose a tag to compare

Thanks to @SamusAranX for #40 for fixing a rare font loading crash.

Added Support for macOS

25 Aug 14:03
Compare
Choose a tag to compare
  • #37: Thanks to u/choule99, FontBlaster now supports macOS!

Modernized Code

06 Jan 04:17
Compare
Choose a tag to compare

Made some slight syntax modernizations and removed old/unnecessary code.

Project Architecture Changes

22 Nov 04:42
Compare
Choose a tag to compare

This is simply a a version bump so that less files are brought in when installing via SPM.

Updated Manifest Files

13 Jun 20:06
Compare
Choose a tag to compare

Updated Package.swift and Podspec files to resolve SwiftPackageIndex/SwiftPackageIndex-Server#399.

Adds Swift 5.1 / Xcode 11 / iOS 13 Support

15 Sep 04:32
6ddbd63
Compare
Choose a tag to compare

This release adds support for Swift 5.1, iOS 13, and Xcode 11. Full updates here: #34

Fixed Support for Swift Package Manager

08 Aug 01:54
Compare
Choose a tag to compare

I fixed the Package.swift so that it is now compatible with Xcode 11 and the latest Swift Package Manifest file (// swift-tools-version:4.0).

Swift 5.0 Support

25 May 17:25
Compare
Choose a tag to compare

The master branch now uses Swift 5.0.

There were no major changes with source compatibility.

Swift 4.2 Support

17 Sep 01:30
Compare
Choose a tag to compare

As of FontBlaster v4.1.0, , all future changes on master will be done in Xcode 10 using Swift 4.2.

For those using Swift v4.1.0, please check out the swift4.1 branch or version 4.0.4 - both point to the same commit hash.