Releases: riccardoperra/codeimage
Release list
v1.1.2
What's Changed
- fix(dom-export): cannot load font style value on firefox by @riccardoperra in #446 - issue by @ijkml - closes #445
- fix(app): remove login auto-redirect on api without auth by @riccardoperra in #447
- chore(release): version packages by @github-actions in #448
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- fix(app): change file extension on language change by @riccardoperra in #443 - issue #442 by @hadiyarajesh
- chore(release): version packages by @github-actions in #444
Full Changelog: v1.1.0...v1.1.1
v1.1.0
CodeImage 1.1.0 introduce a new floating bar in the UI 😄 That was something missing and request for a while, also considering that there are so many hidden actions that are currently only available via shortcuts
Copy to Clipboard
Copying to clipboard was an already existing feature present in CodeImage since April, but it was hidden! In fact, until now it was only usable just pressing Ctrl+C 🫥.
It uses under the hood the system's WebShare API, so you can paste the generated image anywhere with Ctrl+V, for example on Telegram, Twitter. This allows you to not download anymore the image on your PC.
Note Currently the copy to clipboard action generate a PNG image with default system scale based on DPI (1x scale on most of devices, 3x on iOS)
Format your code with prettier
Prettier has been added to CodeImage allowing you to automatically format your code with some predefined options. The languages currently available are all based on open source plugins.
Note Since formatting relies on prettier, there are some caveats about the used options. Look at their Options philosophy section
Random styles
Now that there are so many customization styles, it is also possible to randomly generate the style (again based on the available options)
What's Changed
- feat: refactor state management by @riccardoperra in #438
- feat: add action bar and prettier formatter by @riccardoperra in #436 - @micnic issue #387
- chore(release): version packages by @github-actions in #437
Core changes
- CodeImage will now use statesolid as a main state management. The refactor of that portion of the code is at 75%
Full Changelog: v1.0.10...v1.1.0
v1.0.10
The newest release introduce a new editor theme: Aura.
Also, several bugs have been fixed including SVG export which now finally generates the image with the correct size. In fact, export size has been drastically reduced from ~7-10mb to ~500kb/1.5mb.
What's Changed
- feat(app/dom-export) reduction of svg export size by @riccardoperra in #433 - issue #432 by @afonsojramos
- feat: Add aura theme by @zihan-ch in #431
- fix(api): auth0 handle error registration by @riccardoperra in #435
- chore(release): version packages by @github-actions in #434
New Contributors
- @zihan-ch made their first contribution in #431
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- feat(app/config): vue highlighting support by @riccardoperra in #429 - issue by @kupoback in #424
- chore(release): version packages by @github-actions in #430
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- fix: umami is not defined for some browsers by @riccardoperra in #427
- chore(release): version packages by @github-actions in #428
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- fix(app): set shadow none not working by @riccardoperra in #425
- chore(release): version packages by @github-actions in #426
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- fix: fix titles by @riccardoperra in #419
- feat: added Cascadia Code font by @max-programming in #421
- chore(release): version packages by @github-actions in #422
New Contributors
- @max-programming made their first contribution in #421
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- fix(app): fix light mode by @riccardoperra in #417
- chore(release): version packages by @github-actions in #418
Thanks to @fadhilsaheer for notifying the issue
Full Changelog: v1.0.4...v1.0.5
v1.0.4 - New website
Breaking Changes
CodeImage logo has been updated!
The application of codeimage will now live into app.codeimage.dev. codeimage.dev will now redirect to the website.
- Codeimage website by @riccardoperra in #390
- chore(release): version packages by @github-actions in #400
- feat(app): update codeimage logo by @riccardoperra in #401
- feat(website): website section improvements by @riccardoperra in #402
- perf: website static style extract by @riccardoperra in #404
- fix: remote svg icon not rendering by @riccardoperra in #408
- Feat/website improvements by @riccardoperra in #409
- feat(website): fixes to deploy website in production by @riccardoperra in #412
- feat(website): auth0 by @riccardoperra in #413
- feat(website): og images by @riccardoperra in #414
- chore(release): version packages by @github-actions in #407
- feat(website): login by redirect state by @riccardoperra in #415
Also thanks to @hackpirodev for the given feedbacks 😄
Full Changelog: v1.0.2...v1.0.4




