Releases: ruby-R53/fpkg
Release list
Version 3.0.3
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
config file fixes, use /etc/fpkg/fpkg.conf instead of /etc/fpkg.conf for uniformity
Version 3.0.1
- The
Details:field infpkg messagegets hidden if it's empty. - Fixed installing multiple stuff at once.
v3.0.0
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
- Got this idea from Gentoo's
- More code cleanup
- TODO list is gone!
See more on CHANGELOG.md :)
v3.0.0-beta4
The most important changes are:
- Now
fpkgdoesn't pull withrebaseevery 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.
- The "ERROR: does not exist!" message.
- 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.
- Because the keystrokes are hidden when
fpkgwon'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
Just some visual improvements to the interface, including fpkg goto's shell, see CHANGELOG for more details.
version 3.0.0-beta2
Summary of changes:
- Add colors for
$PS1onfpkg's shell - Make
git log's output actually pretty - That's it for now, see
CHANGELOGand maybe alsoTODOif curious...
3.0.0-beta1
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
Just a typo fix, somehow I missed that I made a variable named EDIOR and not EDITOR...
Version 2.1.1 - May 17, 2024
Just improved the readability of the code and changed how fpkg performs the install and remove actions. Read CHANGELOG for details :)