Skip to content

Releases: imothee/tmpdisk

v2.1.0

15 Nov 23:43
Compare
Choose a tag to compare

What's Changed

  • Adds background helper to allow tmpfs TmpDisks to be created without prompting for the system account password.

Full Changelog: v2.0.7...v2.1.0

v2.1.0-beta

29 Feb 21:09
Compare
Choose a tag to compare
v2.1.0-beta Pre-release
Pre-release

2.1.0 alpha adds the ability to install a background helper that has root permissions and can run TmpFS creation without prompting for a password.
Right now the communication between the two services is somewhat secure but I imagine I will need to sure up the interface on the TmpDiskCreator to check the incoming commands more thoroughly to ensure that only mountfs and other calls are valid.

This has been fairly well battle tested by a few people over the past few months but if you'd like to help the final stretch of testing please reach out at [email protected] or at @imthie on threads or https://macaw.social/@imothee

Update 7/21/24

Fixes issue with code signed helper not always being valid through XPC. This means the tmpdisk creation should always work when using the helper now. Fixed the way XPC calls are made so there's no hanging creation threads or errors when uninstalling the helper.

2.0.7

04 Jan 18:19
Compare
Choose a tag to compare

Fixes #33 layout issues resizing AutoCreateManager and #34 adds confirmation to recreate and recreate all

2.0.6

30 May 01:20
59f3413
Compare
Choose a tag to compare
  • Adds spanish localization
  • Adds selection for gigabytes and megabytes fixes #27
  • Handle locked disks fixes #26
  • update zh-hans localizable strings (#29)
  • update zh-han localizable strings
  • Sets default units when selecting MB/GB

v2.0.6-alpha

16 Feb 03:10
Compare
Choose a tag to compare
v2.0.6-alpha Pre-release
Pre-release

Adds Spanish localization files.
Handles locked disks while ejecting and recreating - Fixes #26
Adds toggle between MB and GB to NewTmpDisk Window - Fixes #27

2.0.5

29 Jan 01:46
a4f2b57
Compare
Choose a tag to compare

What's Changed

  • Adds case sensitive and journaled checkboxes
  • Adds custom TmpDisk Icons
  • Updates about page and removes redundant help center

Full Changelog: v2.0.4...v2.0.5

2.0.5-alpha

18 Dec 05:47
Compare
Choose a tag to compare
2.0.5-alpha Pre-release
Pre-release

This fixes the truncated text issue and adds the ability to set an Icon on creation and autocreation.
Adds ability to select a case sensitive or journaled file system for non TmpFS TmpDisks.

2.0.4

02 Sep 23:33
Compare
Choose a tag to compare

Prevents terminal from being opened or killed when creating a TmpFS TmpDisk, care of vinhtq115.

2.0.3

09 Jul 00:15
Compare
Choose a tag to compare

Converts over to a notarized Apple build with new private keys.

2.0.2

12 Feb 21:45
Compare
Choose a tag to compare

Fix issue where windows aren't being retained on old versions of macOS