Releases: ruby-R53/fpkg
Releases · ruby-R53/fpkg
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
fpkg
doesn't pull withrebase
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.
- 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
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
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
$PS1
onfpkg
's shell - Make
git log
's output actually pretty - That's it for now, see
CHANGELOG
and maybe alsoTODO
if 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 :)
version 2.1.0 - April 28, 2024
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!
- Fixed the 'add' command: it checks the argument
- Improved 'goto'
- fpkg will now use a new .bashrc for its shell. Add
the new .bashrc to your $FPKGDIR!
- fpkg will now use a new .bashrc for its shell. Add
- Added a TODO file
- So that I can write down stuff I could implement one
day
- So that I can write down stuff I could implement one
Version 2.0.0
See CHANGELOG to see what I've done :)
Version 1.0.0 - first release!
see CHANGELOG