Releases: Hejsil/dipm
Releases · Hejsil/dipm
0.16.3
0.16.2
0.16.1
0.16.0
Full Changelog: 0.15.1...0.16.0
Features
- Add commands for working with
pkgs.ini
under the sub commanddipm pkgs
dipm pkgs make
: Takes a url and tries to create a package from it. Package is printed to stdoutdipm pkgs add
: Same asmake
, but adds the package topkgs.ini
dipm pkgs update
: Updates specified packages to newest upstream versiondipm pkgs check
: Check specified packages for upstream updates
Changes
- Move
dipm inifmt
todipm pkgs fmt
0.15.1
0.15.0
Full Changelog: 0.14.0...0.15.0
Changes
- Have all commands now have their own help message
- They're pretty bare right now but will be improved in the future (hopefully)
- Introduce new
list
command to replace the oldpackages
andinstalled
-
before: dipm installed dipm packages after: dipm list installed dipm list all
-