Skip to content

Releases: aurora/rmate

v1.0.2

Choose a tag to compare

@aurora aurora released this 08 Apr 10:47
  • #68 bugfix when opening symlinks with relative paths
  • #73 allow mixed order of files and arguments
  • #74 don't return error(1) when showing version / help
  • bugfix: allow multiple selections using +N notation

v1.0.1

Choose a tag to compare

@aurora aurora released this 08 Jan 10:58
  • #65 output of ls cannot be trusted for determining filesize
  • source cleanup

v1.0.0

Choose a tag to compare

@aurora aurora released this 29 Jun 19:39
  • #62 fixed version date

... and after six years of development it's finally time to release version 1.0.0 ;-)

v0.9.9

Choose a tag to compare

@aurora aurora released this 28 Jun 00:26
  • #46 support multi files opening
  • #55 resolve array issues reported by shellcheck
  • #56 resolve shellcheck SC2162: read without -r will mangle backslashes
  • #57 bugfix with filenames containing whitespace
  • #59 added support for bpkg package manager
  • #60 quote directory names & warn if cd fails
  • #61 quote vars more often in assignment & arguments
  • bugfix: allow filenames with leading - (dash)
  • feature: stop parsing arguments at -- (double-dash)

v0.9.8

Choose a tag to compare

@aurora aurora released this 16 Apr 16:37
  • #48 load config file from origin user when executing rmate with sudo

v0.9.7

Choose a tag to compare

@aurora aurora released this 18 Mar 11:42
  • #47 -- added support for +N as alias to --line N.

v0.9.6

Choose a tag to compare

@aurora aurora released this 14 Sep 23:23
  • #42 "--host auto" has no effect

v0.9.5

Choose a tag to compare

@aurora aurora released this 23 May 22:02
  • updated version information

v0.9.4

Choose a tag to compare

@aurora aurora released this 23 May 21:58
  • #38 saved content will now be written to stdout when editing from stdin
  • #41 stdin is now used if no tty present or --wait option is provided
  • #40 small textual fix

v0.9.3

Choose a tag to compare

@aurora aurora released this 03 Mar 19:38

Fixed #34 - rmate not working on files owned by user/group names with spaces
Fixed - suppress error message in case of an invalid path
New - try to load config additionally from ~/rmate/rmate.rc