Skip to content

Commit

Permalink
Version 1.2-0
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesaq committed Feb 5, 2018
1 parent c015908 commit b0f58bd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: colorout
Version: 1.1-3
Date: 2017-10-17
Version: 1.2-0
Date: 2018-02-05
Title: Colorize R Output on Terminal Emulators
Author: Jakson Aquino and Dominique-Laurent Couturier
Maintainer: Jakson Alves de Aquino <[email protected]>
Expand Down
19 changes: 16 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
Version 1.1-3 (2017-10-17)
Version 1.2-0 (2018-02-05)

- Colorize output if within RStudio.
- Bug fix:

- Do not colorize already colorized output.
- Do not colorize already colorized output.

- New features/changes:

- Colorize output within RStudio.

- Accept any string as color code.

- New color category: index

- Change stderr color: magenta.

- setOutputColors256 is deprecated and a 256 color scheme is used by
default.

Version 1.1-2 (2016-02-05)

Expand Down

0 comments on commit b0f58bd

Please sign in to comment.