Skip to content

Commit

Permalink
feat(release-notes): Updated docx for new (v0.1.7) release
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Sep 26, 2023
1 parent 8c3c31f commit 9c26f9e
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 10 deletions.
136 changes: 128 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,129 @@
# Version 0.1.6

## features
- define x/y ratio
- stdin support
- Much more error handeling
- timeout option
- Refactored codesbase a lot
# Changelog

All notable changes to this project will be documented in this file.

## [0.1.7] - 2023-09-26

### Miscellaneous Tasks

- Fixed cargo installation method, closes #18
- Fixed source installation
- Dynamically retrieve version from Cargo.toml
- Specify new --file-path | -f option
- Demo for multiple urls // stdin

### Refactor

- Enhance code quality and cli module

## [0.1.6] - 2023-09-22

### Bug Fixes

- Aur pkg name

### Documentation

- Update

### Features

- Option for defining timeout
- Use ci/cd for binary releases // dependency management
- Demos for the latest releases
- Release notes // version updates for releases

### Miscellaneous Tasks

- Providing info with clap
- Removed color printings
- References to similar projects
- Provide lockfile for locked installation
- Bump clap from 4.3.23 to 4.4.4
- Bump url from 2.4.0 to 2.4.1
- Use shortened binary name for release artifacts

### Refactor

- (args), devided code into multiple files
- Use seprate dirs // feat(args): stdin support
- Cargo-fmt all the way

### Testing

- Testing ci/cd

### Beautify

- Use colored for colorful output // contents

## [0.1.5] - 2023-04-21

### Miscellaneous Tasks

- 📦 crates to latest // fix: 🎨 ascii art

### Update

- Clap v 👏 // formatting code

## [0.1.4] - 2023-04-12

### Bug Fixes

- Panicking while no browser binary present

### Refactor

- 🪛 use function to exit

### Add

- Notes stuffs
- `support link for ko-fi ☕ // fix: typos`

## [0.1.2] - 2023-03-28

### Add

- Height/width feature

### Change

- Trasnparent

### Update

- Docs 📖 // v0.1.2 imgs

## [0.1.0] - 2023-03-24

### Bug Fixes

- Binary name + git links

### Miscellaneous Tasks

- Links to the official crates
- Dependencies
- Optimized 📦 build/released/dev + provide 🗝 lock file anyway

### Refactor

- Make it work with Clap v4

### [Feat]

- Shortened binary 🐱 + add colors🎨, new ASCII ✨

### [refactor]

- Optimizing 🧱 build level

### Add

- Color names instead of codes
- Support for files
- Funding links

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hxn"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
authors = [ "PwnWriter < [email protected] >" ]
description = "Blazingly fast tool to grab screenshots of url/webpages from terminal."
Expand Down

0 comments on commit 9c26f9e

Please sign in to comment.