Skip to content

Galacteek 0.5.5

Pre-release
Pre-release
Compare
Choose a tag to compare

Galacteek 0.5.5 prerelease

Release log

Added

  • Add a way to define datasets in the pronto config
  • Add a console script: rdfifier (converts YAML-LD to RDF)
  • MFS model: add an API to trigger UnixFS listing from external
    agents (like a QML dapp)
  • ipfs dweb channel: Add API for remote pinning

Changed

  • Allow file:// URLs to be passed from QML code
  • CI: distribute wheel
  • httpFetch returns a Path and sha512 checksum
  • Set SSL_CERT_FILE from certifi for dmg and AppImage
  • IPFSOperator: isPinned() can receive a pin type argument

Using the AppImage

After downloading the AppImage, make it executable and then run it:

chmod +x Galacteek-0.5.5-x86_64.AppImage
./Galacteek-0.5.5-x86_64.AppImage

The AppImage does not bundle libstdc++. If you use a Linux system with an old libstdc++ and cannot run the AppImage, please open an issue.

Be sure to install all the gstreamer packages to be able to use the mediaplayer.

Trouble with running the AppImage ? Check the wiki or file an issue

Using the DMG image

After opening/mounting the DMG image, hold Control and click on the galacteek icon, select Open and then accept. You probably need to allow the system to install applications from anywhere in the security settings.