From 8901314a7198f841f8108c88ce789d42f511b8f7 Mon Sep 17 00:00:00 2001 From: Ellande <124671733+EllandeVED@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:22:42 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a60cb1..43e143c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,10 @@ The goal was just to make the emulator feel macos integrated. ## Preview -NumWorks App Preview +
+ NumWorks App Preview + image +
--- From 5ec550d4563a8ea08ee718d4b0c7326c169984f9 Mon Sep 17 00:00:00 2001 From: Ellande <124671733+EllandeVED@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:57:05 +0100 Subject: [PATCH 2/4] Revise download steps in README Updated download instructions for the application. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43e143c..7e74581 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,9 @@ The goal was just to make the emulator feel macos integrated. 1. Go to the latest release: [https://github.com/EllandeVED/NumworksApplication/releases/latest](https://github.com/EllandeVED/NumworksApplication/releases/latest) -2. Download the `.zip` file. +2. Download `NumWorks.zip` file or `NumWorks.dmg` -3. Unzip it and open the app. - Because the app is not signed with a paid Apple Developer ID macOS will display a security warning: +3. Because the app is not signed with a paid Apple Developer ID macOS will display a security warning: Security Warning From c627ccf8e7df39de28a101a0828e597afe7d8cd0 Mon Sep 17 00:00:00 2001 From: Ellande <124671733+EllandeVED@users.noreply.github.com> Date: Wed, 13 May 2026 10:39:21 +0200 Subject: [PATCH 3/4] Update README for project clarification Clarified project independence and simulator handling. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e74581..f4e592e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,12 @@ A native macOS application that embeds the official **NumWorks htlm simulator** --- -> This is an independent project and is not affiliated with, endorsed by, or sponsored by NumWorks. +> **This is an independent project and is not affiliated with, endorsed by, or sponsored by NumWorks.** + +> The application does not bundle, modify, or redistribute the official NumWorks simulator. +Simulator assets are handled dynamically by the app. + +> The purpose of this project is solely to provide a native macOS application experience around the official simulator, with improved desktop integration, offline support, and update management.* --- From 7bc07e3b9f73eace05020e11bee8df1abc6722d0 Mon Sep 17 00:00:00 2001 From: Ellande <124671733+EllandeVED@users.noreply.github.com> Date: Sat, 23 May 2026 19:11:16 +0200 Subject: [PATCH 4/4] Document known issues in README Added a known issues section to document shortcut problems. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f4e592e..c4d8e0e 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,10 @@ If you want to use a custom NumWorks framework (not the official simulator provi - [x] I plan to add an option in settings to disable `Webinjection.swift`so it doesn't mess up with your custom framework (Done) +--- +## Known issues +- [ ] Shortcut cmd+, to open settings isn't always working. Workaround: execute the shortcut after opening the menu bar icon or just open the settings window from the menu bar icon dropdown menu + --- ## License