Skip to content

v1.1.0

Compare
Choose a tag to compare
@riccardoperra riccardoperra released this 07 Jan 11:25
· 285 commits to main since this release
261369f

preview_1 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.

3a0e5297-30e3-41d5-ad8b-19c9ee3f746c

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)

image

What's Changed

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