Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

66 lines (37 loc) · 2.53 KB

Changelog

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

[0.3.0] - 2023-10-23

880f363...7f6521e

Features

  • Enable the -n --no-upload flag (7f6521e)

[0.2.0] - 2022-11-29

6bb3eef...880f363

Documentation

Features

  • Improve / Add error handling (d407905)
  • Add delay argument, to allow for compensating for the generation time (b286d43), Closes #1
  • Add ability to generate gif relative to the current path. (424ff2a), Closes #2

Miscellaneous Tasks

Refactor

  • Fix most clippy complaints and run cargo fmt (2341618)
  • Fix most clippy complaints and run cargo fmt (f5a12d5)

[0.1.1-alpha.2] - 2022-11-04

916ac73...6bb3eef

Bug Fixes

  • Error using fonr -> use the Impact font included in Windows now (6bb3eef)

[0.1.1-alpha.1] - 2022-11-04

Bug Fixes

  • When the gif can't be uploaded to imgur the file explorer is now correctly opened. (44690df)

Documentation

Features

  • Now create one stitched gif from two downloaded gifs (60d39e5)
  • Keep everything .webm for smaller file size and better performance (3f37f3d)
  • Use clap for arg parsing, add args and features, scale before text add, refactor lib.rs (5307861)

Styling

  • 🚚 rename crate to time-for (fdf3806)