Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.3.1
    v0.3.1
    
    introducing crackle sudok, the opposite of crackle sudo
    only link files, if there is symlink yet
    add crackle upgrade
    fix crackle nuke not cleaning up /root/.profile
    update readme and help text
    setup additional repos
    add the tailscale repo in
    clean crackle sudo links
    introducing crackle sudo; make your commands available under `sudo -i command`
    reinstall is just remove and install
    fix regression with desktop files not copying properly
    make crackle also clean up /root/
    make the search for desktop files more silent
    clean desktopfiles, if there are any
    ensure sudo asks for password at least once
    only invalidate sudo cached credentials for the current session
    don't touch the /root directory, if the pkg didn't have any symlinks there....
    don't try to silence the sudo runs
    fix regressions and improve linking
    fix regression with crackle crack
    properly remove desktop files and their icons
    make the icon and desktop func more package specific
    catch dangling symlinks at crackle remove
    improve sudo experience
    add the link to the xdg base directory specification to the readme
    enable sudo -i $cmd by appending root's profile
    update the readme
    
  • v0.3.0
    v0.3.0
    
    add package removal functionality and a way to list installed package
    Revert "convert trusted.gpg.d into symlink"
    silence ln -s
    qrencode no longer needed in submodule, works out of the box now
    update submodule
    implement a general library linking function
    improve verbosity install command
    make use of /root/{.config/.local}
    restructure crackle rootfs to be per package
    clean up xmir remnants
    remove xmir support, tis dead
    refactor check release code
    clean up crackle.conf
    remove redundant bash_completion script
    clean up more transition remnants
    clean up transition remnants
    fix grammar
    set the plan for 0.3.x in stone
    clarify a limitation of setting up the correct env
    improve library linking
    drop support for xenial
    updted submodule bin adb99a6...096b856 (1):
    start fresh, no more need for "transition_crackle"
    convert trusted.gpg.d into symlink
    update cracklebin for focal
    break loop in CI
    fix syntax error
    no need to check path in CI
    fix crackle CI
    check on $CI not on $CLICKABLE
    change order the directories and files are created
    fix crackle for focal
    shelve cracklerc deprecation plans, to 0.3x!
    
  • v0.2.10
    783df2a4 · handle tarball installs ·
    v0.2.10
    
    handle tarball installs
    at -p to mkdir for robustness
    handle tarball downloads
    optimize install script
    update crackle bin git
    
  • v0.2.9.4
    v0.2.9.4
    
    add a install script for gcc
    improve desktop_trunc
    
  • v0.2.9.3
    e81c32b3 · update cracklebin ·
    v0.2.9.3
    
    update cracklebin
    optimize crackle setup for upgrades
    
  • v0.2.9.2
    e4ef6149 · fix more regressions ·
    v0.2.9.2
    
    fix more regressions (thanks Solrac)
    don't talk about files that don't exist
    link trusted apt's gpg keys
    
  • v0.2.9.1
    v0.2.9.1
    
    fix regression with installing packages
    only create/amend ~/.bash_completion on 16.04
    enforce a readonly rootfs only on 16.04
    lay the groundwork for letting crackle work with a readwrite rootfs
    
  • v0.2.9
    dfc3bf75 · update readme ·
    v0.2.9
    
    - take the icons directory symlink into account on nuke
    - link the icons directory to make it discoverable
    - place desktop files in the right directory
    - utilize xdg env vars
    - separate install bins from install libs
    - set PKG_PREFIX in cracklerc
    - fix regression with bash complete
    - fix library loading and updating
    - make the shebang more portable
    - update the readme
    
  • v0.2.8.7
    7d2b3df4 · fixed regression ·
    v0.2.8.7
    
    fixed regression introduced by the submodule check
    
  • v0.2.8.6
    196a9522 · add perl and cowsay ·
    v0.2.8.6
    
    add perl and cowsay
    abort crackle setup if the submodule is missing
    update cracklebin
  • v0.2.8.5
    v0.2.8.5
    
    remove broken symlinks from crackle root
    insert the Exec line above the last line it was truncated to
    update cracklebin
    
  • v0.2.8.4
    v0.2.8.4
    
    install arch_triplet with rorw and remount
    optimize checkpath and checkro to stop installations on rw systems faster
    update cracklebin make more use of the config vars
    
  • v0.2.8.3
    98a84911 · update crackle bin ·
    v0.2.8.3
    
    update crackle bin
    migrate from bin/scripts to lib/crackle
    create a function for installing all the files
    fix pathcheck
  • v0.2.8.2
    34106f6a · fix regressions ·
    v0.2.8.2
    
    fix regressions
  • v0.2.8.1
    v0.2.8.1
    
    install arch_triplet before trying to use it
    don't remove crackle from the home directory if isn't installed yet
  • v0.2.8
    5d71d8b9 · fix syntax error ·
    v0.2.8
    
    update cracklebin
    clean up redundant lines
    fix first install bug
    create a new function pkgsetup to fix local clickable runs
  • v0.2.7.4
    v0.2.7.4
    
    fix regression with linkfunc
    
  • 0.2.7.3 Release: Release 0.2.7.3
    v0.2.7.3
    
    utilize the upstream  desktop file
    account for missing files and directories
    account for manifest.json.in
  • v0.2.7.2 Release: Release v0.2.7.2
    v0.2.7.2
    
    - put click build under the same CI flag uhh variable check
    - add a CI variable to switch config for use in ci
    - move root_check to be a function
    - make sure crackle/crackle click just works out of the box
    - deprecate $TRIPLET in favor of $ARCH_TRIPLET
    - return to root~
    - crackle replaces the build script, get rid of it
    - clickable is already building the click, don't build it too
    - download packages for the correct architecture
    - create the missing directories
    - fetch the package list first
    - don't worry about root in ci
    - consider crackle is not in PATH in the ci
    - configure apt to use the container's config
    - configure apt for running in the ci
    - specify more than one package to package in one click
  • v0.2.7.1 Release: Release v0.2.7.1
    v0.2.7.1
    
    fix errors with build_click