Skip to content

Releases: propilideno/cp-tips

v1.3.1

25 Jul 21:23
ca1ded9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3...v1.3.1

v1.3

25 Jun 22:58
5efa1ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2...v1.3

v1.2

09 Jun 00:47
b685915
Compare
Choose a tag to compare

Features

  • Improved colors and syntax
  • New CLI really user-friendly
  • Added selection template menu
  • Added 3 templates: basic, standard and complex.
  • Improved makefile, with a lot of good compile flags.
  • Template usage example

What's Changed

Full Changelog: v1.1...v1.2

v1.1

04 Jun 18:30
ac1e752
Compare
Choose a tag to compare

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 input up to select develop branch templates.
  • Makefile was added to templates folder to provide more flexible changes
  • curl to select Makefile and cpp templates.

Refactor and Improvements

  • link-integrity.yaml refactor to a function verify_url() and scheduling develop branch link check.
  • buildLab.sh refactor to get information from template folder.

v1.0

01 Jun 15:29
96d3673
Compare
Choose a tag to compare

Feature Improvements

  • Automatically generate .cpp .txt and Makefile.
    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!