diff --git a/Cartfile.resolved b/Cartfile.resolved index bd6aeb55..4810d757 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -5,7 +5,7 @@ github "a2/MessagePack.swift" "3.0.0" github "antitypical/Result" "3.2.4" github "eonil/FileSystemEvents" "85a089104af37f04a6bf7f2d07d7a93cac0b4fe1" github "httpswift/swifter" "3c86f8e4031ae37f3decc7cac1931356e80d4759" -github "qvacua/CocoaFontAwesome" "0e55939b7b30d6a3f706b4b527691b0d5ec0c3ac" +github "qvacua/CocoaFontAwesome" "39edffbf0ef817d786484c8598688e2570b85f6d" github "qvacua/CocoaMarkdown" "7756ad96d5fb390c66531004868e828bb54d3609" github "sindresorhus/github-markdown-css" "v2.10.0" github "sparkle-project/Sparkle" "1.18.1" diff --git a/resources/release-notes.md b/resources/release-notes.md index be7cbf6d..fa1b86ec 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -3,6 +3,8 @@ * GH-605: Slightly improve scroll performance. * GH-572: Add a slider to change the trackpad scroll sensitivity in the Advanced preferences. * GH-614: Add a checkbox for live resizing in the Advanced preferences. +* GH-611: Prevent crashing for some users when loading the FontAwesom font for icons used for example in the file browser: + * We still don't know why the font cannot be loaded for some users. This fix will prevent the crashes, but, then, the icons will not be visible. * Migrate one of the few Objective-C parts to Swift (the UI bridge). * Dependencies updates: - ReactiveX/RxSwift@4.1.1