d3a4f2091c
🚀 Version 3.1
...
* develop:
📝 Tweak error message string
🔧 Bump build version
🐛 Handle `valet` install in `/opt/homebrew/bin`
👌 Cleanup
📝 Updated README
🔧 Determine default shell based on macOS version
✅ Added tests
🚚 Moved files around
📝 Update copyright information
v3.1
2021-03-12 09:54:40 +01:00
c7dc17dded
📝 Tweak error message string
2021-03-12 09:54:12 +01:00
d70f8627bb
🔧 Bump build version
2021-03-12 09:50:29 +01:00
7661f4643d
🐛 Handle valet
install in /opt/homebrew/bin
2021-03-12 09:46:38 +01:00
11d74277e5
👌 Cleanup
2021-02-19 18:59:39 +01:00
e4096ab662
📝 Updated README
2021-02-19 17:35:48 +01:00
d367f1f353
🔧 Determine default shell based on macOS version
...
This fixes #21 (fixes the issue on Mojave) and closes #22 since the min
SDK does not need to be bumped.
2021-02-19 17:28:57 +01:00
79fbdef41b
✅ Added tests
2021-02-14 22:54:45 +01:00
37ede7e2a3
🚚 Moved files around
2021-02-14 22:54:38 +01:00
80eabe3bf3
📝 Update copyright information
2021-02-12 10:00:25 +01:00
aa07a42d8f
🚀 Version 3.0
...
* develop: (29 commits)
🔧 Bump version for release
👌 All methods are internal by default
📝 Move all FAQ to README
📝 Reorganized document
📝 Updated quick troubleshooting
📝 New screenshot
🔧 Bump build version
🎨 Use Self to refer to current type
✨ Improved byte value parsing
📝 Updated SECURITY
📝 Updated README, new screenshot
🔧 Bump build version
🚚 Move files around
🔥 Crash if the view is unavailable
🎨 Fix threading issue
✨ Completed new design for v3.0
✨ Tweak custom views
✨ Custom views
🎨 Updated localization, cleanup
🔥 Cleanup
...
v3.0
2021-02-12 09:47:28 +01:00
b6b3a9a74c
🔧 Bump version for release
2021-02-12 09:38:09 +01:00
ec4371e6da
👌 All methods are internal by default
2021-02-10 16:35:23 +01:00
c7a92d502f
📝 Move all FAQ to README
2021-02-07 11:52:53 +01:00
172a38e459
📝 Reorganized document
2021-02-05 10:59:55 +01:00
d18e8298b6
📝 Updated quick troubleshooting
2021-02-05 10:54:09 +01:00
df325474c6
📝 New screenshot
2021-02-05 10:27:34 +01:00
60278d7817
🔧 Bump build version
2021-02-05 10:11:15 +01:00
9e8117d31f
🎨 Use Self to refer to current type
2021-02-05 10:07:48 +01:00
3d042b24ed
✨ Improved byte value parsing
2021-02-05 09:56:02 +01:00
fcf3483dd0
📝 Updated SECURITY
2021-02-04 22:35:37 +01:00
3db333dd77
📝 Updated README, new screenshot
2021-02-04 22:32:46 +01:00
b0f0fd8c6b
🔧 Bump build version
2021-02-04 22:09:36 +01:00
69755cd8cc
🚚 Move files around
2021-02-04 22:07:09 +01:00
6b2fa0c605
🔥 Crash if the view is unavailable
2021-02-04 22:04:29 +01:00
dd41b5a1e0
🎨 Fix threading issue
2021-02-04 22:00:58 +01:00
a3fe09ed8a
✨ Completed new design for v3.0
2021-02-04 21:41:36 +01:00
ad81c4a3db
✨ Tweak custom views
2021-02-04 21:27:52 +01:00
572b0f69dd
✨ Custom views
2021-02-04 21:23:41 +01:00
c1b80552a0
🎨 Updated localization, cleanup
2021-02-03 22:09:53 +01:00
0493f61dc8
🔥 Cleanup
2021-02-03 19:39:49 +01:00
9824ed2b83
✨ Load certain info from ini files
2021-02-03 18:01:25 +01:00
3e0a16cc73
📝 Document extension detection & toggling
2021-01-31 23:06:57 +01:00
5a50e7fdab
✨ Allow toggling of PHP extensions in php.ini
2021-01-31 22:50:39 +01:00
1dc85a4d48
🔧 Bump version and build
2021-01-29 20:48:49 +01:00
85ef3ff067
♻️ Paths now uses static variables instead of methods
2021-01-29 20:39:55 +01:00
2958378411
♻️ Add static methods to Shell
2021-01-29 20:36:33 +01:00
3a2cd3bff6
♻️ Rework file checks & replacement into separate methods
2021-01-29 20:32:12 +01:00
fbe791902c
🎨 Update copyright, minor bracket cleanup
2021-01-29 20:08:27 +01:00
77f4de8ca9
🎨 Cleanup code
2021-01-29 19:57:13 +01:00
0f6e47a594
📝 Added build instructions
2021-01-09 13:46:45 +01:00
7408da2a91
♻️ Assets now available as SVG
2021-01-09 13:38:32 +01:00
12a66f3467
📝 Updated Homebrew instructions
2021-01-06 18:09:16 +01:00
d3615138dd
🚀 Version 2.6
...
* develop:
📝 Updated quick troubleshooting
📝 Updated documentation
📝 Updated SECURITY
📝 Updated README
✨ New build number, updated shortcut keys
🌐 Add info about `valet install` when running force reload
✨ Fix my PHP should also restart dnsmasq
✨ Add menu item to restart dnsmasq
🔧 Bump build number
♻️ Cleanup, updated README (#20 )
♻️ Refactoring, version bump for M1 support (#20 )
✨ Add support for Homebrew in /opt/homebrew (#20 )
👌 Clean up switchToPhpVersion() and fixMyPhp()
👌 Avoid using sender.tag
👌 Improved pipe() method
🌐 Localized startup environment checks
🐛 Perform the phpinfo.html on another thread and show busy
📝 Updated instructions
v2.6
2021-01-06 17:51:29 +01:00
dd27b91527
📝 Updated quick troubleshooting
2021-01-06 17:49:26 +01:00
bc093cc945
📝 Updated documentation
2021-01-06 17:42:09 +01:00
fd46ce6b35
📝 Updated SECURITY
2021-01-06 17:29:24 +01:00
e35acadeaf
📝 Updated README
2021-01-06 17:18:59 +01:00
7b8aab85d6
✨ New build number, updated shortcut keys
...
- Cmd-F now [F]orce reloads
- Cmd-S now restarts all [S]ervices
- Cmd-P now restarts the [P]hp service
- Cmd-D now restarts the [D]nsmasq service
2021-01-01 23:55:37 +01:00
ec59715b3d
🌐 Add info about valet install
when running force reload
2021-01-01 23:49:51 +01:00