Skip to content

Releases: FWDekker/mommy

v1.5.0

28 Feb 18:32
e61af24
Compare
Choose a tag to compare

mommy can also be installed using a package manager. check the readme for more info~

added

  • 🦓 mommy now supports templates with literal slashes using %%S%%~ (#107)
  • 🐟 mommy added completions for fish and zsh for the new options introduced in v1.4.0~ (#105)

changed

  • 🙅‍♀️ mommy's MOMMY_FORBIDDEN_WORDS setting now interprets each word as a regex~ (#103)
  • 🚀 mommy is now 4 times as fast~ (#106)

v1.4.0

17 Feb 16:20
e60d25e
Compare
Choose a tag to compare

mommy can also be installed using a package manager. check the readme for more info~

added

  • 🌍 mommy now supports a global config file that applies to all users, stored for example in /usr/mommy/config.sh~ (#95) (#96)
  • 📏 mommy accepts long command-line options for all options (like --config=<file> for -c <file>)~

changed

  • 🕳️ mommy now interprets an empty config file path (-c) as you not wanting to use a config file~
  • ✅ mommy improved her input validation, giving clearer error messages when something is wrong~
  • 🏓 mommy improved the links to and from the table of contents in her readme~
  • 🏋️‍♀️ mommy made her readme easier to navigate and scroll through~ (#97)

v1.3.0

12 Jan 12:36
39ffde0
Compare
Choose a tag to compare

mommy can also be installed using a package manager. check the readme for more info~

added

  • 🪹 mommy now supports newlines in templates using %%N%%~ (#58) (#82)
  • 🛡️ mommy now has a security policy~

fixed

  • 🚒 mommy fixes the description url in her manual page~ (#81) (#82)
  • 🕰️ mommy uses the correct types of changelogs in the right places (#83)
  • 🏃 mommy no longer crashes when using \ or & in variables~ (#84) (#87)

v1.2.6

29 Nov 14:10
8f7e8ca
Compare
Choose a tag to compare

mommy can also be installed using a package manager. check the readme for more info~

fixed

  • 🚒 mommy fixes her apt repository release script~ (#73)

v1.2.5

29 Nov 11:49
aba7ebd
Compare
Choose a tag to compare

added

  • 📈 mommy now explains how to integrate with nushell, thanks to aemogie.~ (#65)

changed

  • 🍳 mommy uses newer github actions, thanks to zopolis4~ (#68)
  • 💨 mommy became much faster at doing her exams~ (#69)
  • 📂 mommy supports specifying a custom directory during make~ (#70)
  • 👭 mommy now has an apt repository, see mommy's readme for installation instructions~ (#71)

v1.2.4

28 Aug 23:01
a56ec25
Compare
Choose a tag to compare

added

  • ❄️ mommy is now available on nixpkgs, thanks to ckie~ (NixOS/nixpkgs#250034)
  • ☝️ mommy now mentions the fingerprint of her copr signing key in the readme~ (c8cde91)

changed

  • 🗂️ mommy looks in XDG_CONFIG_HOME instead of $HOME/.config if the former is configured~ (#61)
  • 🎨 mommy cleaned up her makefile~ (#63)

fixed

  • 💿 mommy fixed a small issue with tests for netbsd~ (#62)

v1.2.3

14 Mar 21:46
4818006
Compare
Choose a tag to compare

added

changed

  • ✍️ mommy rewrote the installation instructions~ (#51)
  • 🐙 mommy links to github if man doesn't work~ (#55)

fixed

  • ✏️ mommy fixed some minor errors in the readme~
  • ♻️ mommy hopefully fixed automatic synchronous releases for homebrew and aur~

v1.2.2

09 Mar 16:27
9c2ee38
Compare
Choose a tag to compare

added

changed

  • mommy no longer talks like a robot when unknown options are used~ 🤖 (#47)
  • mommy's build system has been revamped~ ⚗️ (#38) (#42)
  • mommy has a bunch more emoji in her readme~ ⭐ (#40)

fixed

  • mommy installs herself into /usr/bin instead of /usr/local/bin on linux, to comply with the standards of various
    operating systems~ 📁
  • mommy better tolerates missing optional dependencies when installing from aur~ 💪

v1.2.1~ 💛

26 Feb 22:23
d9b6014
Compare
Choose a tag to compare
  • mommy supports homebrew now~
  • mommy supports arch linux aur now~

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~