mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 23:36:08 +03:00
GH-611 Prevent crash when loading FontAwesome fails
This commit is contained in:
parent
770f91f81a
commit
709e99cc2b
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user