Skip to content

Releases: wesbarnett/snap-pac

Release 3.0.1

16 May 23:36
3.0.1
6cfaa46
Compare
Choose a tag to compare
  • Update for new version of sphinx
  • Install config file directly to /etc/snap-pac.ini

Release 3.0

09 May 21:11
3.0
fad8cd6
Compare
Choose a tag to compare

Final release for version 3.0.

  • Renamed hooks (#45). Note the name change if you depend on user-written hooks to be executed before or after the pre hook.

This release includes all changes lists in 3.0 beta 1 and 3.0 beta 0. Note specifically the changes to the configuration file if you have created one. Your existing configuration file will no longer be used.

Release 3.0 beta 1

25 Apr 16:07
2f39f46
Compare
Choose a tag to compare
Release 3.0 beta 1 Pre-release
Pre-release

This is a beta release.

In addition to 3.0 beta 0 changes:

  • Fix error when installing snap-pac for first time. snap-pac would install successfully still but the error would be confusing to users. Just take a single snapshot in that case since pre number is not available.

Release 3.0 beta 0

28 Mar 13:25
3.0.beta0
ea778aa
Compare
Choose a tag to compare
Release 3.0 beta 0 Pre-release
Pre-release

This is a beta release.

  • Rewrite of script to Python (#39). Includes unit tests, updated documentation, and Github actions to automate those. This is a breaking change when it comes to users who have set up configuration files. Previously each snapper configuration would require its own snap-pac configuration file. Now these are all combined into a single configuration file located at /etc/snap-pac.ini with each snapper configuration having its own section. See the configuration section of the documentation for more information.
  • Adds a couple of new options for the configuration files including important_packages and important_commands. Both of these should be arrays of strings. These are used to specify when the important=yes userdata is added to a snapshot. Resolves #38. See the configuration section of the documentation for more information.
  • Additional userdata can now be added by using the userdata configuration option. This is an array of strings, with each string containing key-value pairs. See the configuration section of the documentation for more information.

Release 2.3.3

30 Jan 13:33
1ff1f66
Compare
Choose a tag to compare

Fix Makefile to reflect rename of README to README.md (#37)

Release 2.3.2

30 Jan 01:59
0bd23ed
Compare
Choose a tag to compare
  • Remove unused variables from example configuration (#34)
  • Update manpage to mention snapper filters

Release 2.3.1

09 Mar 18:25
2.3.1
a2ba2aa
Compare
Choose a tag to compare

Fix bash test error.

Release 2.3

08 Mar 19:27
2.3
905ed72
Compare
Choose a tag to compare

Fix issues when in chroot (#23 and #25).

Release 2.2

07 Mar 22:19
2.2
d97065a
Compare
Choose a tag to compare
  • Remove functionality that symlinked kernel modules and document how to implement this in a pacman hook. (#22 and #24)
  • Fix documentation of SNAP_PAC_SKIP. (#26)

Release 2.1

29 Mar 10:38
2.1
42f12d2
Compare
Choose a tag to compare
  • Add SNAP_PAC_SKIP environment variable.
  • Don't print when broken module symlinks are removed.