Skip to content

Releases: riccardoperra/codeimage

v1.1.6

05 Feb 11:21
e6ac383
Compare
Choose a tag to compare

What's Changed

  • feat(app): auto day night mode by @riccardoperra in #461 - issue #460 by @JustDesoroxxx
  • chore(release): version packages by @github-actions in #462

Full Changelog: v1.1.5...v1.1.6

v1.1.5

02 Feb 07:38
42875f0
Compare
Choose a tag to compare

What's Changed

  • fix: capitalize the "H" in "GitHub" by @EndBug in #457

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

30 Jan 18:37
84cc651
Compare
Choose a tag to compare

This new release of CodeImage introduces 3 new language modes:

What's Changed

Other changes

Full Changelog: v1.1.3...v1.1.4

v1.1.3

29 Jan 16:48
c5182d8
Compare
Choose a tag to compare

This new version of CodeImage introduces a new Github theme variant: Dark Dimmed

image

What's Changed

  • feat(app/highlight): add github dark dimmed theme by @riccardoperra in #450 - issue #449 by @JustDesoroxxx
  • chore(release): version packages by @github-actions in #452

Full Changelog: v1.1.2...v1.1.3

v1.1.2

14 Jan 10:03
73c2ff6
Compare
Choose a tag to compare

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

08 Jan 20:36
56d7440
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Jan 11:25
261369f
Compare
Choose a tag to compare

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

v1.0.10

02 Jan 10:29
Compare
Choose a tag to compare

The newest release introduce a new editor theme: Aura.

image

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

New Contributors

  • @zihan-ch made their first contribution in #431

Full Changelog: v1.0.9...v1.0.10

v1.0.9

18 Dec 11:33
6fd689d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

17 Dec 10:20
afee4be
Compare
Choose a tag to compare

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