Skip to content

Releases: romainl/Apprentice

TwoZero

12 Apr 09:25
Compare
Choose a tag to compare

So it has been six years since the last official release. Apprentice hasn't lost its spirit but a lot happened in the meantime, in Vim and in Apprentice itself.

This is the changelog for v2.0.

Dropped

  • Explicit support for Neovim,
  • explicit support for status line plugins,
  • italic text because of spotty support across terminal emulators and poor feature detection in Vim,
  • brittle logic,
  • iTerm-specific hack.

Added

  • Support for :help :terminal,
  • definition of g:terminal_ansi_colors,
  • support for :help terminal-debugger.

Fixed

  • Casing issues,
  • faulty logic,
  • priority of several highlight groups,
  • inconsistencies between 256c and GUI,
  • cursor color in GUI,
  • brighter comments,
  • diff highlight groups.

Low-level changes

  • Switch to a template-based workflow (see README.md).

OneNine

31 Jan 19:16
Compare
Choose a tag to compare

Fixed priority issue between Error and Diff... on one side and Visual on the other side.

OneEight

02 Aug 15:59
Compare
Choose a tag to compare
  • Better support for the Windows console.
  • Support for neovim's terminal thanks to metalelf0.
  • Minor tweaks

OneSeven

09 May 08:57
Compare
Choose a tag to compare

Fixed MatchParen.

OneSix

29 Dec 14:14
Compare
Choose a tag to compare

This release fixes many errors in the 8/16 version.

OneFive

12 Oct 19:55
Compare
Choose a tag to compare

The tabline, statusline and vertical split are now visually consistent: "black on ocre" for "active", "ocre on black" for "inactive".

Following up on issue #1, folds are darker than they used to be.

Enjoy.

OneFour

09 Aug 12:37
Compare
Choose a tag to compare

Completely reworked to work better in 8/16 colors terminal.

OneThree

23 Jul 11:47
Compare
Choose a tag to compare
  • The 8 colors part no longer defines a Normal background color.
  • Added color swatches and color references to help users customize their terminal emulator.

OneTwo

19 Apr 22:12
Compare
Choose a tag to compare
  • Added installation instructions to README.
  • Changed images in README to remove screnshot dir.
  • Cleaned up the cterm colors for non-256 terminals.
  • Changed htmlLink for more visibility.
  • Fixed TabLineFill.

OneOne

03 Apr 13:46
Compare
Choose a tag to compare

Fixes an Error vs CursorLine conflict.
Adds rules for Fugitive’s diffAdded and diffRemoved.