Skip to content

Releases: aurora/rmate

v1.0.2

08 Apr 10:47
Compare
Choose a tag to compare
  • #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

08 Jan 10:58
Compare
Choose a tag to compare
  • #65 output of ls cannot be trusted for determining filesize
  • source cleanup

v1.0.0

29 Jun 19:39
Compare
Choose a tag to compare
  • #62 fixed version date

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

v0.9.9

28 Jun 00:26
Compare
Choose a tag to compare
  • #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

16 Apr 16:37
Compare
Choose a tag to compare
  • #48 load config file from origin user when executing rmate with sudo

v0.9.7

18 Mar 11:42
Compare
Choose a tag to compare
  • #47 -- added support for +N as alias to --line N.

v0.9.6

14 Sep 23:23
Compare
Choose a tag to compare
  • #42 "--host auto" has no effect

v0.9.5

23 May 22:02
Compare
Choose a tag to compare
  • updated version information

v0.9.4

23 May 21:58
Compare
Choose a tag to compare
  • #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

03 Mar 19:38
Compare
Choose a tag to compare

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