3b4a1a0654
✨ Enable parsing of Homebrew services JSON ( #72 )
2022-01-11 21:22:17 +01:00
dc44538a7b
👌 Adjust preference description (see also #78 )
2022-01-04 20:17:26 +01:00
422aefe831
✨ Read composer.json for version requirement
2022-01-04 02:33:53 +01:00
3c3a0c8b45
♻️ Rework loading of custom preferences
2022-01-04 00:32:30 +01:00
0cdeeec0a4
♻️ Load the custom preferences file ( #73 )
2022-01-04 00:30:27 +01:00
7f320897be
👌 Make user-supplied apps available ( #73 )
2022-01-04 00:20:47 +01:00
9ef184331e
🐛 Fix issue with Valet path
2022-01-03 17:08:45 +01:00
3bca3117f9
✨ Load custom preferences file
2022-01-03 16:49:50 +01:00
722e082526
👌 Rename method from update to rebuild
2022-01-03 16:20:53 +01:00
40a0bd6cab
👌 Prevent crash when refresh and switcher run at same time
2022-01-03 16:19:18 +01:00
78510ea3fe
👌 Even more cleanup
2022-01-03 16:09:49 +01:00
8624573e74
👌 Cleanup
2022-01-03 16:02:18 +01:00
dd251936b9
♻️ Refactor PhpSwitcher into PhpEnv
2021-12-24 16:09:51 +01:00
c647aee8ea
🔀 Merge branch 'main' into dev/5.x
2021-12-23 20:19:21 +01:00
b7766aeec2
👌 Improve UI and warn about spaces in folder names
2021-12-23 20:09:23 +01:00
5af1f09ee1
🐛 Ensure app can handle interactions with path w/ spaces ( #74 )
2021-12-23 13:27:19 +01:00
6646ceda76
🐛 Fix preloaded site logic
2021-12-23 12:52:10 +01:00
0b05bb44a2
🐛 Fix initialization of Site objects ( #74 )
2021-12-23 12:29:12 +01:00
63f4f8b078
✨ Added prototype binary to switch quickly
2021-12-21 17:52:13 +01:00
e76c6e14e4
♻️ Added logger class
2021-12-21 17:06:03 +01:00
ceb168c6cf
♻️ Rework various common classes
2021-12-21 16:00:27 +01:00
a6387e96e7
♻️ Separate some of the PHP config logic from the app
2021-12-21 15:30:50 +01:00
2dbf775ad6
🔥 Remove Swift Package for common data
2021-12-20 19:10:58 +01:00
acdcce7f7a
✨ Add scheme to support inter-app communication ( #59 )
2021-12-20 18:39:59 +01:00
1ca49f6cbc
♻️ Reorganise code for optimal code sharing, add phpmon-cli
...
- Moved over common functionality to package
- Added phpmon-cli target (for fast switching via the terminal)
2021-12-20 18:25:52 +01:00
fa2de1f77c
🔀 Merge in changes from SwiftUI previews branch
2021-12-20 17:20:43 +01:00
fe695bb026
👌 Nicer logging of multiple paths
2021-12-19 14:16:49 +01:00
e7df254dcc
✨ Make sure that watchers reload if the .conf.d dir contents change
2021-12-19 14:11:25 +01:00
ea9538f116
✨ Ensure watcher does not fire too many times
2021-12-19 13:58:25 +01:00
0d75e4c3b2
🔀 Merge WIP changes from feature/config-watcher into 5.x
2021-12-19 12:56:16 +01:00
267a1dac94
👌 Various QoL improvements
...
- Ensure composer global update cannot run twice (#71 )
- Set busy status when updating dependencies (#71 )
- Further reorganized menu items (#69 )
- Use consistent capitals in menu items
- Fix preferences screen layout (auto newlines due to fixed width)
2021-12-19 12:27:34 +01:00
ed49362291
✨ Add option to automatically run composer global update
2021-12-18 19:45:50 +01:00
3f0f070245
👌 Clear out extra newlines
2021-12-18 16:17:59 +01:00
bd79f42e96
👌 Cleanup
2021-12-18 16:06:39 +01:00
35ae681c2d
♻️ Rework how output is handled
2021-12-18 15:53:04 +01:00
313e806414
✨ Added menu item to run composer global update
2021-12-17 16:10:45 +01:00
eaf653e3c0
🔧 Disable valet switching for next release ( #34 )
2021-12-17 13:11:22 +01:00
5c391917d2
♻️ Rework preferences
2021-12-17 13:02:08 +01:00
66a8c17f1f
👌 Tweak order of menu items ( #69 )
2021-12-16 22:57:37 +01:00
adc31984a8
👌 Tweak order of operations to speed up boot
2021-12-16 18:56:51 +01:00
e5ba074936
✨ Check Valet version and compare to recommended version
...
As part of the boot procedure, recommend upgrading Valet if the version
seems to be too old. For version 4.1 of PHP Monitor, the version has
been hard-coded to 2.16.2 (for PHP 8.1 compatibility).
2021-12-16 01:44:43 +01:00
e4f1efe26a
👌 Updated hotkeys and screenshot
2021-12-16 00:22:02 +01:00
498f4e7b79
👌 Polished context menu order and code
2021-12-10 19:39:08 +01:00
d9a526e828
🔥 Cleanup empty line
2021-12-10 18:06:55 +01:00
3faa251216
👌 Fix launching apps with spaces in name, add window position ( #68 )
2021-12-10 17:31:26 +01:00
a9f140fabc
♻️ Change app detection, detect apps upfront
2021-12-10 17:10:36 +01:00
b6b5a94bbd
♻️ Change app detection
2021-12-10 12:42:06 +01:00
eaf1423fb1
⚡ ️ Performance fixes
...
- Avoid preloading list of sites twice
- Avoid loading Valet info twice
- Preload list of sites if <= 10 sites linked + parked
- Added fallback for missing instructions
- Improved description
2021-12-09 19:49:16 +01:00
7feb13856d
✨ Ensure editor binaries exist or notify user ( #67 )
2021-12-09 19:39:58 +01:00
89e7a9b1ea
🐛 Detect missing core php
formula ( #66 )
...
In rare cases, the version corresponding to the `php` formula might not
be installed, but another alias is linked correctly. That means that the
PHP binary is found, but the core formula is not. PHP Monitor will
incorrectly report that it exists, which means the user can break their
PHP installation. Oops.
This quick fix handles that situation:
- Checks if the PHP binary for the `php` aliased version exists
(located in $optdir/php/bin/php)
- Disables the force load option if the aliased version is missing
(including a tweaked label if the version is missing)
2021-12-08 11:12:44 +01:00