Skip to content

Releases: sigseg5/vim-updater

Release 1.2.0

05 Apr 09:05
8543333

Choose a tag to compare

Stable release of vim updater

Please, report issue here or open a pull request here if you found bugs

Changes:

  • Info messages improvements
  • Add proper error handle for unable for access error

Full Changelog: 1.1.4...v1.2.0

General improvements

26 Feb 11:22
b96bdd7

Choose a tag to compare

Stable release of vim updater

Please, report issue here or open a pull request here if you found bugs

Changes:

  • Optimizations
  • Added docs

Fixed backward compatibility with old git versions

10 Jul 17:31

Choose a tag to compare

Stable release of vim updater

Please, report issue here or open a pull request here if you found bugs

Changes:

  • Fixed backward compatibility with old git versions

Fixes for auth and git pulling

10 Jul 12:14

Choose a tag to compare

Stable release of vim updater

Please, report issue here or open a pull request here if you found bugs

Changes:

  • Fixed auth
  • Fixed always out-to-date state at git push

Fixes for detecting windows machines

01 Apr 11:48

Choose a tag to compare

Stable release of vim updater

Please, report issue here or open a pull request here if you found bugs

Changes:

  • Fixes for properly detecting windows machines

Known Issues:

  • If the administrator password is entered incorrectly, a standard error message appears, not a hint to run the command with arguments

Added new args parser and args list

02 Oct 04:17

Choose a tag to compare

Stable release of vim updater

Please, report issue here or open a pull request here if you found bugs

Changes:

  • Small optimisation
  • Added new args parser
  • Added new supported args

Known Issues:

  • I can't find any issues :)

Small improvements Windows machines

27 Sep 15:41

Choose a tag to compare

First stable release of vim updater

Please, report issue here or open a pull request here if you found bugs

Changes:

  • Small optimisation for windows machines

Known Issues:

  • I can't find any issues :)

Bug fixes and improvements for GNU/Linux, macOS and Windows machines

26 Sep 16:19

Choose a tag to compare

Beta release of vim updater

This release may contains some bugs and problems

Please, report issue here or open a pull request here

Changes:

  • Fixed terminal library error on GNU/Linux (check README.md)
  • Added handles for some exceptions on GNU/Linux machines
  • Fixed crash on Windows machines on make command

Known Issues:

  • I can't find any issues :)

Bug fixes for GNU/Linux, macOS and Windows machines

23 Sep 09:12

Choose a tag to compare

Alpha release of vim updater

This release may contains some bugs and problems

Please, report issue here or open a pull request here

Changes:

  • Fixed troubles with incorrect sudo password
  • Fixed troubles with detect OS version on Linux2 platform
  • Fixed fatal: not a git repository (or any of the parent directories): .git error then UPDATER_DIR only exist
  • Added partial Windows "support"

Known Issues:

  • Potential unhandled exception on Linux machines
  • Detected trouble with terminal library on Linux Mint (and probably other Linux distro)

no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
You need to install a terminal library; for example ncurses.
Or specify the name of the library with --with-tlib.

Bug fixes for Linux machines

21 Sep 14:45

Choose a tag to compare

Pre-release

Alpha release of vim updater

This release may contains some bugs and problems

Please, report issue here or open a pull request here

Changes:

  • Fixed troubles with path on Linux machines

Known Issues:

  • Windows not supported now
  • Potential unhandled exception on Linux machines
  • Potential troubles with incorrect sudo pass
  • Potential troubles with detect OS version on Linux2 platform
  • fatal: not a git repository (or any of the parent directories): .git then UPDATER_DIR only exist
  • Detected trouble with terminal library on Linux Mint (and probably other Linux distro)

no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
You need to install a terminal library; for example ncurses.
Or specify the name of the library with --with-tlib.