mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-27 14:14:19 +03:00
Update deps and release notes
This commit is contained in:
parent
42d61eefd2
commit
a0e8a6e2a2
4
Cartfile
4
Cartfile
@ -1,6 +1,6 @@
|
||||
github "ReactiveX/RxSwift" "4.1.2"
|
||||
github "PureLayout/PureLayout" == 3.0.2
|
||||
github "eonil/FileSystemEvents" "master"
|
||||
github "eonil/FileSystemEvents" == 1.0.0
|
||||
github "sparkle-project/Sparkle" == 1.19.0
|
||||
github "qvacua/CocoaFontAwesome" "master"
|
||||
github "qvacua/CocoaMarkdown" "master"
|
||||
@ -11,4 +11,4 @@ github "sindresorhus/github-markdown-css" == 2.10.0
|
||||
github "httpswift/swifter" == 1.4.1
|
||||
github "a2/MessagePack.swift" == 3.0.0
|
||||
|
||||
github "Quick/Nimble" == 7.1.1
|
||||
github "Quick/Nimble" == 7.1.2
|
||||
|
@ -1,8 +1,8 @@
|
||||
github "PureLayout/PureLayout" "v3.0.2"
|
||||
github "Quick/Nimble" "v7.1.1"
|
||||
github "Quick/Nimble" "v7.1.2"
|
||||
github "ReactiveX/RxSwift" "4.1.2"
|
||||
github "a2/MessagePack.swift" "3.0.0"
|
||||
github "eonil/FileSystemEvents" "eede2f0b2f0eecc4ba7cd4a8657f160f4c335512"
|
||||
github "eonil/FileSystemEvents" "1.0.0"
|
||||
github "httpswift/swifter" "1.4.1"
|
||||
github "qvacua/CocoaFontAwesome" "76cf6c4ef3088d84f78988183c56fc6abdc19f83"
|
||||
github "qvacua/CocoaMarkdown" "7756ad96d5fb390c66531004868e828bb54d3609"
|
||||
|
@ -1,12 +1,14 @@
|
||||
# next
|
||||
# 0.24.0-???
|
||||
|
||||
* Neovim 0.3.0
|
||||
* Some refactorings for the Neovim and the UI interface.
|
||||
* GH-636: Bugfix: double cursor when entering terminal
|
||||
* GH-402: Add file associations; using definitions and icons from [MacVim](http://macvim.org/)
|
||||
* Some refactorings for the Neovim and the UI interface.
|
||||
* Use LuaJIT again.
|
||||
* Dependencies updates:
|
||||
- sparkle-project/Sparkle@1.19.0
|
||||
- Quick/nimble@7.1.1
|
||||
- Quick/nimble@7.1.2
|
||||
- eonil/FileSystemEvents@1.0.0
|
||||
|
||||
# 0.23.0-275
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user