Skip to content

Releases: I60R/page

Better use of split windows

23 Feb 19:33
Compare
Choose a tag to compare
  • Fixed cutting (more than required) text in parent :term window by passing split options

Removed unwanted warnings and more

17 Feb 01:43
Compare
Choose a tag to compare
  • Empty $NVIM_LISTEN_ADDRESS and -a values are taken as None
  • Disabled spawning a new neovim process when address provided is invalid
  • Reword -W description in --help
  • Warnings will be displayed early to not mess neovim UI in TTY
  • Fixed "Switch back is ignored..." error shown in wrong circumstances
  • Some internal code improvements

Removed rand dependency

23 Sep 14:43
Compare
Choose a tag to compare
  • Refactor
  • Fixed -e flag

Fixed MacOS, removed page-term-agent hack

14 Sep 20:56
Compare
Choose a tag to compare
  • Fixed MacOS problems
  • Removed FreeBSD release as it's currently not supported by cross (it still should be possible to build page from sources)
  • PTY path is obtained from &channel variable - no more page-term-agent binary required
  • Less dependencies - better build time - smaller binary size
  • Updated code, added comments
  • Added -P option to set $PWD as working directory for output buffer
  • Better error messages
  • Updated dependencies

Added important option

03 Jan 23:49
Compare
Choose a tag to compare
  • Added -q option that allows on-demand querying for output (fixes #7)
  • Disabled dead_code warnings
  • Proper visibility modifiers used through code base
  • New recipes in README

A lot of fixes and improvements

26 Dec 16:49
Compare
Choose a tag to compare
  • Rust 2018 migration
  • Proper code organization with modules
  • thread::sleep() usages was removed
  • Fixed some inconsistencies in app behavior
  • Improved --help and README
  • Added options to specify config (-c) and arguments (-A) for inner neovim (#5)
  • Added posibillity to override config by $XDG_CONFIG_HOME/page/init.vim
  • Added autocommands (-C)
  • Added -o (open) -p (print) -F (follow all) options for convenience
  • Added posibility to set buffer name (-n) and recipe to README how to do it implicitly
  • Added buildscript that generates shell completions

First stable version

29 Jun 11:10
9cb4c33
Compare
Choose a tag to compare
  • Compile on stable Rust
  • Refactor
  • Fixed PTY path expose
  • Fixed buffer name updating
  • Fixed inactive buffer redraw
  • New options

Pre-1.0

16 Apr 13:00
Compare
Choose a tag to compare
Pre-1.0 Pre-release
Pre-release
v0.12.3

upd. README

Better code structure, fixed "icon"

27 Mar 06:15
Compare
Choose a tag to compare
Pre-release
v0.9

improve code structure, PKGBUILD and README

Added option to use single named instance

26 Mar 01:55
Compare
Choose a tag to compare
v0.8.1

upd. README.md