Login  Register

[ANN] Launchpad v3.0.0 [v3.0.0] released!

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

[ANN] Launchpad v3.0.0 [v3.0.0] released!

Buenos Aires Smalltalk
45 posts

Launchpad, the entrypoint for your Pharo application reached it's v3.0.0 version.

Breaking Changes

  • Handlers must now subclass LaunchpadCommandLineHandler instead of ApplicationStarterCommandLineHandler
  • Pharo 6.1 is no longer supported

Non breaking changes

  • PR #7 Fix --suspend-ui flag when the image is already headless
  • Added Pharo 8 to the build matrix
  • Use GitHubActions and CodeCov

Regards,

The Buenos Aires Smalltalk team

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: [ANN] Launchpad v3.0.0 [v3.0.0] released!

hernanmd
1675 posts
Hi guys,

First thank you for sharing this. Seems to be very useful.
I found the Example Handler is missing in the How To:

Should I look somewhere else?

Cheers,

Hernán

El lun., 29 jun. 2020 a las 14:16, Buenos Aires Smalltalk (<[hidden email]>) escribió:

Launchpad, the entrypoint for your Pharo application reached it's v3.0.0 version.

Breaking Changes

  • Handlers must now subclass LaunchpadCommandLineHandler instead of ApplicationStarterCommandLineHandler
  • Pharo 6.1 is no longer supported

Non breaking changes

  • PR #7 Fix --suspend-ui flag when the image is already headless
  • Added Pharo 8 to the build matrix
  • Use GitHubActions and CodeCov

Regards,

The Buenos Aires Smalltalk team

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: [ANN] Launchpad v3.0.0 [v3.0.0] released!

gcotelli
300 posts
I've fixed the links. Thanks for reporting Hernan. We renamed the class and forgot to update the docs.

Should be fixed now.



On Tue, Jun 30, 2020 at 6:28 PM Hernán Morales Durand <[hidden email]> wrote:
Hi guys,

First thank you for sharing this. Seems to be very useful.
I found the Example Handler is missing in the How To:

Should I look somewhere else?

Cheers,

Hernán

El lun., 29 jun. 2020 a las 14:16, Buenos Aires Smalltalk (<[hidden email]>) escribió:

Launchpad, the entrypoint for your Pharo application reached it's v3.0.0 version.

Breaking Changes

  • Handlers must now subclass LaunchpadCommandLineHandler instead of ApplicationStarterCommandLineHandler
  • Pharo 6.1 is no longer supported

Non breaking changes

  • PR #7 Fix --suspend-ui flag when the image is already headless
  • Added Pharo 8 to the build matrix
  • Use GitHubActions and CodeCov

Regards,

The Buenos Aires Smalltalk team