Skip to content

Releases: BjornDCode/serve

0.4.2

26 Nov 21:33
7462799
Compare
Choose a tag to compare
  • PHP 8 Release Candidate 3 support

0.4.1

23 Nov 08:30
a0249e1
Compare
Choose a tag to compare
  • Fix issue where some DB environment variables weren't updated on import
  • Fix issue where year wasn't show in logs

0.4.0

19 Nov 10:06
d5beb6e
Compare
Choose a tag to compare
  • Add logs screen
  • Add actions screen in import flow
  • Add simple analytics

0.3.1

05 Nov 15:25
757070d
Compare
Choose a tag to compare
  • Add Serve logo
  • Remove 7.2 from PHP selector
  • Split import flow into small steps
  • Fix import issue with projects without a .env file
  • Add support for cloning repositories in the import flow

0.3.0

25 Oct 10:05
95660c2
Compare
Choose a tag to compare

Revamped the app menu
Added a command palette
Added keyboard shortcuts for common actions
Fix bug where all select menus would open when pressing 'Enter'

0.2.0

05 Oct 15:32
c24df42
Compare
Choose a tag to compare
  • Save prefered editor when changing it in quick actions
  • Add folder, browser, terminal, and database quick actions
  • Order projects by last usage
  • Automatically install predis when creating new projects
  • Automatically update .env
  • Add CLI tool to run commands inside containers

0.1.1

28 Sep 08:16
b6d11ac
Compare
Choose a tag to compare
  • FIx issue where changing database type in project settings wouldn't automatically update the version to one available for that database type
  • Fix issue where it attempted to read serve.toml while projects were being created
  • Notify users when updating

0.1.0

24 Sep 14:33
Compare
Choose a tag to compare

First release of Serve, includes:

  • Creating / Importing Laravel projects
  • Running projects in a Docker environment