Skip to content

Releases: FWDekker/mommy

v1.6.0

09 Mar 12:30
2b7e52d
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 independent possessive (theirs) and reflexive (themself) pronouns. to use these new forms inside a compliment or encouragement, write %%THEIRS%% or %%THEMSELF%%, respectively. to choose mommy's pronouns, you should now write MOMMY_PRONOUNS="they them their theirs theirself" in your config instead of MOMMY_PRONOUNS="they them their". specifying all five pronoun forms is recommended, but only specifying three forms still works and is not deprecated. for more details, see the list of all settings and how to configure templates~
  • ☄️ mommy now supports using whitespace inside pronouns using %%_%%~
  • 🚀 mommy now explains how to configure starship~ (#135)
  • ☕ mommy explains how to use fish completions on macos~

fixed

  • 👹 mommy ensures freebsd builds don't have the target version hardcoded~

v1.5.1

29 Sep 11:03
5fdcc20
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 -d as an alias of --global-config-dirs~

changed

  • 👤 mommy now refers to the user by their username by default~ (#131)

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~ 💪