mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
Update deps
This commit is contained in:
parent
59ff52ff9f
commit
228e2ef3dd
10
Cartfile
10
Cartfile
@ -1,18 +1,18 @@
|
||||
# included as Framework
|
||||
github "IBM-Swift/BlueSocket" == 1.0.52
|
||||
github "PureLayout/PureLayout" == 3.1.5
|
||||
github "PureLayout/PureLayout" == 3.1.6
|
||||
github "ReactiveX/RxSwift" == 5.1.1
|
||||
github "a2/MessagePack.swift" == 3.0.1
|
||||
github "a2/MessagePack.swift" == 4.0.0
|
||||
github "qvacua/CocoaFontAwesome" "master"
|
||||
github "qvacua/CocoaMarkdown" "master"
|
||||
github "Kentzo/ShortcutRecorder" == 3.1
|
||||
github "Kentzo/ShortcutRecorder" == 3.2
|
||||
github "sparkle-project/Sparkle" == 1.23.0
|
||||
github "httpswift/swifter" == 1.4.7
|
||||
|
||||
# included directly
|
||||
github "elegantchaos/DictionaryCoding" == 1.0.9
|
||||
github "eonil/FSEvents" == 0.1.6
|
||||
github "eonil/FSEvents" == 0.1.7
|
||||
github "sindresorhus/github-markdown-css" == 4.0.0
|
||||
|
||||
# for testing only
|
||||
github "Quick/Nimble" == 8.0.5
|
||||
github "Quick/Nimble" == 8.1.1
|
||||
|
@ -1,11 +1,11 @@
|
||||
github "IBM-Swift/BlueSocket" "1.0.52"
|
||||
github "Kentzo/ShortcutRecorder" "3.1"
|
||||
github "PureLayout/PureLayout" "v3.1.5"
|
||||
github "Quick/Nimble" "v8.0.5"
|
||||
github "Kentzo/ShortcutRecorder" "3.2"
|
||||
github "PureLayout/PureLayout" "v3.1.6"
|
||||
github "Quick/Nimble" "v8.1.1"
|
||||
github "ReactiveX/RxSwift" "5.1.1"
|
||||
github "a2/MessagePack.swift" "3.0.1"
|
||||
github "a2/MessagePack.swift" "4.0.0"
|
||||
github "elegantchaos/DictionaryCoding" "1.0.9"
|
||||
github "eonil/FSEvents" "0.1.6"
|
||||
github "eonil/FSEvents" "0.1.7"
|
||||
github "httpswift/swifter" "1.4.7"
|
||||
github "qvacua/CocoaFontAwesome" "fc2a08babd676525ced68061b19ad8ff3dd1d0b3"
|
||||
github "qvacua/CocoaMarkdown" "c58166490a71ad4d8466f7e7b9faf7cb0917c42f"
|
||||
|
@ -1,10 +1,19 @@
|
||||
# Next
|
||||
|
||||
* Dependencies updates:
|
||||
- PureLayout/PureLayout@3.1.6
|
||||
- a2/MessagePack.swift@4.0.0
|
||||
- Kentzo/ShortcutRecorder@3.2
|
||||
- eonil/FSEvents@0.1.7
|
||||
- Quick/Nimble@8.1.1
|
||||
|
||||
# 0.33.0-???
|
||||
|
||||
* GH-799: Bugfix: VimR sometimes uses High-CPU usage for apparent reason.
|
||||
* GH-775: Use the colors of the selected color scheme for the markdown preview.
|
||||
* GH-792: Use the macOS Font Panel to select the font: Thank you @apaleslimghost!
|
||||
- If you select a variable width font, the rendering will be broken.
|
||||
* GH-786: Improve space key handling which enables <c-space> to be mapped: Thank you @cypheon!
|
||||
* GH-786: Improve space key handling which enables `<c-space>` to be mapped: Thank you @cypheon!
|
||||
* Improve drawing performance.
|
||||
* Dependencies updates:
|
||||
- ggreer/the_silver_searcher@a509a81
|
||||
|
Loading…
Reference in New Issue
Block a user