Releases: TheMilkies/Cate
Releases · TheMilkies/Cate
2.9.6
Cate 2.9.5
2.9.5
Finally, subcate is ready for most things!
also some performance things
Cate 2.9.4
Just some small optimizations! it's also a bit smaller now!
Cate 2.9.3
- Finally fixed the library name bug.
- Fixed the bug where it prints after running the command.
- Added the
-n
flag for "always deny install"
Cate 2.9.2
Cate v2.9.2
New:
- Can now detect some malicious intents (like
rm -rf /
) - Now default catefile is highlighted in list.
- Dry run (
-d
flag)
Cate 2.9.1
New
- You can now use
cc
to refer instead ofcompiler
- Forcefully rebuilding and cleaning will only delete the class's object files, the directory will be unaffected.
Fixes
- It loads the global values by default and doesn't override yours
- Installing now Works.
Cate 2.9
bug fixes and now you can install()
!
Cate 2.8.1
New
- Now you can build multiple targets with a single command!
- You can now make OS-specific targets with Catel!
- Global now also has
smol
andthreading
2.8
Added:
- global
- the option to recurse like
{"this/*.c"}
- the option to recurse over libraries
- automatic file name change for the two library types
Fixed
- clean bug
- relink bug
2.7.0 Subcatering
Subcate is finally ready!
You can now call a new Cate instance from within Cate. useful for libraries
subcate("static")
subcate("dynamic")
Other changes
- Cate can now skip missing
)
s - A few better errors