Skip to content

Releases: ruby-R53/fpkg

Version 3.0.3

Choose a tag to compare

@ruby-R53 ruby-R53 released this 23 Jun 21:40

updates the year, puts proper version and also makes the copy operation for the config file the last, so that it doesn't abort in case the user refuses to have the configuration overwritten

···should the version be a variable instead?···

Version 3.0.2

Choose a tag to compare

@ruby-R53 ruby-R53 released this 22 Jun 16:00

config file fixes, use /etc/fpkg/fpkg.conf instead of /etc/fpkg.conf for uniformity

Version 3.0.1

Choose a tag to compare

@ruby-R53 ruby-R53 released this 15 Feb 17:01
  • The Details: field in fpkg message gets hidden if it's empty.
  • Fixed installing multiple stuff at once.

v3.0.0

Choose a tag to compare

@ruby-R53 ruby-R53 released this 14 Sep 19:36

OH MY GOD FINAL VERSION 3.0.0 JUST CAME OUT

  • New feature: fpkg rings the terminal bell when an installation process is finished successfully!
    • Got this idea from Gentoo's emerge, never thought I'd actually care about that terminal feature lol
  • More code cleanup
  • TODO list is gone!

See more on CHANGELOG.md :)

v3.0.0-beta4

Choose a tag to compare

@ruby-R53 ruby-R53 released this 02 Aug 16:39

The most important changes are:

  • Now fpkg doesn't pull with rebase every single time, instead it asks you if your package actually needs it. That also means you got to update your pkg.list this time! But it's not a big deal, you just append "REBASE=YES|NO" to every line :)
  • Fixed an error message display I didn't even test beforehand
    • The "ERROR: does not exist!" message.
      It had a shitty formatting.
  • Better handling of interactive installations
    • Because the keystrokes are hidden when fpkg
      is invoked, interactive installation
      processes get a bit weird. So now keystrokes
      are visible when a package requires
      interaction with the user.
  • fpkg won't register a package that's already registered.
    • It's just weird that I've only thought of this now...

See more on CHANGELOG.md :)

v3.0.0-beta3

Choose a tag to compare

@ruby-R53 ruby-R53 released this 06 Jul 20:57

Just some visual improvements to the interface, including fpkg goto's shell, see CHANGELOG for more details.

version 3.0.0-beta2

Choose a tag to compare

@ruby-R53 ruby-R53 released this 25 Jun 20:52

Summary of changes:

  • Add colors for $PS1 on fpkg's shell
  • Make git log's output actually pretty
  • That's it for now, see CHANGELOG and maybe also TODO if curious...

3.0.0-beta1

Choose a tag to compare

@ruby-R53 ruby-R53 released this 31 May 03:57

I should start using the term "Beta" for versioning my stuff.

Oh well, here goes a summary of changes:

  • No need for those checks at the beginning of every .ii
  • Logging support
  • Commit history with custom depth support

See more on CHANGELOG :)

"version" 2.1.2

Choose a tag to compare

@ruby-R53 ruby-R53 released this 18 May 14:35

Just a typo fix, somehow I missed that I made a variable named EDIOR and not EDITOR...

Version 2.1.1 - May 17, 2024

Choose a tag to compare

@ruby-R53 ruby-R53 released this 18 May 02:27

Just improved the readability of the code and changed how fpkg performs the install and remove actions. Read CHANGELOG for details :)