Skip to content

Releases: tmdh/laravel-kit

v2.0.8

14 Feb 18:43
Compare
Choose a tag to compare

Fix issue #47.

v2.0.7

04 Oct 18:59
Compare
Choose a tag to compare

New features:

Bug fixes:

  • Fixed Tinker editor text selection
  • Fixed Ubuntu release
  • Fixed Tinker for Windows (#35)
  • Fixed submenus that should be enabled only when a project is open
  • Added native Apple Silicon release for macOS (#43)
  • Ported to Vue 3 and Vite
  • Updated electron

Donation

https://ko-fi.com/tareque

v2.0.6

23 Jan 12:16
Compare
Choose a tag to compare

This is hotfix of v2.0.5.

New Features:

  • Auto Tinker: Check the Auto tinker checkbox to automatically execute while typing code (thanks @evaleries )
  • Add ability to comment in Tinker (#28)
  • New Tinker implementation: This improves Tinker output and shows errors. It also runs cross platform.
  • Press Ctrl+T to tinker immediately.

Bug Fixes:

  • Fix window responsiveness
  • Fix route:list for Laravel 8
  • Fix icon for Linux (#21)
  • Fix tinker for macOS (#24) and Linux.

Please report any bugs that you encounter.

Still working on better electron performance.

Consider donating.

v2.0.5

21 Jan 10:55
Compare
Choose a tag to compare

Tinker seems to be broken at the moment. Hot update will be released soon after further testing.

New Features:

  • Auto Tinker: Check the Auto tinker checkbox to automatically execute while typing code (thanks @evaleries )
  • Add ability to comment in Tinker (#28)
  • New Tinker implementation: This improves Tinker output and shows errors. It also runs cross platform.

Bug Fixes:

  • Fix window responsiveness
  • Fix route:list for Laravel 8
  • Fix icon for Linux (#21)
  • Fix tinker for macOS (#24) and Linux.

Please report any bugs that you encounter.

Still working on better electron performance.

Consider donating.

v2.0.4

16 May 22:37
Compare
Choose a tag to compare
  • You can get the dark theme for free.
  • Artisan view is now more responsive.
  • Top bar buttons now with icons.
  • Changed license to GPLV2.

v2.0.3

24 Apr 00:07
Compare
Choose a tag to compare
  • Fix macOS crash (#24)

v2.0.2

26 Mar 14:37
Compare
Choose a tag to compare
  • You can choose your php executable to execute artisan commands #19
  • Fixes icon for Linux #21
  • You can zoom in or out #23
  • Added deb release
  • Performance and minor bug fixes
    macOS version may not work, install 2.0.1 instead.

v2.0.1

07 Mar 12:39
Compare
Choose a tag to compare
  • Fix env.PATH for macOS (#15)
  • Add Show JSON as table option for php artisan route:list --json

v2.0.0

25 Feb 23:12
ae558a1
Compare
Choose a tag to compare

Announcing Laravel Kit v2

See features in README.md

v1.2.4

01 Aug 05:31
92d49a6
Compare
Choose a tag to compare
  • Fix showDialogError in index.js #11