Releases: pharo-project/pharo-launcher
3.4.1
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
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
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
You can still use them but the prefered way is to download signed and notarized installers from https://pharo.org/download
0.1
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
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
You can still use them but the prefered way is to download signed and notarized installers from https://pharo.org/download
3.1.1
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
Pharo Launcher 3.0
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:
Pharo Launcher 2.3
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