Skip to content

Releases: Crilum/update

v1.3.5

08 Jun 00:10
4c9e795
Compare
Choose a tag to compare

What's Changed

  • deb now has all dependencies
  • Install also adds the up command; for faster updating!
  • Version fixed
  • Fixed bug - update -u would check for an update in the background before actually checking for an update
  • General formatting changes/fixes

Full Changelog: v1.3.4...v1.3.5

v1.3.4

07 Jun 23:25
Compare
Choose a tag to compare

What's Changed

  • remove debs folder by @ryanfortner in #13
  • rename Imgs folder to images by @ryanfortner in #14
  • Set status of Pi-Apps updates, so Pi-Apps doesn't say there are updates, when there aren't.

Full Changelog: v1.3.3...v1.3.4

1.3.3 - more bugfixes

20 May 07:46
Compare
Choose a tag to compare

So, don't use the RPM, it's currently broken..

1.3.2 - Important bugfixes

20 May 06:10
7b17a75
Compare
Choose a tag to compare

In 1.3.1 I accidentally broke update. This release fixes it.

Full Changelog: v1.3.1...v1.3.2

1.3.1

20 May 05:57
ca5f1a1
Compare
Choose a tag to compare

Changes in this Release:

  • Added a unified install script that can install on any Linux/MacOS system.
    • Added RPM packages to releases - These are generated using alien, if there are any errors installing, please create a new issue.
  • Fixed Bugs in manual install instructions.
  • Updated README

Full Changelog: v1.3.0...v1.3.1

1.3.0

17 Apr 01:49
Compare
Choose a tag to compare

Things changed:

  • DNF Package Manager support added - Thanks for suggesting this, @CleanMachine1!
  • Updated upd_pacman() to use sudo pacman -Syu instead of sudo pacman -Syyu - Thanks @CleanMachine1!
  • Added sudo compatibility
  • Added --no-grep-args flag
  • Updated and simplified help()
  • Small bugfixes

Issues resolved:

Full Changelog: v1.2.2...v1.3.0

1.2.2

02 Apr 07:47
Compare
Choose a tag to compare

I forgot to bump the version in the script, so self-update thought there was always an update.
I also changed a few things in the install scripts.

Full Changelog: v1.2.1...v1.2.2

1.2.1 - little bugfix

02 Apr 07:12
Compare
Choose a tag to compare
  • Fixed help saying that you just run update, and it will update apt packages.
  • Added [packages] tags to flags/args that can update user specified packages.

Full Changelog: v1.2.0...v1.2.1

1.2.0

02 Apr 06:47
Compare
Choose a tag to compare

Features

  • This release is a total rework of the way this script is executed, with each package system having its own function.
  • I've updated the self-update system, it's a lot better now, including a note in the help, if there is an update (for the update script) available.

Full Changelog: v1.1.1...v1.2.0

v1.1.1

29 Nov 18:29
ef5270f
Compare
Choose a tag to compare

First release of update, because we started making debs! Lots of thanks to @ryanfortner for helping with the workflows!