Releases: andi1984/vscode-tinypng
Releases · andi1984/vscode-tinypng
Release v1.5.0
Release v1.5.0
Release v1.4.0
Release v1.4.0
v1.3.0
v1.3.0 (2024-01-25)
Implemented enhancements:
- [Feature Request] Adding .webp Extension support #584 (Nahuelpack)
Merged pull requests:
- Bump eslint from 8.40.0 to 8.56.0 #586 (dependabot[bot])
- Bump typescript from 5.0.4 to 5.3.3 #585 (dependabot[bot])
- Bump @types/vscode from 1.78.0 to 1.81.0 #580 (dependabot[bot])
- Bump word-wrap from 1.2.3 to 1.2.4 #571 (dependabot[bot])
- Bump @typescript-eslint/parser from 5.59.1 to 5.59.5 #528 (dependabot[bot])
- Bump eslint from 8.39.0 to 8.40.0 #527 (dependabot[bot])
- Bump @types/vscode from 1.77.0 to 1.78.0 #525 (dependabot[bot])
- Bump mocha and @types/mocha #521 (dependabot[bot])
v1.2.0
v1.1.1 (ForceOverwrite Fix)
Huge thanks to @hydrajump for fixing in #304 a typo related to forceOverwrite that is fixing the actual usage of it.
v1.1.0 "Get back on track" release
What's Changed
- Bump eslint from 7.22.0 to 7.23.0 by @dependabot-preview in #143
- Bump @types/node from 14.14.35 to 14.14.37 by @dependabot-preview in #142
- Bump typescript from 4.2.3 to 4.2.4 by @dependabot-preview in #145
- Bump @types/vscode from 1.54.0 to 1.55.0 by @dependabot-preview in #144
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #152
- Bump eslint from 7.23.0 to 7.25.0 by @dependabot-preview in #149
- Bump @types/node from 14.14.37 to 15.0.2 by @dependabot-preview in #153
- Bump tinify from 1.6.0-beta.2 to 1.6.1 by @andi1984 in #264
- [Fixed] Using TS on imports/requires by @andi1984 in #266
- Bump typescript from 4.2.4 to 4.5.4 by @dependabot in #251
- Bump @types/mocha from 8.2.2 to 9.0.0 by @dependabot in #192
- Bump @types/vscode from 1.55.0 to 1.63.1 by @dependabot in #254
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #265
- Bump eslint from 7.25.0 to 8.6.0 by @dependabot in #260
- Bump @types/node from 15.0.2 to 17.0.8 by @dependabot in #263
- [Fix] VSCode Test Setup by @andi1984 in #268
Full Changelog: 1.0.0...v1.1.0
v1.0.0 Release aka. TypeScript support
With this release we are moving the extension finally to TS.
v0.3.4
v0.3.0
[Changed] Behaviour to not overwrite source files per default
Per default the extension no longer overwrites source files, but still
gives the possibility for an opt-in for this behaviour by setting
tinypng.forceOverwrite setting to true.
Per default compressed images will be named like .min., but
also this postfix can be changed by the user in the settings.