Skip to content

Commit 1d18445

Browse files
authored
Merge pull request #84 from ccordoba12/fix-readme
PR: Fix link to animated gif in Readme and add missing issues to changelog
2 parents 7fb966f + 07ea50c commit 1d18445

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## Version 0.1.0 (2022-10-09)
22

3+
### New features
4+
5+
* Initial release.
6+
37
### Issues Closed
48

9+
* [Issue 78](https://github.com/spyder-ide/spyder-vim/issues/78) - Spyder Vim plugin maintenance and Spyder Vim 0.1.0 release
510
* [Issue 76](https://github.com/spyder-ide/spyder-vim/issues/76) - Is Spyder-vim still under development? ([PR 77](https://github.com/spyder-ide/spyder-vim/pull/77) by [@ok97465](https://github.com/ok97465))
611
* [Issue 75](https://github.com/spyder-ide/spyder-vim/issues/75) - Update plugin to be compatible with Spyder 5 ([PR 77](https://github.com/spyder-ide/spyder-vim/pull/77) by [@ok97465](https://github.com/ok97465))
712
* [Issue 66](https://github.com/spyder-ide/spyder-vim/issues/66) - need to tweak c commands to end in insert mode ([PR 68](https://github.com/spyder-ide/spyder-vim/pull/68) by [@bgallois](https://github.com/bgallois))
@@ -14,6 +19,7 @@
1419
* [Issue 31](https://github.com/spyder-ide/spyder-vim/issues/31) - Rename files to follow plugins files naming conventions better ([PR 77](https://github.com/spyder-ide/spyder-vim/pull/77) by [@ok97465](https://github.com/ok97465))
1520
* [Issue 27](https://github.com/spyder-ide/spyder-vim/issues/27) - Consistent naming with other spyder plugins ([PR 30](https://github.com/spyder-ide/spyder-vim/pull/30) by [@andfoy](https://github.com/andfoy))
1621
* [Issue 24](https://github.com/spyder-ide/spyder-vim/issues/24) - Add tests to the project and CI Integration ([PR 30](https://github.com/spyder-ide/spyder-vim/pull/30) by [@andfoy](https://github.com/andfoy))
22+
* [Issue 21](https://github.com/spyder-ide/spyder-vim/issues/21) - Create a pypi package
1723
* [Issue 18](https://github.com/spyder-ide/spyder-vim/issues/18) - Cannot dd the last line
1824
* [Issue 14](https://github.com/spyder-ide/spyder-vim/issues/14) - When your cursor sits somewhere for too long, it disappears.
1925
* [Issue 13](https://github.com/spyder-ide/spyder-vim/issues/13) - When you yank a whole line, p (for "put" or "paste") should put the line on a new line. ([PR 16](https://github.com/spyder-ide/spyder-vim/pull/16) by [@pwoosam](https://github.com/pwoosam))
@@ -26,7 +32,7 @@
2632
* [Issue 3](https://github.com/spyder-ide/spyder-vim/issues/3) - Repeat actions with multiple digits
2733
* [Issue 2](https://github.com/spyder-ide/spyder-vim/issues/2) - Cursor in command mode
2834

29-
In this release 23 issues were closed.
35+
In this release 25 issues were closed.
3036

3137
### Pull Requests Merged
3238

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
Spyder Plugin for executing Vim commands inside the code editor. Although it does not currently support many VIM commands, it will be developed gradually.
2323

24-
<img src="/doc/example.gif" width="600">
24+
<img src="https://raw.githubusercontent.com/spyder-ide/spyder-vim/master/doc/example.gif" width="600">
2525

2626
| Category | supported commands |
2727
| ------------ | ----------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)