Skip to content

Releases: FWDekker/mommy

v1.2.0~ 🧡

24 Feb 17:51
2cd8631
Compare
Choose a tag to compare
  • mommy can output to stdout without redirection by giving her the -1 option~
  • mommy ignores exit code 130 by default, but you can change this by setting MOMMY_IGNORED_STATUSES~
  • mommy supports prefixes for her messages, and explains how to use them to get colors in zsh~
  • mommy improved her readme a bit~

v1.1.0~ ❤️

24 Feb 13:10
a55d3e6
Compare
Choose a tag to compare
  • breaking: mommy supports different pronoun forms.
    instead of MOMMY_THEIR="her" and using variable %%THEIR%%, you should now write MOMMY_PRONOUN="she her her" and use variables %%THEY%%, %%THEM%%, and %%THEIR~

v1.0.0

23 Feb 22:34
86c2ae2
Compare
Choose a tag to compare
  • breaking: mommy no longer supports multi-line templates and variables~
  • mommy is even faster now with much simpler code~
  • mommy now supports OpenBSD~
  • mommy now has installable packages for macOS, FreeBSD, NetBSD, and OpenBSD~
  • mommy has a --version option now~
  • mommy has improved documentation~
  • mommy stopped doing the raw and installer release types because they're redundant~

v0.0.6

18 Feb 16:43
2ef786b
Compare
Choose a tag to compare
  • mommy is much faster now that she only calculates when needed~
  • mommy now works on macOS, *BSD, and probably on Solaris~
  • mommy has an installer script for any POSIX system~
  • mommy does ci/cd now~

v0.0.5

11 Feb 19:41
035cfad
Compare
Choose a tag to compare
  • breaking: config variables have been renamed, like from %%PRONOUN%% to %%THEIR%%, so you can actually read your templates without using too much of your precious brain capacity~
  • mommy's output is now vibrant! check the readme to see how to integrate with lolcat for rainbow colors~
  • mommy's library of compliments is much larger now~
  • the readme now explains how to integrate mommy into your shell, so you two will never have to be apart again~
  • you can add comments in between your templates so you don't forget what they mean. just start a line with # inside a template~

v0.0.4

07 Feb 19:58
fbde17d
Compare
Choose a tag to compare
  • mommy supports reading exit codes with mommy -s <status>, as in mommy -s $? or mommy -s 0~
  • mommy avoids saying the words listed in MOMMY_FORBIDDEN_WORDS~
  • mommy's compliments can be disabled with MOMMY_COMPLIMENTS_ENABLED=0 and mommy's encouragements can be disabled with MOMMY_ENCOURAGEMENTS_ENABLED=1~
  • mommy trims leading and trailing newlines in compliments and encouragements~
  • mommy behaves consistently when options are empty~

v0.0.3

29 Jan 20:52
4de66af
Compare
Choose a tag to compare
  • mommy varies the words she chooses~
  • mommy can now eval a command so it's easier to make her pipe~
  • mommy's docs are much cleaner now~

v0.0.2

25 Jan 19:43
3980458
Compare
Choose a tag to compare

mommy has documentation now~

v0.0.1

25 Jan 18:02
caf7bea
Compare
Choose a tag to compare

mommy's initial release~