Skip to content

Commit 82649ea

Browse files
committed
Added CHANGELOG
1 parent c4def28 commit 82649ea

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5+
6+
## [Unreleased]
7+
8+
## [2020.06.18]
9+
### Added
10+
- `iputils-ping` package in dockerfiles to allow ping.
11+
- Vim terminal windows size setting - set to `20x0`.
12+
- NERDTree settings for following features:
13+
- Open automatically when vim starts up with no file specified.
14+
- Close vim if the only window left open is NERDTree.
15+
- Show hidden files by default but hide folder `.git`, `.DS_Store` and
16+
`.swp` files.
17+
18+
### Fixed
19+
- Issue of `pipenv` returns `Failed to load paths: /bin/sh: 1: .../python: not
20+
found` by pinning the `pipenv` version to `2018.11.26`.
21+
22+
## [2020.06.17]
23+
### Added
24+
- `.vimrc` configured for Python developemnt.
25+
- Ubuntu 20.04 based dockerfiles to build images for Python 3.7 & 3.8 variants.
26+
27+
[Unreleased]: https://github.com/devtography/pyvim/compare/2020.06.18...HEAD
28+
[2020.06.18]: https://github.com/devtography/pyvim/compare/2020.06.17...2020.06.18
29+
[2020.06.17]: https://github.com/devtography/pyvim/releases/tag/2020.06.17

0 commit comments

Comments
 (0)