Skip to content

Latest commit

 

History

History
68 lines (34 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

68 lines (34 loc) · 2.73 KB

Changelog

v1.2.1 (2024-09-03)

Fix

  • Use current user ID instead of hard-coding on 1000 (8d2f41c)

v1.2.0 (2024-07-25)

v1.2.0-beta.1 (2024-07-25)

Feature

  • unmount-all option to (temporarily) unmount everything (f36456d)

Fix

  • Apply gid and uid map when mounting by default (341af80)

v1.1.2 (2024-07-22)

Fix

v1.1.1 (2024-07-12)

Fix

  • Slightly improved readable formatting for ew mp.mounts (5fc1a35)

Documentation

v1.1.0 (2024-07-12)

Feature

  • Allow edwh to manage mp mounts, so we can do remount if mp loses the mounts (8b5c5ae)
  • Add ew mp.mount which stores mounts in order to do ew mp.remount later on (a208679)

Fix

  • Improve typing (mypy) (5554a42)
  • Improved remote execution (worked only locally before) - requires edwh>=0.43 (0eab701)

v1.0.3 (2024-07-04)

Fix

  • Update way too long command suggestion at the end of prepare-multipass to simply remote.prepare-generic-server (since that's probably your next step) (da20a6e)
  • Minor improvements in typing, docs, refactoring (b64056b)

v1.0.2 (2024-04-12)

Fix

  • Use require_sudo for improved password prompting + general refactoring (b2fd319)

v1.0.1 (2023-05-01)