Releases: I60R/page
Releases · I60R/page
Better use of split windows
- Fixed cutting (more than required) text in parent :term window by passing split options
Removed unwanted warnings and more
- 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
- Refactor
- Fixed -e flag
Fixed MacOS, removed page-term-agent hack
- 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 morepage-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
- 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
- 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
- Compile on stable Rust
- Refactor
- Fixed PTY path expose
- Fixed buffer name updating
- Fixed inactive buffer redraw
- New options
Pre-1.0
Better code structure, fixed "icon"
v0.9 improve code structure, PKGBUILD and README
Added option to use single named instance
v0.8.1 upd. README.md