Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yep/virtualOS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: yep/virtualOS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 58 files changed
  • 3 contributors

Commits on Jun 8, 2022

  1. Use main thread for UI updates

    * committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    6d54891 View commit details
    Browse the repository at this point in the history
  2. Refactoring

    * committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    9b5b67b View commit details
    Browse the repository at this point in the history
  3. Display macOS version during install

    * committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    166acfd View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Use combine to throttle kvo events

    * committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    6c260d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    820263f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Delete renamed file

    VirtualMachineConfiguration was renamed to VirtualMacConfiguration in commit 820263f
    * committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    0016cd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. extract menu commands

    * committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    f316eae View commit details
    Browse the repository at this point in the history
  2. add option to hide status bar

    * committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    d6a5ee8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. add option to use main screen size

    * committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    094b755 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. respect 'start' argument

    auto-start (with latest settings), when `start` parameter is specified, e.g.
    ````
    open  /Applications/virtualOS.app --args start
    alexcohn authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b40fc80 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. refactoring

    * committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    9c0366f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Store mac address in parameters

    caldrian authored and * committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    99c3ed6 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Add option for setting shared folder and hard disk location

    Needs testing when distributed by Mac app store
    * committed May 5, 2023
    Configuration menu
    Copy the full SHA
    a67f096 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    45f211b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Use main screen size by default

    First screen of macOS 14.3 installer is not shown completely if a size smaller than the main screen is used.
    * committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    080c419 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Full rewrite using appkit instead of swift ui

    now supports installing multiple vms
    * committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    19e12c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configure clipboard sharing

    * committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    65fe0fe View commit details
    Browse the repository at this point in the history
  2. Update icon

    * committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    d534f0b View commit details
    Browse the repository at this point in the history
  3. Fix race condition when deleting VM bundle

    Array should not change between check and use.
    * committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    59c7a4d View commit details
    Browse the repository at this point in the history
Loading