1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 07:13:24 +03:00

GH-611 Prevent crash when loading FontAwesome fails

This commit is contained in:
Tae Won Ha 2018-02-25 16:47:31 +01:00
parent 770f91f81a
commit 709e99cc2b
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -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