Releases: Pandademic/cello
v 5.0 overhaul
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
- Update uri: 0.10.1 → 0.11.0 (major) by @depfu in #43
- Apply fixes from CodeFactor by @codefactor-io in #45
Full Changelog: v0.4.0...v0.5.0-OVERHAUL
V0.4.0 - COLORS!
Kinda small , just colors for results and bugfixes.
Tiny changelog
- Apply fixes from CodeFactor by @codefactor-io in #40
- Update facter: 4.2.4 → 4.2.5 (patch) by @depfu in #42
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
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
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
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
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!
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!
- production ready release
try doing latte install brew to try it out.
More packages are coming!
v0.0.2
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
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/ .