Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 6.05 KB

CHANGELOG.md

File metadata and controls

69 lines (46 loc) · 6.05 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.0 (2021-11-20)

Features

  • homepage: added links to all tools (44954a4)
  • image-resizer: added export as png (3619dec)
  • image-resizer: added validation for width and height when resizing (67177fe)
  • mp4-gif: added a download gif button to download the gif file (be4442d)
  • mp4-gif: added an info alert showing the use of ffmpeg (abc2ece)
  • mp4-gif: added progress bar and conversion logs (b7bee22)
  • mp4-gif: disabled convert to gif button if video not there or ffmpeg not ready (23badd0)
  • search: added a basic search for tools using fuse.js (3fc1cfa)
  • tool: new mp4 to gif converter (4ef00a6)
  • tool: new tool - images resizer (2b9e73f)

Bug Fixes

  • color-mode: the previous color mode is used as the default color mode and if not present system is used instead of always defaulting to dark (c1ee7bb)
  • homepage: removed description title tag from tool and passed in otherprops to button (b894d71)
  • image-resizer: fixed images overflowing on mobile (2bcb6a5)
  • image-resizer: imported export as png dynamically (4b1a3ab)
  • image-resizer: resize opration and export as png operation is disabled in certain cases (09642c1)
  • image-resizer: switched to a better image dimension algorithm (faa5cdc)
  • mp4-gif: downgraded ffmpeg due to an error in dev environment (f3fca0a)
  • mp4-gif: fixed the button not being disabled (a0e3833)
  • package.json & yarn.lock to reduce vulnerabilities (4992385)
  • sidebar: fixed color mode toggle getting ref upon open instead of close button (ede33f3)
  • sidebar: fixed sidebar drawer not closing when navigating to a different page (de202b9)
  • typo: fixed typo in alert in mp4-gif (a526505)
  • upgrade @ffmpeg/core from 0.8.5 to 0.10.0 (96ccc6d)
  • upgrade @ffmpeg/ffmpeg from 0.9.8 to 0.10.1 (c8d07f1)

0.2.0 (2021-11-13)

Features

  • sidebar: added a close button to the sidebar in mobile view and it now spans across the screen (230c391)
  • sidebar: took a more responsive and better approach by using a sidebar layout (ba9746d)
  • sidebar: tool names show up on the header instead of inside the tool (a3cda33)

0.1.1 (2021-11-12)

Features

  • pwa: added more meta tags for better compatiblity (e8f5595)

Bug Fixes

  • nextjs: disabled esmModules to get rid of the occassional out of memory heap error (3ae2b95)

0.1.0 (2021-11-12)

This is the first release using standard-version. Previous logs are not available.

Bug Fixes

  • ci: added yarn ci script (1521ac9)
  • ci: ignored prettier checks for README and formatted commitlint config properly (e5b97ca)
  • ci: switched to yarn for installing ci dependencies (f23d801)
  • drawer wouldn't span across the whole screen in gradient generator route (7bb3f37)