Skip to main content

7/2 - NijiCAD v1.4.5 Released

· 2 min read
NijiCAD
アプリケーション

NijiCAD v1.4.5 Released

NijiCAD v1.4.5 has been released.

This update introduces support for the OS-standard clipboard. Both the desktop versions (Free / Pro) and the Web version now support copy and paste of geometry across applications.

In addition, when pasting clipboard content, image data is now inserted directly as image entities, while text data is inserted as multiline text within the drawing.

Previously, inserting images into a drawing required saving them as files first. With this update, images can now be inserted directly from the clipboard.

Furthermore, a new feature has been added to the image management palette that allows renaming image definitions. When used together with DXF workflows and the EXTRACTIMAGE command, image files can be exported based on their defined names.

The ARC command has been extended with an endpoint-first (E) option, allowing users to specify the endpoint first and then define the arc direction.

Additionally, a continuous drawing mode has been added to the ARC command. By selecting "Continuous" at the start point, users can create connected arcs as a single entity.

Because each feature is closely related, the amount of implementation and verification work has increased more than initially expected.

We will continue to make appropriate decisions based on the overall system design while steadily improving and extending functionality. We appreciate your continued support.

Changes

  • Added support for OS-standard clipboard
  • Added ability to rename image definitions
  • Added shortcut keys (Ctrl + Shift + X / C / V)
  • Improved context menu
  • Merged DXFIN command into IMPORT
  • Added PASTEBLOCK command
  • Extended ARC command with endpoint-first and continuous drawing options
  • Categorized command list
  • Improved tab handling in text entities
  • Various minor bug fixes