Skip to content

Releases: portacle/portacle

1.4c

27 Jul 13:34
9e6446d
Compare
Choose a tag to compare
1.4c Pre-release
Pre-release
Minor

Mac OS Signing Attempt

06 Jan 17:21
d22c1a7
Compare
Choose a tag to compare
Pre-release

First attempt at signing and notarising the app (untested). Built on 10.14, lower versions not supported.

Minor Fixes, Emacs & SBCL Upgrade

08 Jan 09:59
8f9d209
Compare
Choose a tag to compare

Changes:

  • Fixed issues in deployment leaving stale files
  • Fixed issue in deployment not including all libnss wrappers
  • Updated SBCL to 2.0.0
  • Updated Emacs to 26.3

Bugfix Release

18 Jul 12:09
9955128
Compare
Choose a tag to compare

Intermediary release to roll out some bugfixes that have been made.

  • FIX: Systems with weird libnss modules like systemd should be stubbed properly now.
  • FIX: Arguments passed to SBCL are properly handled now to separate runtime and toplevel options. This allows setting the desired core size among other things.
  • FIX: Use Emacs' site mechanism to load customisations. This should interfere less with user changes.
  • FIX: On Windows display involving Unicode should no longer be slow as shit.

Version Upgrades, Doom-Modeline, Bugfixes

03 Feb 21:47
0aef4d0
Compare
Choose a tag to compare

Changes in this version:

  • GPG Signing of release archives
  • SBCL bumped to 1.4.16
  • ASDF bumped to 3.3.2
  • AG bumped to 2.2.0
  • Included icon fonts in the distribution
  • Substituted doom-modeline for powerline
  • Fixed several bugs in the elisp configuration
  • Fixed locale configuration leakage leading to crashes on Linux

Archives from here on out are distributed with a GPG signature. The signature is created with the sign key 9F5D99D8BAE57852AD4610028291D87D2FA7E888, which should be retrievable from public keyservers.

Windows Launch Fix

27 Aug 18:18
eb9eef9
Compare
Choose a tag to compare

This fixes the problem with a hanging launcher window on some windows setups.

Emacs Packaging Hotfix

06 Jul 13:20
1d3babe
Compare
Choose a tag to compare

This is a hotfix to remove the issue about missing packages in Emacs. The updated distribution includes newer versions of all elisp packages, as well as a new way to check for the existence of packages that should prevent this problem from occurring in the future. Startup time should also be slightly reduced now.

Changes made:

  • Updated Emacs to 26.1
  • Fixed elisp package installation procedure
  • Removed obsolete elisp packages

Linux Portability Fixes, Included SLY, Usability Improvements

15 May 17:49
51c2034
Compare
Choose a tag to compare

Changes made:

  • Fixed linux portability issues related to locale files
  • Fixed issues related to font registration
  • Fixed portacle-update not updating emacs packages
  • Added Sly as an alternate choice to Slime
  • Added a better initial welcome screen and scratch buffer

Potential fix for locale issues

11 May 09:48
51c2034
Compare
Choose a tag to compare
1.1c

Ship locale (fixes #63, along with portacle/launcher@367e22f)

Potential Fix for Linux NSS Leaks

20 Mar 19:22
73321ca
Compare
Choose a tag to compare
Pre-release
1.1b

Make sure to copy nss stubs. Fixes #68