8a7f045bb2
📝 New screenshots (including dark mode)
2022-06-22 19:21:33 +02:00
10272f3d7e
📝 Update README
2022-06-21 23:18:15 +02:00
96ce462021
📝 Update README and SECURITY
2022-06-20 19:10:43 +02:00
8b635f2a14
🔧 Bump version number
2022-06-20 18:53:54 +02:00
f8f3fd5c9b
👌 Improve macOS Ventura appearance ( #176 )
2022-06-20 18:49:43 +02:00
6801283597
🐛 Fix typo when PHP switch failed
2022-06-19 13:39:25 +02:00
ea7572ffbb
👌 Fix log message
2022-06-15 18:15:17 +02:00
4d5b5de84b
👌 Copy file, do not move
2022-06-15 17:54:08 +02:00
721bb32087
👌 Updated menu
2022-06-14 23:13:41 +02:00
1fe086d53e
👌 Move legacy .phpmon.conf.json to new path
2022-06-14 22:48:07 +02:00
347a9b7345
📝 Updated README about presets
2022-06-14 22:35:03 +02:00
fd34deb7bd
👌 Toggle service via button
2022-06-12 22:26:35 +02:00
ccb0d96453
⚡ ️ Use EmptyView for empty state
2022-06-12 13:37:27 +02:00
d821968a49
👌 Allow per-row customization
2022-06-12 13:26:24 +02:00
7d7a38546a
🐛 Apply fixes from v5.3.2
2022-06-12 12:07:24 +02:00
30059353fe
✨ New Features
...
* Differentiate between services running as root and current user
* Support for custom services (via config.json)
* Renamed "Restart All Services" to "Restart Valet Services"
* Use SwiftUI for Stats, Services and Header view
* Added Color extension for debugging (PAINT_PHPMON_SWIFTUI_VIEWS)
2022-06-11 23:18:36 +02:00
090440abc8
♻️ Rename manager property
2022-06-11 20:19:45 +02:00
ceeba611d0
🏗 WIP
2022-06-11 20:11:11 +02:00
f1feb11baa
🏗 WIP
2022-06-11 13:27:17 +02:00
90a02f364a
🏗 WIP
2022-06-10 19:44:31 +02:00
6b8c68b058
👌 Tweak phrasing of isolation info
2022-06-09 18:22:29 +02:00
fb34ea7c89
👌 New StatsView which uses SwiftUI
2022-06-09 18:08:14 +02:00
0c0045aead
👌 Re-check compatibility after (un)isolate
2022-06-08 18:35:27 +02:00
1fdf687c15
👌 Handle additional states
2022-06-08 18:26:06 +02:00
1040bcd037
👌 Cleanup
2022-06-08 16:01:31 +02:00
655cd52ac4
👌 Popover with SwiftUI view
2022-06-08 15:38:18 +02:00
2229f01eb0
🔧 Learn more about presets
2022-06-07 20:10:49 +02:00
f95eb7023f
🔧 Global accent color based on icon color
2022-06-05 22:18:14 +02:00
320e1ad3c5
🔧 New dev build
2022-06-05 14:22:59 +02:00
e1880d9dfc
👌 Granular notification control
2022-06-05 14:21:08 +02:00
998bbd231a
♻️ Refactor preferences window
2022-06-05 12:52:59 +02:00
fbf2158488
👌 Improved alerts, localization
2022-06-05 03:03:00 +02:00
94df551b4b
👌 Show alert with what will be rolled back
2022-06-03 23:52:40 +02:00
01288154a7
👌 Better alerts (WIP)
2022-06-03 22:57:22 +02:00
29b4fe2962
✨ Load persisted revert & allow revert
...
This also moves the location of the .phpmon.conf.json file to a new
location: ~/.config/phpmon/config.json.
2022-06-02 20:31:01 +02:00
5907d9f689
✨ Build revertable preset ( #175 )
...
For any given preset, we need to be able to determine what we'd need to
do in order to revert the preset. That means figuring out what the diff
is between the current PHP setup and what the preset would change.
We'll persist that to its own preset, which can be reapplied if needed.
The "revertable" preset is persisted to the following file:
~/.config/phpmon/preset_revert.json
If that file is present and valid, the app should enable the 'revert'
option. (That still needs to be implemented.)
2022-06-01 21:01:18 +02:00
86d74619b1
📝 Use non-standard way to add dark images
2022-06-01 12:47:54 +02:00
0c09e808bd
📝 Test dark mode image
2022-06-01 12:44:22 +02:00
da8659adba
✨ Enable version switching in presets
...
* Moved Preset to dedicated file
* Added async friendly PHP version switch
* Added conditional PHP switch based on Preset
2022-05-31 21:43:24 +02:00
bbebe78997
✨ Updated UI for presets
2022-05-30 19:34:10 +02:00
19aa804cbb
🐛 Alert user about issue #174
2022-05-29 22:30:11 +02:00
64491c6fe1
✨ Allow application of presets
2022-05-29 12:32:48 +02:00
382cb177be
✨ Correctly load presets from config file
2022-05-21 15:24:40 +02:00
e9f0d19d9a
🔧 Use dev icon
2022-05-19 20:12:45 +02:00
7709cd9f6c
👌 Cleanup
2022-05-19 20:12:30 +02:00
83eac7bf04
👌 Save multiple Xdebug modes
2022-05-19 20:01:28 +02:00
db8197df3d
👌 Handle multiple modes w/ Xdebug menu item
...
This commit also fixes the width of the header items.
2022-05-19 19:06:03 +02:00
40e404fe24
👌 Prototype (non-functional) for presets
2022-05-19 01:50:15 +02:00
e7f80ebce8
✨ Switch Xdebug mode
2022-05-19 01:05:06 +02:00
990152d77d
✨ Allow replacing of config values
2022-05-19 00:08:26 +02:00