Skip to content

Releases: ruby-R53/fpkg

v3.0.0

14 Sep 19:36
Compare
Choose a tag to compare

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

02 Aug 16:39
Compare
Choose a tag to compare

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

06 Jul 20:57
Compare
Choose a tag to compare

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

version 3.0.0-beta2

25 Jun 20:52
Compare
Choose a tag to compare

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

31 May 03:57
Compare
Choose a tag to compare

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

18 May 14:35
Compare
Choose a tag to compare

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

Version 2.1.1 - May 17, 2024

18 May 02:27
Compare
Choose a tag to compare

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

version 2.1.0 - April 28, 2024

28 Apr 18:16
Compare
Choose a tag to compare

April 28, 2024:

  • Version 2.1.0 is out!
  • The package manager is stupid, and that's because I am
    stupid.
    • Fixed the 'add' command: it checks the argument
      better now, and can add the package properly.
      See the diff :)
    • Added command 'remove': now fpkg is able to uninstall
      packages too! Update your .ii's accordingly now!
  • Improved 'goto'
    • fpkg will now use a new .bashrc for its shell. Add
      the new .bashrc to your $FPKGDIR!
  • Added a TODO file
    • So that I can write down stuff I could implement one
      day

Version 2.0.0

08 Apr 15:18
Compare
Choose a tag to compare

See CHANGELOG to see what I've done :)

Version 1.0.0 - first release!

19 Mar 21:01
Compare
Choose a tag to compare