Skip to content

Releases: pharo-project/pharo-launcher

3.4.1

04 Jun 07:56
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

3.4

28 May 07:25
Compare
Choose a tag to compare
3.4

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.3

19 Feb 08:18
Compare
Choose a tag to compare

Changelog

Pharo Launcher now uses Pharo 12 and its updated Spec version!
The source code has also been migrated to Tonel v3.

Improvements:

  • move to Pharo 12
  • update presenters to Pharo 12 Spec version
  • add display scale factor setting (thanks to @Rinzwind)
  • add world renderer canvas scale setting (thanks to @Rinzwind)
  • use last versions of github actions
  • update CI workflow to use the new App signature service
  • enhance tests (reliability, packaging)

Bug fixes:

  • Documentation points to outdated Jenkins #700 (thanks to @astares)
  • Allow to launch an image from disk when no version file found

⚠️ 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

0.1

13 Jan 14:15
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

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.2

24 May 10:23
Compare
Choose a tag to compare

Changelog

Pharo Launcher now comes with a command-line version that you can use from a terminal!
You can check the documentation of commands at https://pharo-project.github.io/pharo-launcher/commands-cmd-line/ as well as instructions to make pharo-launcher available on command line: https://pharo-project.github.io/pharo-launcher/installation/.
This nice feature is now available thanks to the contributions of Axel Marlard, David Bajger and I as well as the support of Damien Pollet for the Clap library.

New features:

  • Command Line support

    • all commands available in the UI version of Pharo Launcher are supported
    • new commands
      • create an image from a Pull Request number (from Pharo repository)
      • create an image from a build number, a SHA
      • create an image and import your code from a repository
      • share easily an image (zip file with the Pharo image, the VM to run it and a launch script)
      • find easily the Pharo version where a bug was introduced with image bisect algorithm
      • launch an image with a script
      • list running Pharo processes
  • When creating an image, the image is now launched automatically

  • CI moved to Github Actions

Improvements:

  • Better Mac Os system menu
  • Do not try to guess anymore the version of a Pharo image if information not available but rather ask the user
  • When deleting more than 1 image at a time the message is not clear #594

Bug fixes:

  • Pharo 12.0 build list incomplete #667
  • Use "Show" when no image is downloaded yet gives error #570 (thanks to @astares)
  • Development mode does not close pharoLauncher application #548
  • Using "Show in folder" gives DNU #568 (thanks to @astares)
  • Launcher cannot launch Pharo-4.0 image #585

⚠️ 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

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