Skip to content

Releases: riccardoperra/codeimage

v1.4.4

12 Nov 15:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

08 Nov 20:37
a74444c
Compare
Choose a tag to compare

This new version introduce the JetBrains Fleet Dark Theme in the CodeImage editor!

Snippet using jetbrains fleet theme

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

23 Aug 11:31
ffa1a82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

29 Jul 13:01
54ba909
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0 - New UI, Presets, Custom background, Aspect ratio and more 💡

27 Jun 17:33
a166585
Compare
Choose a tag to compare

After 3 months, we are thrilled to announce the latest CodeImage update. First of all me and @hackpirodev would like to thank all the users who have given feedback, recommended features and helped during the development.

This new update introduce several fixes and improvements like core changes to the UI, tech stack updates, export flow improvements and new features that have been requested over the last few months.

☁️ Presets - #472

We are introducing Presets, a powerful new feature that allows to save and manage presets configuration of the frame style. With this update, you can reuse your preferred styles on your snippets, ensuring a consistent and visually appealing presentation of the code.

Presets will available for both guest and logged-in users with some limits:

  • Guest users are now able to create a maximum of 3 presets, stored locally.
  • Logged in users are able to create a maximum of 10 presets.

Limit may change during the time after an analysis of the usage and the feedback we’ll receive.

Note Guest users presets are saved only locally through the browser. This means that by changing browsers, browsing incognito or clearing the cache you will lose all saved presets. If you have presets saved locally, once logged in you can persist them remotely automatically.

869shots_so

🖼️ Custom background - #503

Requested in #503, now you can also add a custom background on your snippet by using an image URL or by importing a file from your system.

At the moment we are not planning to save images on our backend, so the background image can't be persisted if you upload an image through your file system.

You can still add an image URL that we can save as string to reuse and save it. Obviously the image url must point to a valid URL and reachable from the browser. (e.g. https://assets.shots.so/preview/holo-gradients/01.jpg)

image

🖌️ New UI

CodeImage's UI have been revamped.

We are now officially using Kobalte through a self-made UI kit (repository).

This was definitely the longest update, involving the refactor of colors and components like buttons, dropdowns, inputs, modals and also the animations.

image

💾 Export settings - #509

You can now customize the export settings to match your preferences while using the Copy to clipboard and the Open in new tab feature. Also, you will be able to see the output resolution of the image with the associated pixel ratio, which will include also a 6x option to export the image in a bigger quality.

image

📐 Aspect ratio - #503 (Experimental)

This new release introduce an experimental support for Aspect ratio option.

You now have the flexibility to modify the aspect ratio to perfectly fit your desired dimensions, ensuring your images are not cropped when shared on social media platforms.

image

📦 API source code refactor to latest ESM and TypeScript >5.0 - #530

The backend api has been refactored to work with latest version of Node, TypeScript 5.1 and ES Modules 😄

We've adjusted our development workflow using tsup as bundler without losing the convenience of fastify-autoload

This update also removed node-tap in favor of vitest due to better DX and integration with ESM. We were able to refactor all of the tests without too much trouble.

📏 No more fixed width - #503

From this version, CodeImage snippet will have a dynamic min-width based on the content which can no longer be wrapped in multiple lines. This allows you to change the size as you like, even if the code is small and you don't need to have a minimum size of 600px.

Old (min-width: 600px) New

image

image

🎴 Exported image improvements

We've updates some core behavior of DomExport package, which is a fork of html-to-image to add several fixes and improvements to the image export flow:

  • Snippets that overflows to the screen viewport are not cropped anymore
  • Partially fixes an issue where Safari from iOS and MacOS are not always able to generate the image including the custom background or the font (https://bugs.webkit.org/show_bug.cgi?id=219770)
  • Faster image generation by removing unused styles, fonts and duplicate cloned nodes

⚛️ State management

CodeImage never used a specific state manager to handle the application state. Solid allows you to manage everything very simply but the application is getting heavier, and it doesn't seem like it's easy to organize the code when it gets long and verbose.

For this reason we've done a refactor using my personal state manager statebuilder which allows you to manage the state in a modular way through plugins on an as-needed basis.

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

03 Mar 23:02
2ad1730
Compare
Choose a tag to compare

What's Changed

  • feat(app,config): sort editor language by featured property and alphabetically by @riccardoperra in #488

Full Changelog: v1.3.0...v1.3.1

v1.3.0

02 Mar 19:09
Compare
Choose a tag to compare

This new version of CodeImage add a new editor options: font ligatures.

Ligatures are glyphs that combines some sequences of characters into a new form that makes for a more harmonious. They were already present in some CodeImage fonts, but not everyone likes it and in some cases make snippets more difficult to read.

For this reason it has now become an option that can be configured and deactivated directly from the editor.

image

image

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

26 Feb 18:24
fbcf560
Compare
Choose a tag to compare

image

What's Changed

Full Changelog: v1.1.8...v1.2.0

v1.1.8

26 Feb 15:25
1086453
Compare
Choose a tag to compare

What's Changed

  • fix(app): fix editor state options persistence after refresh by @riccardoperra in #474 - issue by @goncy in #473
  • chore(release): version packages by @github-actions in #475

Full Changelog: v1.1.7...v1.1.8

v1.1.7

15 Feb 07:15
0795dda
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7