Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.1
    New release v1.1
    
    Features
    ========
    
    - Use i18n instead of my own translation lib
    - Improve packaged Dockerfile and docker jail behavior
    
    Fixes
    =====
    
    - Avoid an Org mode crash due to .editorconfig misconfig
    
    Others
    ======
    
    - Rename the whole project QuackAur to avoid collision
    - Bump target ruby and fix more rubocop issues
    
  • v1.0
    ac30b5da · Merge branch 'v1.0-dev' ·
    New release v1.0
    ================
    
    Rewrite the whole thing in ruby.
    
  • v0.13
    7bbe1b17 · Merge branch 'v0.13-dev' ·
    New release v0.13
    
    - Improve Dockerfile handling
    
  • v0.12
    26e0f24e · Merge branch 'v0.12-dev' ·
    New release v0.12
    
    Fixes
    =====
    
    - Work around fakeroot taking too much time in docker
    
  • v0.11
    0fe8ef8d · Merge branch 'v0.11-dev' ·
    New release v0.11
    
    Features
    ========
    
    - Remove final dots to ease copy/paste of information
    - Improve reliability with type assertion
    - Add a name to used containers
    
    Fixes
    =====
    
    - Display colors again for paccache output
    
    Others
    ======
    
    - Modernize subprocess call
    - Homogeneize error messages format
    - Improve build Dockerfile
    
  • v0.10
    84dd0a0c · Merge branch 'v0.10-dev' ·
    New release v0.10
    
    Feature
    =======
    
    - Switch to gandi as best mirrors in Dockerfile
    - Add a clean target in Makefile
    - Improve reliability with type assertion
    - Remove final dot in two sentences to ease copy/pasting path
    - Improve language management in Makefile
    
  • v0.9
    afeb2c49 · Merge branch 'v0.9-dev' ·
    New release v0.9
    
    Fixes
    =====
    
    - Remove php extension from AUR RPC API endpoint
    
    Other
    =====
    
    - Add a github specific FUNDING.yml file
    
  • v0.8
    New release v0.8
    
    Feature
    =======
    
    - Avoid duplicate lines in roadmap.sh
    - Add a new quick way to provide hard to discover dependencies
    - Improve a lot depencies handling
    - Only present new packages to the user
    
    Fixes
    =====
    
    - Use glob.glob instead of an ugly loop over listdir
    - Change Docker Hub name for Archlinux base image
    - Remove locale files in Makefile uninstall target
    
    Documentation
    =============
    
    - Update the README and CONTRIBUTING files
    
  • v0.7
    New release v0.7
    
    Feature
    -------
    
    - Modernize docker commands and related functions
    - Automatically remove docker container after use
    
    Fix
    ---
    
    - Support new archlinux package extension (tar.zst)
    
    Other
    -----
    
    - Remove volume declaration from Dockerfile
    - Improve some badly named variables
    
  • v0.6
    New release v0.6
    
    Stabilization and performance release
    
  • v0.5
    New release v0.5
    
    New features
    ------------
    
    - Use Docker as default way to jail package building and improve Docker
      behavior
    - Improve sudo wrapper to avoid blocking already authorized command in
      sudoers
    - Improve dependencies handling
    
    Fixes
    -----
    
    - Fix --force option by removing --needed pacman flag
    - Avoid a crash during temp dir deletion
    
  • v0.4
    8f8c3f18 · chore: Bump version ·
    New release v0.4
    
    Changes:
    
    - Allow packages to be built in a chroot
    - Wrap sudo call to avoid time outs
    - Add spanish and update norwegian translation
    - Add a --force mode
    
    ... and more
    
  • v0.3
    New release v0.3
    
    Changes:
    
    - Support split packages
    - Save built package in cache and avoid to rebuild them if already
      there
    - Add a dry-run option
    
    Fixes:
    
    A lot of things.
    
  • v0.2
    5d9b871e · Expose all mirrors ·