2f47610c85
🔧 Use macOS 12.4 deployment target
2023-02-21 02:27:03 +01:00
cc6324b692
♻️ PHP Guard changes
2023-02-20 18:15:12 +01:00
15d75a7f98
🔧 Bump build
v5.8b6
2023-02-17 17:21:13 +01:00
c7c5311ff9
🐛 Ensure checkbox shows correct initial state
2023-02-17 17:19:56 +01:00
c93f047909
🔧 Bump build
v5.8b5
2023-02-15 20:32:56 +01:00
f82a2120f7
🔧 Add display name
2023-02-15 20:32:37 +01:00
857cba9f45
✨ On macOS 13 and newer, add "Start at login" ( #210 )
2023-02-15 20:24:01 +01:00
ec49257bcc
🔧 Bump build
v5.8b4
2023-02-13 17:43:52 +01:00
9c6a21008a
🐛 Adjusted for new Homebrew JSON output ( #235 )
2023-02-13 17:38:09 +01:00
5dffbf57d1
👌 Do not load identity asynchronously
2023-02-11 20:46:05 +01:00
21a1d6576e
🔧 Bump build
v5.8b3
2023-02-10 19:36:42 +01:00
b08912ce11
✨ Add support for wildcard constraints ( #224 )
2023-02-10 19:31:07 +01:00
7285d24ef3
👌 Improve first launch onboarding experience
2023-02-07 22:02:34 +01:00
ac60c66bb9
🐛 Add missing strings for update
2023-02-06 19:33:41 +01:00
9a7575790a
🔧 Bump build
v5.8b2
2023-02-06 19:12:34 +01:00
cd5cbccb04
🐛 Fix generated script ( #231 )
2023-02-06 19:10:10 +01:00
20291bf034
📝 Update README about new updater
v5.8b1
2023-02-05 18:53:24 +01:00
2c40f433d3
✨ Add updater to project
...
If you want to see the source code to the updater, you can find it here:
https://github.com/nicoverbruggen/phpmon-updater
Starting with version 6.0, the code of the updater will be included
in this repository.
2023-02-05 18:37:18 +01:00
5ac4817048
👌 Add built app to .gitignore
2023-02-05 18:17:07 +01:00
1216fe4974
🐛 Avoid duplicate verbose mode output
2023-01-31 18:20:44 +01:00
147407666d
🔥 main
branch cleanup
...
After the last merge, there was one file I accidentally included that
doesn't need to be here: the legacy ServicesManager class! In order to
ensure that 5.7, 6.0 and `main` branches are somewhat in order and
easy to merge, I have now removed this file.
2023-01-31 18:15:00 +01:00
4568f03a65
🚀 Version 5.7.2
v5.7.2
2023-01-30 19:54:09 +01:00
2eda8d6382
📝 Update about verbose logging
2023-01-30 19:24:46 +01:00
dd330fecce
🔧 Bump build
2023-01-30 19:12:03 +01:00
aaa7c636db
👌 Remove unneeded print() statement
2023-01-30 19:11:47 +01:00
ff75fb7be3
🐛 Fix version parsing ( #227 )
2023-01-30 19:11:08 +01:00
4d7b01831b
✨ Extra verbose logging
...
You can start extra verbose logging by running: `touch ~/.config/phpmon/verbose`
Once this file exists, you can find the latest log in: `~/.config/phpmon/last_session.log`.
2023-01-30 19:10:52 +01:00
0fceb852bb
✅ Add test to validate Valet version number with deprecations
2023-01-30 13:08:23 +01:00
9fb5f33770
🔧 Extra CLI mode (--cli)
2023-01-30 13:07:37 +01:00
2f658ee569
🚀 Version 5.7.1
v5.7.1
2023-01-29 15:00:09 +01:00
ad179a325a
🔧 Bump build
2023-01-29 14:59:52 +01:00
4baeaea85f
🐛 Fix services not shutting down ( #225 )
2023-01-29 14:58:09 +01:00
9e25254ec8
🚀 Version 5.7
v5.7
2023-01-26 20:49:47 +01:00
e623207844
🔧 New build
v5.7b5
2023-01-26 20:32:39 +01:00
f60ecb877c
♻️ Cleanup
2023-01-26 20:30:00 +01:00
66393094b0
✨ Correctly parse .valetrc files
2023-01-24 19:47:28 +01:00
b5d2fef184
🏗 WIP: Add test for feature to be implemented
2023-01-20 16:42:50 +01:00
44bc07c9dc
🏗 WIP: Parsing .valetrc file
2023-01-20 16:36:56 +01:00
93790f3951
👌 Update copyright message
2023-01-19 18:09:42 +01:00
d3b1afe9fd
🐛 Fix bug related to "?" not showing up
2023-01-19 18:03:00 +01:00
2fa50a7dc4
🔧 Bump build for new pre-release build
v5.7b4
2023-01-19 17:33:55 +01:00
18b62ecc3f
👌 Adjust SECURITY and support matrix for Valet 4
...
This commit ensures that PHP Monitor knows about which versions of
PHP are supported by the upcoming Valet 4.0: PHP 7.1 and higher.
Ensures compatibility with https://github.com/laravel/valet/pull/1318
2023-01-19 17:30:21 +01:00
2d59b8c6e8
👌 Improve onboarding
2023-01-18 20:42:24 +01:00
450d7ec001
👌 Fixed onboarding for initial launch
2023-01-18 20:27:02 +01:00
b6b1174ca3
👌 More compact ServicesView
2023-01-18 19:56:54 +01:00
e509f6b59d
📝 TL QC Pass 1
2023-01-18 19:22:45 +01:00
6014320441
📝 Update information about supported PHP versions
2023-01-18 19:18:25 +01:00
a0d80423e9
📝 Update documentation
...
* Updated README
* Updated SECURITY
* Revert the minimum Valet version to v2.16
2023-01-18 19:10:43 +01:00
35b19efc3e
👌 Use specific theme colors for services status
2023-01-17 18:05:22 +01:00
9a175e7291
🔧 Bump build for new pre-release build
v5.7b3
2023-01-16 21:10:58 +01:00