Releases: propilideno/cp-tips
Releases · propilideno/cp-tips
v1.3.1
What's Changed
- Improved graph traversal, log feature and more by @propilideno in #14
Full Changelog: v1.3...v1.3.1
v1.3
What's Changed
- Improving templates by @propilideno in #8
- Master.cpp with graph features and improved other templates by @propilideno in #9
- Added shields to README.md and fixing repo name on files by @propilideno in #10
Full Changelog: v1.2...v1.3
v1.2
Features
- Improved colors and syntax
- New CLI really user-friendly
- Added selection template menu
- Added 3 templates:
basic
,standard
andcomplex
. - Improved makefile, with a lot of good compile flags.
- Template usage example
What's Changed
- Massive Changes and new CLI with 3 templates by @propilideno in #6
Full Changelog: v1.1...v1.2
v1.1
Features
- c++ template modified with more usefull macros like print vector and print pair
_(x)
macro was changed to print with a endl and__(x)
was created to print without a endl.buildLab.sh
now can receive inputup
to select develop branch templates.Makefile
was added to templates folder to provide more flexible changescurl
to select Makefile and cpp templates.
Refactor and Improvements
link-integrity.yaml
refactor to a functionverify_url()
and scheduling develop branch link check.buildLab.sh
refactor to get information from template folder.
v1.0
Feature Improvements
- Automatically generate
.cpp
.txt
andMakefile
.
PS: Support only one type of template written in C++
UX Improvements
- Shortened the link to bash script, now you can use:
bash <(curl -sL bash.propi.dev/cp)
because it points to raw bash script - Shortened the link to this repository, now you can access here with:
https://propi.dev/cp
Security Improvements
- Github Actions to ensure that the shortened url is point to the correct script. Scheduled to run everyday!