|
1 |
| -# Version 0.1.6 |
2 |
| - |
3 |
| -## features |
4 |
| - - define x/y ratio |
5 |
| - - stdin support |
6 |
| - - Much more error handeling |
7 |
| - - timeout option |
8 |
| - - Refactored codesbase a lot |
| 1 | +# Changelog |
9 | 2 |
|
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [0.1.7] - 2023-09-26 |
| 6 | + |
| 7 | +### Miscellaneous Tasks |
| 8 | + |
| 9 | +- Fixed cargo installation method, closes #18 |
| 10 | +- Fixed source installation |
| 11 | +- Dynamically retrieve version from Cargo.toml |
| 12 | +- Specify new --file-path | -f option |
| 13 | +- Demo for multiple urls // stdin |
| 14 | + |
| 15 | +### Refactor |
| 16 | + |
| 17 | +- Enhance code quality and cli module |
| 18 | + |
| 19 | +## [0.1.6] - 2023-09-22 |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +- Aur pkg name |
| 24 | + |
| 25 | +### Documentation |
| 26 | + |
| 27 | +- Update |
| 28 | + |
| 29 | +### Features |
| 30 | + |
| 31 | +- Option for defining timeout |
| 32 | +- Use ci/cd for binary releases // dependency management |
| 33 | +- Demos for the latest releases |
| 34 | +- Release notes // version updates for releases |
| 35 | + |
| 36 | +### Miscellaneous Tasks |
| 37 | + |
| 38 | +- Providing info with clap |
| 39 | +- Removed color printings |
| 40 | +- References to similar projects |
| 41 | +- Provide lockfile for locked installation |
| 42 | +- Bump clap from 4.3.23 to 4.4.4 |
| 43 | +- Bump url from 2.4.0 to 2.4.1 |
| 44 | +- Use shortened binary name for release artifacts |
| 45 | + |
| 46 | +### Refactor |
| 47 | + |
| 48 | +- (args), devided code into multiple files |
| 49 | +- Use seprate dirs // feat(args): stdin support |
| 50 | +- Cargo-fmt all the way |
| 51 | + |
| 52 | +### Testing |
| 53 | + |
| 54 | +- Testing ci/cd |
| 55 | + |
| 56 | +### Beautify |
| 57 | + |
| 58 | +- Use colored for colorful output // contents |
| 59 | + |
| 60 | +## [0.1.5] - 2023-04-21 |
| 61 | + |
| 62 | +### Miscellaneous Tasks |
| 63 | + |
| 64 | +- 📦 crates to latest // fix: 🎨 ascii art |
| 65 | + |
| 66 | +### Update |
| 67 | + |
| 68 | +- Clap v 👏 // formatting code |
| 69 | + |
| 70 | +## [0.1.4] - 2023-04-12 |
| 71 | + |
| 72 | +### Bug Fixes |
| 73 | + |
| 74 | +- Panicking while no browser binary present |
| 75 | + |
| 76 | +### Refactor |
| 77 | + |
| 78 | +- 🪛 use function to exit |
| 79 | + |
| 80 | +### Add |
| 81 | + |
| 82 | +- Notes stuffs |
| 83 | +- `support link for ko-fi ☕ // fix: typos` |
| 84 | + |
| 85 | +## [0.1.2] - 2023-03-28 |
| 86 | + |
| 87 | +### Add |
| 88 | + |
| 89 | +- Height/width feature |
| 90 | + |
| 91 | +### Change |
| 92 | + |
| 93 | +- Trasnparent |
| 94 | + |
| 95 | +### Update |
| 96 | + |
| 97 | +- Docs 📖 // v0.1.2 imgs |
| 98 | + |
| 99 | +## [0.1.0] - 2023-03-24 |
| 100 | + |
| 101 | +### Bug Fixes |
| 102 | + |
| 103 | +- Binary name + git links |
| 104 | + |
| 105 | +### Miscellaneous Tasks |
| 106 | + |
| 107 | +- Links to the official crates |
| 108 | +- Dependencies |
| 109 | +- Optimized 📦 build/released/dev + provide 🗝 lock file anyway |
| 110 | + |
| 111 | +### Refactor |
| 112 | + |
| 113 | +- Make it work with Clap v4 |
| 114 | + |
| 115 | +### [Feat] |
| 116 | + |
| 117 | +- Shortened binary 🐱 + add colors🎨, new ASCII ✨ |
| 118 | + |
| 119 | +### [refactor] |
| 120 | + |
| 121 | +- Optimizing 🧱 build level |
| 122 | + |
| 123 | +### Add |
| 124 | + |
| 125 | +- Color names instead of codes |
| 126 | +- Support for files |
| 127 | +- Funding links |
| 128 | + |
| 129 | +<!-- generated by git-cliff --> |
0 commit comments