Skip to content

Commit 549963e

Browse files
committed
chore: add CHANGELOG.md
1 parent aa76a9f commit 549963e

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

CHANGELOG.md

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Changelog
2+
3+
## [v0.4.0](https://github.com/willothy/flatten.nvim/tree/v0.4.0) (2023-08-10)
4+
5+
[Full Changelog](https://github.com/willothy/flatten.nvim/compare/v0.3.0...v0.4.0)
6+
7+
**Merged pull requests:**
8+
9+
- Release v0.4.0 [\#62](https://github.com/willothy/flatten.nvim/pull/62) ([willothy](https://github.com/willothy))
10+
- docs: improve toggleterm example [\#58](https://github.com/willothy/flatten.nvim/pull/58) ([loqusion](https://github.com/loqusion))
11+
- fix: provide winnr of newly opened file [\#55](https://github.com/willothy/flatten.nvim/pull/55) ([willothy](https://github.com/willothy))
12+
- Performance and misc fixes [\#54](https://github.com/willothy/flatten.nvim/pull/54) ([willothy](https://github.com/willothy))
13+
- Miscellaneous features and fixes [\#53](https://github.com/willothy/flatten.nvim/pull/53) ([IndianBoy42](https://github.com/IndianBoy42))
14+
- feat: get buffer id from the open function [\#46](https://github.com/willothy/flatten.nvim/pull/46) ([sassanh](https://github.com/sassanh))
15+
- fix\(setup\): default to an empty table when `opt` is not provided [\#44](https://github.com/willothy/flatten.nvim/pull/44) ([utilyre](https://github.com/utilyre))
16+
17+
## [v0.3.0](https://github.com/willothy/flatten.nvim/tree/v0.3.0) (2023-04-09)
18+
19+
[Full Changelog](https://github.com/willothy/flatten.nvim/compare/v0.2.0...v0.3.0)
20+
21+
**Implemented enhancements:**
22+
23+
- Command passthrough [\#37](https://github.com/willothy/flatten.nvim/pull/37) ([willothy](https://github.com/willothy))
24+
25+
**Fixed bugs:**
26+
27+
- fix: errors when file is in wildignore [\#25](https://github.com/willothy/flatten.nvim/pull/25) ([stevearc](https://github.com/stevearc))
28+
29+
**Merged pull requests:**
30+
31+
- fix: support for pre-0.9 Neovim instances [\#38](https://github.com/willothy/flatten.nvim/pull/38) ([davidmh](https://github.com/davidmh))
32+
- fix: absolute paths should not use the guest cwd [\#34](https://github.com/willothy/flatten.nvim/pull/34) ([davidmh](https://github.com/davidmh))
33+
- Read and pass full argv options [\#33](https://github.com/willothy/flatten.nvim/pull/33) ([davidmh](https://github.com/davidmh))
34+
- fix: prioritize guest cwd [\#30](https://github.com/willothy/flatten.nvim/pull/30) ([davidmh](https://github.com/davidmh))
35+
- feat: open in alternate window [\#29](https://github.com/willothy/flatten.nvim/pull/29) ([willothy](https://github.com/willothy))
36+
- Update README.md to fix lazy.nvim config example [\#23](https://github.com/willothy/flatten.nvim/pull/23) ([catgoose](https://github.com/catgoose))
37+
- feat: force blocking from cmdline [\#22](https://github.com/willothy/flatten.nvim/pull/22) ([willothy](https://github.com/willothy))
38+
- fix: close guest bufs before host opens files [\#21](https://github.com/willothy/flatten.nvim/pull/21) ([willothy](https://github.com/willothy))
39+
- fix: paths with spaces on Windows [\#20](https://github.com/willothy/flatten.nvim/pull/20) ([willothy](https://github.com/willothy))
40+
41+
## [v0.2.0](https://github.com/willothy/flatten.nvim/tree/v0.2.0) (2023-03-16)
42+
43+
[Full Changelog](https://github.com/willothy/flatten.nvim/compare/v0.1.2...v0.2.0)
44+
45+
**Implemented enhancements:**
46+
47+
- feat: Allow piping from term into new buffer [\#8](https://github.com/willothy/flatten.nvim/pull/8) ([willothy](https://github.com/willothy))
48+
49+
**Merged pull requests:**
50+
51+
- feat: default to open in current window instead of tab [\#14](https://github.com/willothy/flatten.nvim/pull/14) ([willothy](https://github.com/willothy))
52+
- refactor: use Lua `[[]]` multiline string syntax [\#13](https://github.com/willothy/flatten.nvim/pull/13) ([nyngwang](https://github.com/nyngwang))
53+
- doc: mention unception author in license/readme [\#6](https://github.com/willothy/flatten.nvim/pull/6) ([willothy](https://github.com/willothy))
54+
55+
## [v0.1.2](https://github.com/willothy/flatten.nvim/tree/v0.1.2) (2023-03-12)
56+
57+
[Full Changelog](https://github.com/willothy/flatten.nvim/compare/v0.1.1...v0.1.2)
58+
59+
**Merged pull requests:**
60+
61+
- feat\(config\): Add settings for opening windows [\#4](https://github.com/willothy/flatten.nvim/pull/4) ([willothy](https://github.com/willothy))
62+
63+
## [v0.1.1](https://github.com/willothy/flatten.nvim/tree/v0.1.1) (2023-03-11)
64+
65+
[Full Changelog](https://github.com/willothy/flatten.nvim/compare/v0.1.0...v0.1.1)
66+
67+
**Merged pull requests:**
68+
69+
- v0.1.1 \(Builtin server\) [\#2](https://github.com/willothy/flatten.nvim/pull/2) ([willothy](https://github.com/willothy))
70+
- chore: update readme for 0.1.1 \(Builtin server\) [\#1](https://github.com/willothy/flatten.nvim/pull/1) ([willothy](https://github.com/willothy))
71+
72+
## [v0.1.0](https://github.com/willothy/flatten.nvim/tree/v0.1.0) (2023-03-11)
73+
74+
[Full Changelog](https://github.com/willothy/flatten.nvim/compare/4a72062a4ff97a556b0d0a95348b49028f2b9ecf...v0.1.0)

0 commit comments

Comments
 (0)