Skip to content

Releases: wesbarnett/snap-pac

Release 2.0.1

03 Feb 12:34
2.0.1
ff3bdf1
Compare
Choose a tag to compare

Add example configuration files.

Release 2.0

03 Feb 02:26
2.0
da977e1
Compare
Choose a tag to compare
  • Move configuration to /etc/snap-pac.conf for general settings. (cf. #16) Note that settings names have changed.
  • Move configuration for specific snapper configurations to /etc/snap-pac/config.conf where config is the name of the snapper configuration. For example, the root configuration's settings would be /etc/snap-pac/root.conf. Note that setting names have changed.
  • Add DESC_LIMIT to modify description length of snapper comments.
  • Change default of DESC_LIMIT to 72 characters.
  • Change default of POST_DESCRIPTION to list of packages affected by pacman transaction. (#17)
  • Add LINK_MODULES option to allow symlinking of kernel modules directory when upgrading linux package.
  • Add KERNEL_PACKAGE option to change package when to do symlinking of kernel modules.
  • See manpage for list of all options.

Release 1.1

30 Mar 19:21
1.1
a204858
Compare
Choose a tag to compare
  • Get parent of script call (might not be pacman)
  • Split up some commands so errors are caught
  • Remove unneeded checks (since they are now caught by traps)
  • Update documentation

Release 1.0

01 Mar 13:52
1.0
613a1a3
Compare
Choose a tag to compare
  • Check for utf8 more thoroughly
  • Major code refactoring

Release 0.9

07 Feb 13:43
0.9
d99b2a7
Compare
Choose a tag to compare
  • Code refactoring
  • Use printf instead of echo
  • Truncate long pacman commands
  • Consolidate removal script into main script
  • Warn when pacman isn't being run
  • Documentation updates
  • Use manpage

Release 0.9.beta.2

04 Feb 13:57
0.9.beta.2
83509c2
Compare
Choose a tag to compare
Release 0.9.beta.2 Pre-release
Pre-release
  • Documentation updates
  • Use man pages

0.9.beta.1

03 Feb 20:00
0.9.beta.1
f2a7e7b
Compare
Choose a tag to compare
0.9.beta.1 Pre-release
Pre-release
Release 0.9.beta.1

Release 0.9.beta.0

03 Feb 17:11
0.9.beta.0
70859e8
Compare
Choose a tag to compare
Release 0.9.beta.0 Pre-release
Pre-release
  • Code refactoring
  • Use printf instead of echo
  • Truncate long pacman commands
  • Consolidate removal script into main script
  • Warn when pacman isn't being run

Release 0.8.2

31 Oct 01:28
Compare
Choose a tag to compare

Minor documentation changes. Check for UTF-8 in order to use checkmark character.

Release 0.8.1

09 Sep 14:08
Compare
Choose a tag to compare

Use "done" instead of checkmark character in virtual consoles.