c05cdeda72
👌 Offer to switch back to prev version ( #141 )
2022-02-20 15:12:30 +01:00
ae7b285eb0
🐛 Fix delay due to use of async
2022-02-20 14:26:56 +01:00
6b3c562af2
🐛 Fixes full PHP version ( #142 )
2022-02-20 13:48:37 +01:00
e3ae878cae
👌 Various alerts updated
2022-02-18 22:01:05 +01:00
dd43c94e6e
👌 Handle errors
2022-02-18 20:38:40 +01:00
0e8fe1fcfb
👌 Updated all environment alerts
2022-02-18 20:13:43 +01:00
293b7f564e
🏗 Rearrange button order
2022-02-17 19:45:56 +01:00
634ffb4c57
🏗 Preparing for additional refactoring
2022-02-17 19:23:23 +01:00
9468a2e9f8
🚩 Break compilation
...
Now missing labels will come up as Compiler Errors. This, along with the
deprecations in the previous alert should allow me to replace all the
alerts everywhere.
2022-02-17 19:21:03 +01:00
921ecd99d6
👌 Improve BetterAlert performance notices
2022-02-17 19:19:02 +01:00
d06f92051d
👌 Improved alert for sponsor encouragement
2022-02-17 19:07:20 +01:00
97d68f89f1
👌 Animate custom modal, fix constraints
2022-02-17 18:43:48 +01:00
115863f1ee
👌 Improve initial alert
2022-02-17 09:59:50 +01:00
bc27a4d25a
👌 Cleanup
2022-02-17 00:14:40 +01:00
5a0b2f319b
👌 Use BetterAlert API
2022-02-16 23:51:06 +01:00
50f003a2bd
✨ New notice alert API
2022-02-16 22:42:43 +01:00
bc0b50f5bf
👌 Fixed UI and added new notice view
2022-02-16 21:11:33 +01:00
dd20b25900
📝 Add issue templates
2022-02-14 13:56:01 +01:00
d0469467ac
📝 Add issue templates ( #138 )
2022-02-14 13:55:16 +01:00
61427ec505
👌 Cleanup App.busy -> PhpEnv.shared.isBusy
2022-02-12 15:08:00 +01:00
6cd1d78572
👌 Tweak logger verbosity
2022-02-12 14:58:49 +01:00
0ad5049785
✨ Add separator
to Log
2022-02-12 14:52:10 +01:00
b5c1960260
👌 Async / await support for loading services
2022-02-12 14:47:29 +01:00
e6fbe7c4a4
👀 First attempt at using async code in Swift
2022-02-12 13:17:17 +01:00
537536d443
👌 Improve initial logging during startup
2022-02-11 23:51:58 +01:00
f702d14749
👌 Move check list to bottom
2022-02-11 23:39:43 +01:00
74bb544f3c
♻️ Refactor (part 2)
2022-02-11 23:37:44 +01:00
dae47e3779
♻️ Refactor startup procedure
2022-02-11 23:24:38 +01:00
dc91d0e00c
👌 Path based on architecture ( #134 )
2022-02-11 18:58:07 +01:00
6187eb3e4e
👌 Communicate why Fix My Valet is disabled ( #135 )
...
A quick 5-minute fix.
As raised in #135 , it is not super obvious why Fix My Valet might be
disabled. From now on, Fix My Valet is now always enabled, but it might
throw up an alert if the required formula is missing.
2022-02-11 14:19:52 +01:00
0fa6d337f2
👌 Wrote down some notes during Deep Dive
2022-02-09 22:53:37 +01:00
a10e1cad11
🔥 Remove RELEASE.md (and move it to DEVELOPER.md)
2022-02-09 21:49:30 +01:00
7c252deede
📝 Update version to not specify minor version
2022-02-09 21:38:40 +01:00
224c5c4fe2
📝 Fix developers doc link ( #133 )
2022-02-09 21:33:38 +01:00
e945b5fe94
👌 Add version
to PhpSwitcherDelegate
2022-02-09 21:32:55 +01:00
23e534c5c9
📝 Fix developers doc link ( #133 )
2022-02-09 21:31:50 +01:00
dcddf74830
🔧 New dev build
2022-02-08 23:51:16 +01:00
9baf69394e
🚩 Re-enabled "Restore Homebrew Permissions"
2022-02-08 23:50:45 +01:00
2e58bbb5e8
🚀 Version 5.0.1
...
🔀 Merge branch 'dev/5.x'
v5.0.1
2022-02-08 23:40:10 +01:00
bb6abc5e9a
👌 Fix print statements
2022-02-08 23:37:17 +01:00
e4f9d491c3
🔥 Cleanup .afdesign file
2022-02-08 23:29:55 +01:00
1ba7ee37db
👌 Ensure target ownership is OK
2022-02-08 23:20:48 +01:00
34cfbae3a9
👌 Fix inconsistent capitalisation
2022-02-08 23:12:55 +01:00
9fabda545f
♻️ Big Cleanup
2022-02-08 23:07:23 +01:00
7cd50aed7b
🐛 Fix retain cycle due to threading issue
2022-02-08 22:19:32 +01:00
cdc082071d
♻️ Menu item method reordering
2022-02-08 21:52:17 +01:00
d1479672c8
♻️ Rework site list loading UI
...
* 0.2 second delay for smooth UI (minimum)
* > 0.5 second delay for operation = show spinner
2022-02-08 21:51:59 +01:00
ffb112cfb2
🚛 Reorganise Errors structs
2022-02-08 21:26:06 +01:00
f5af33c098
🐛 Correctly parse RC PHP version ( #132 )
...
It'll be a while before a new release candidate is available, but this
bug has now been resolved.
A new `PhpVersionNumber.parse` method has been added which can throw.
The `VersionExtractor` class is now capable of extracting version
numbers from all strings now too, and isn't just used to determine
the Valet version number.
New tests have been added to handle these scenarios.
This commit also removes the phpmon-cli component, which wasn't being
updated or maintained (it was an experiment).
2022-02-08 18:51:16 +01:00
0f464f5814
🔥 Cleanup
2022-02-07 18:00:35 +01:00