文件
ParlzPackageManger/CHANGELOG
JGZYES 1b152e950b fix: pmm self install/upgrade now takes effect immediately
- pdm_install_file: when the 'pmm' package is installed, copy the freshly
  built binary over the currently-running pmm path (e.g. /usr/local/bin/pmm)
  and clear the shell command hash, so 'pmm -v' reflects the new version
  without a manual 'hash -r'. Falls back to a hint when the target dir is
  not writable (non-root).
- pmm_add_to_path: prepend PMM dirs on Windows instead of appending, so
  ~/.pmm/root takes priority over /usr/local/bin (matches Linux .bashrc).
- release.yml: add -D_GNU_SOURCE so newer gcc exposes strdup/popen/realpath
  (fixes implicit-declaration build errors).
- CHANGELOG/0.3.7.md
2026-09-05 14:39:29 +08:00
..