mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01:00
change log update
This commit is contained in:
parent
1f5f0caa44
commit
ab4b236eb7
2 changed files with 25 additions and 1 deletions
|
@ -4,6 +4,15 @@ Version 2.1
|
|||
|
||||
New ponies: purplehaze, owlowiscious
|
||||
|
||||
Cowsay has be reimplemented, and have full Unicode support
|
||||
and support for @code{figlet} style messages.
|
||||
|
||||
Deleted environment variables: PONYSAY_COWSAY, PONYSAY_COWTHINK
|
||||
|
||||
You will need Python 3, but not GNU Bash, Perl or Cowsay.
|
||||
|
||||
New .pony file format is used.
|
||||
|
||||
|
||||
Version 2.0
|
||||
|
||||
|
|
|
@ -962,6 +962,20 @@ To be able to run @command{make -B ttyponies} you must have the packages listed
|
|||
@code{applebumkin} is renamed to @code{applebumpkin}.
|
||||
@item
|
||||
New ponies: @code{purplehaze}, @code{owlowiscious}
|
||||
@item
|
||||
Cowsay has be reimplemented, and have full Unicode support and support
|
||||
for @code{figlet} style messages.
|
||||
@item
|
||||
Deleted environment variables: @code{PONYSAY_COWSAY}, @code{PONYSAY_COWTHINK}
|
||||
@item
|
||||
You will need Python 3, but not GNU Bash, Perl or Cowsay.
|
||||
@item
|
||||
New .pony file format is used:
|
||||
@c BEGIN the following is too descriptive for the plain/text change log
|
||||
@command{unisay}'s format instead of @command{cowsay}'s Perl based format.
|
||||
This includes arbitrary position of balloon, mirrored balloon links, and
|
||||
minimum size of balloon.
|
||||
@c END
|
||||
@end itemize
|
||||
|
||||
@heading Version 2.0
|
||||
|
@ -1002,7 +1016,8 @@ Pony symlinks added:
|
|||
@item @code{sindy} → @code{powderrouge}
|
||||
@end itemize
|
||||
@item
|
||||
@code{PREFIX=/some-dir} can be used when invoking @command{make}, the default value is @code{/usr}
|
||||
@code{PREFIX=/some-dir} can be used when invoking @command{make},
|
||||
the default value is @code{/usr}
|
||||
@end itemize
|
||||
|
||||
@heading Version 1.2
|
||||
|
|
Loading…
Reference in a new issue