Skip to content

Commit

Permalink
Bump to 3.1.2 to fix #28
Browse files Browse the repository at this point in the history
The Micro function call 'NewBufferFromFile' was used in an assumption it was compatible with v1.4.0, but it's only in nightly.
  • Loading branch information
sum01 committed Feb 8, 2018
1 parent 1ec95b6 commit 17adec4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [3.1.2] - 2018-02-07

### Fixed

* The minimum Micro version, which was incorrectly set to v1.4.0. Ref [issue #28](https://github.com/NicolaiSoeborg/filemanager-plugin/issues/28)

## [3.1.1] - 2018-02-04

### Fixed
Expand Down Expand Up @@ -55,7 +61,8 @@ Ref https://github.com/zyedidia/micro/issues/992 for both of these fixes.
* The ability to use a lot of keybindings that would otherwise mess with the view, and have no benifit.
* The pointless `.gitignore` file.

[unreleased]: https://github.com/NicolaiSoeborg/filemanager-plugin/compare/v3.1.1...HEAD
[unreleased]: https://github.com/NicolaiSoeborg/filemanager-plugin/compare/v3.1.2...HEAD
[3.1.2]: https://github.com/NicolaiSoeborg/filemanager-plugin/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/NicolaiSoeborg/filemanager-plugin/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/NicolaiSoeborg/filemanager-plugin/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/NicolaiSoeborg/filemanager-plugin/compare/v2.1.1...v3.0.0
2 changes: 1 addition & 1 deletion filemanager.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "3.1.1"
VERSION = "3.1.2"

-- Let the user disable showing of dotfiles like ".editorconfig" or ".DS_STORE"
if GetOption("filemanager-showdotfiles") == nil then
Expand Down
6 changes: 3 additions & 3 deletions repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
}
},
{
"Version": "3.1.1",
"Version": "3.1.2",
"Url":
"https://github.com/NicolaiSoeborg/filemanager-plugin/archive/v3.1.1.zip",
"https://github.com/NicolaiSoeborg/filemanager-plugin/archive/v3.1.2.zip",
"Require": {
"micro": ">=1.4.0"
"micro": ">=1.4.1"
}
}
]
Expand Down

0 comments on commit 17adec4

Please sign in to comment.