Skip to content

Releases: pharo-project/pharo-launcher

3.1.1

11 Aug 08:04
Compare
Choose a tag to compare

Warning: Release artefacts below are not signed nor notarized and by consequence, are not recognized as safe by Operating Systems.
You can still use them but the prefered way is to download signed and notarized installers from https://pharo.org/download

Pharo Launcher 3.0.1

26 Apr 13:05
Compare
Choose a tag to compare

Pharo Launcher 3.0.1

Changelog

Bug fixes:

  • #554 UI does not show up on Windows
  • #551 Show folder button is broken in Windows 10
  • #550 About Box shows "untitled Window"
  • #549 Better display of download error messages.
  • #358 Restore proxy authentication settings.

Pharo Launcher 3.0

13 Apr 11:03
Compare
Choose a tag to compare

Pharo Launcher 3.0

Changelog

New features:

  • Full rewrite of the UI using Spec 2 and Pharo 10
  • Pharo Launcher can now run natively on Apple Silicon #544
  • Pharo Launcher is now signed with a Mac Os developper account and notarized #529
  • Windows "portable" package (only an archive without installer) #534

Improvements:

  • While importing image .sources and .version are not moved #543
  • recreate the image does not re apply the script if one is provided #536 (thanks to @hogoww)
  • Save keybind for scripts #545 (thanks to @hogoww and @Inao0)

Bug fixes:

  • GitHub releases artefacts download were not always working #535
  • "Basic launch" does not do its job in Pharo 10 #540
  • Proxy settings not applied through settings screen #541

Pharo Launcher 2.3

12 Jul 15:16
Compare
Choose a tag to compare

Pharo Launcher 2.3

Changelog

New features:

  • Apple M1 SoC detection to run arm64 Pharo VM when applicable
  • Updated VM urls for Pharo 9 and above
  • Squeak and GToolKit support (contributed by Sean DeNigris)

Improvements:

  • More tests on image importation (contributed by M. Abdi)

Bug fixes:

  • restore some missing navigation keys #499

Pharo Launcher v2.2

29 Jun 14:26
Compare
Choose a tag to compare

Pharo Launcher 2.2

Changelog:

Bug fixes:

  • Fix a bug with file locator usage. see 7ec0116

Pharo Launcher v2.1

20 Jul 14:40
3e57ca8
Compare
Choose a tag to compare

Various bug fixes:
https://github.com/pharo-project/pharo-launcher/issues?q=is%3Aissue+is%3Aclosed+closed%3A2020-04-18..2020-07-20

Enhancement:
Use file locators for serialized metadata to ease the move of data

Pharo Launcher v2.0

17 Apr 12:30
Compare
Choose a tag to compare

pharo-launcher

This new version introduces major changes:

  • The UI has been fully rewritten using the new Spec2 framework and the Commander2 library. UI has been revamped to increase usability, especially for newcomers. The main window is now composed of a toolbar and the list of images. The template list is now available when clicking on the new image button.
  • Documentation web site : All Pharo Launcher features are now explained in the new documentation available at https://pharo-project.github.io/pharo-launcher. You can contribute easily by clicking the edit on GitHub button.
  • You can now have many launch configurations for an image (VM to use, vm and image arguments). It means you can use headless Pharo VM from Pharo Launcher.
  • When creating a new image, you can specify an initialisation script that will be run once at the first image launch. It is useful to load your project code in a stock Pharo image for example. See https://pharo-project.github.io/pharo-launcher/create-images/#image-initialization-script
  • You can now define your own template sources in addition to official sources (see https://pharo-project.github.io/pharo-launcher/templates/#create-your-own-list-of-template-categories), including authenticated sources.
  • Improved image metadata. Pharo Launcher now manages all image metadata in a single STON file (including description, Pharo version).

Big thanks to all contributors, including issue reports. It is also the opportunity to thanks Damien Cassou, the original author of Pharo Launcher.

Changelog:
The list of closed issue is too long (68) to be listed but you can browse it here: https://github.com/pharo-project/pharo-launcher/issues?q=is%3Aissue+is%3Aclosed+closed%3A2019-07-09..2020-04-17

Here are some highlights:
New features:

  • Documentation web site
  • Image initialisation script
  • Launch configurations, headless VM support
  • User template file in addition to the official template file
  • Jenkins server template now support pipeline projects
  • Support of private Jenkins server
  • Support of authenticated HTTP server

Improvements:

  • Monitoring of image launch failures to give back the error message (if any)
  • Newly created image is automatically selected in the image list
  • Allow to set image description at creation time
  • Better error management (you will have the choice to ignore them or debug them)
  • Add a poor version column in image list
  • Speedup (especially when image repository has a lot of images)

Bug fixes:

  • Fix use of system unzip on Windows

Pharo Launcher v1.9.2

08 Jul 14:40
Compare
Choose a tag to compare

Bug fixes

  • #342 Cannot open anymore OS folder

Pharo Launcher v1.9.1

06 Jul 13:10
Compare
Choose a tag to compare

This version now uses OSSubprocess (Linux and OS X) and OSWinSubprocess.
This change is first motivated by problems Windows users encoutered when launching images. Also OSSubprocess is now the preferred library to use to fork processes on Linux-based systems.

Pharo Launcher v1.8.1

27 Mar 15:58
Compare
Choose a tag to compare

Bug fixes:

  • #326 Edit image description doesn't update when editing existing description
  • #325 Instance of MacProcess did not understand #waitForCommand:
  • #324 sources file not found for Pharo < 3.0
  • #321 abort process if not responding. Uses TaskIt

Improvements:

  • #239 Mac OS menus display "SqueakOSXApp" instead of "PharoLauncher"
  • #323 Check if pharo-version.st should be updated
  • #322 do not try to run image without preferences if not supported by the image