Releases: jordantrizz/cloudflare-cli
Releases · jordantrizz/cloudflare-cli
1.3.0b
Release 1.3.0b
refactor: More refactoring of code to improve overall function.
refactor: More refactoring removed CURL_CF
refactor: More code refactoring and introduction of debu2
refactor: Moved functions around and got rid of is_quiet and is_debug
chore: Got rid of is_integer
refactor: More refactor and code clean up, introduced jq_decode for future usage
improvement: Fixed shellcheck errors
improvement: More shellcheck improvements
1.3.0a
1.3.0a
refactor: Some more refactoring work, still messy.
1.2.0
Relase 1.2.0
9e9685c Pulling in lmtca/cloudflare-cli code
83a8af6 Added comments and cleaned up code. Passed proxied as true when creating records.
f0ed35f Automatically proxy all creations, will need to add a means to control this later on. Excluded TXT's from being set to proxied automatically
74123f0 Added checks for 127.0.0.0/8 proxying on A records.
f4f0336 Cleaning up code
8858452 Added cf-cli to save fingers.
de664e0 Updated usage text for TXT records to be contained in double quotes
67587c5 Improved code overall
b1e60c9 More code documentation
4e93cd0 More code documentation and code cleanup
eb8f014 Updated
58499cb Updated
3c9e180 Fixed help messaging by removing tabs and updated version number.
ffdaa19 Start of refactoring
70a3b09 feat(domain-search): Create domain-search script for search domains on Cloudflare
afb4a47 chore(tests): Added random domains to tests/domains.txt
c373824 enhance(domain-search): Compeleted the development of domain-search.sh
eaf3658 feat(cache): Added a caching mechanism for larger accounts
a72a6d3 chore(rename): Renamed domain-search.sh to cf-domain-search.sh and setup symlink
1.1.2-alpha
- Overhaul of help and error messages.
- Cleaning up code structure.
1.1.1-alpha
What's Changed
- Donate button by @bAndie91 in #14
- Updated README.md to include code stewardship by @jordantrizz in #20
- Renamed cloudflare to cloudflare.sh and created symlink cloudflare to cloudflare.sh
- Included option to set A / CNAME records as proxied
- Detect when 127.0.0.0/8 is used for proxied A records and return an error versus a Cloudflare generic "Record Type cannot be
New Contributors
- @jordantrizz made their first contribution in #20
Full Changelog: 1.0.0...1.1.1-alpha