Skip to content

Releases: Pandademic/cello

v 5.0 overhaul

20 Nov 21:10
13180a4
Compare
Choose a tag to compare

This is a OVERHAUL of what was formerly known as "Latte". Due to possible confusion with latte-dock(KDE) , The project has been renamed to cello. The new feature is called Trays. Essentially Scoops buckets , they are GitHub public repo's with a collection of INI files in them. Another new feature is Better Logic , checking if package exist and erroring if the URL is invalid. Additionally, More archive formats are being sent with the release.

PR'S since 0.4.0

Full Changelog: v0.4.0...v0.5.0-OVERHAUL

V0.4.0 - COLORS!

08 Oct 17:54
f80c0e7
Compare
Choose a tag to compare

Kinda small , just colors for results and bugfixes.

Tiny changelog

Full Changelog: v0.3.1...v0.4.0
PRODUCTION FILE SIZE:1.17KB
README SIZE:3KB
PRODUCTION ZIP SIZE:4.13KB

v0.3.1 - Improve package file readability for installers. - Minor Change

19 Sep 17:29
ea456ec
Compare
Choose a tag to compare

This change changes the latte file(now 1.08kb ) to read the package file based on the new specs. No prior version is usable anymore

v0.3.0- Full windows support

15 Sep 21:56
5c75d17
Compare
Choose a tag to compare

release info

this is a small release. This release just migrates wget to curl. Since wget is unavailable on windows and curl is as long as you are using version 1803 or later of Windows 10, you should be good .If not this excellent doc
Can help.

RELEASE SIZE

=====
production file size - 1.19kb
production zip size - 3.76kb

v0.2.0 - Install with command

11 Sep 17:40
4e3cf3f
Compare
Choose a tag to compare

ADDED SUPPPORT TO DOWNLOAD USING A COMMAND

==============
for example running latte install brew will run the brew install command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

this works for any package that uses

Zip= false
InstallCommand='echo "your install command here"'

a good example is brew.ini in the packages folder
this is so that certain things can be installed properly.

OVERALL SIZE

===========
3.79kb

V0.2.0 - ADD INSTALL COMMAND - DEV RELEASE

09 Sep 20:29
7294e5b
Compare
Choose a tag to compare
Merge pull request #17 from Pandademic/cure-15

close #15 
prepare to release v0.2.0
[CHORE:]copy to production

v0.2.0 - download now includes setup for certain packages!

01 Sep 13:39
Compare
Choose a tag to compare

ADDED SUPPPORT TO DOWNLOAD USING A COMMAND

==============
for example running latte install brew will run the brew install command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

this works for any package that uses

Zip= false
InstallCommand='echo "your install command here"'

a good example is brew.ini in the packages folder
this is so that certain things can be installed properly.

ADDDED -SOURCE PACKAGES TO DOWNLOAD ZIP RELEASE

======================
this will soon be converted to use git for -source packages.

OVERALL SIZE

===========
4KB
**THIS IS A PRE RELEASE DUE TO #15 **

Bear Minimum!

22 Aug 17:06
9d9a373
Compare
Choose a tag to compare
  1. production ready release
    try doing latte install brew to try it out.
    More packages are coming!

v0.0.2

22 Aug 14:42
439e5ee
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Not ready for production just ready to get a package file. On schedule to get ready for v 0.1.0 with everything set to dowload.thinking of calling it Bear minmum

v0.0.1-alpha

28 Jul 17:17
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

This release lets you download any Image with a url but you need to edit the main.rb file at the last line edit the empty quotes and put in your url. Then run ruby main.rb. It will found in cups/WithUrl/ .