Difference between revisions of "Translations:Release notes/1.1/161/en"

From Inkscape Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 23:35, 23 May 2021

Message definition (Release notes/1.1)
* The '''color mode''' of exported PNG files can now be set on the command line with <code>--export-png-color-mode</code> (options: <code>Gray_1|Gray_2|Gray_4|Gray_8|Gray_16|RGB_8|RGB_16|GrayAlpha_8|GrayAlpha_16|RGBA_8|RGBA_16</code>; [https://gitlab.com/inkscape/inkscape/-/merge_requests/2339 MR #2339])
* To export a file using arbitrary '''export formats provided by an extension''' of the 'output' type, one can use the new <code>--export-extension</code> parameter now ([https://gitlab.com/inkscape/inkscape/-/merge_requests/2294 MR #2294 with more details])
* The <code>--export-type</code> option now supports ([https://gitlab.com/inkscape/inkscape/-/merge_requests/771 MR #771]):
** exporting to '''multiple formats at once''', e.g. <code>inkscape --export-type=png,pdf in.svg</code>
** exporting a single input file to multiple export formats '''and rename them''' in the process (will produce out.png and out.pdf), e.g. <code>inkscape --export-type=png,pdf --export-file=out in.svg</code>
** exporting '''multiple files''' to multiple export formats, e.g. <code>inkscape --export-type=png,pdf in1.svg in2.svg</code>
* Added '''actions for aligning and distributing objects''' ([https://gitlab.com/inkscape/inkscape/-/merge_requests/2472 MR #2472])
* Interactive shell mode ([https://gitlab.com/inkscape/inkscape/-/merge_requests/1495 MR #1495]): 
** a '''history of commands''' is now remembered and can be accessed with the up and down arrow keys
** '''auto-completion''' of actions (at start of line) and filenames
** '''command line editing''' is now possible
  • The color mode of exported PNG files can now be set on the command line with --export-png-color-mode (options: Gray_1|Gray_2|Gray_4|Gray_8|Gray_16|RGB_8|RGB_16|GrayAlpha_8|GrayAlpha_16|RGBA_8|RGBA_16; MR #2339)
  • To export a file using arbitrary export formats provided by an extension of the 'output' type, one can use the new --export-extension parameter now (MR #2294 with more details)
  • The --export-type option now supports (MR #771):
    • exporting to multiple formats at once, e.g. inkscape --export-type=png,pdf in.svg
    • exporting a single input file to multiple export formats and rename them in the process (will produce out.png and out.pdf), e.g. inkscape --export-type=png,pdf --export-file=out in.svg
    • exporting multiple files to multiple export formats, e.g. inkscape --export-type=png,pdf in1.svg in2.svg
  • Added actions for aligning and distributing objects (MR #2472)
  • Interactive shell mode (MR #1495):
    • a history of commands is now remembered and can be accessed with the up and down arrow keys
    • auto-completion of actions (at start of line) and filenames
    • command line editing is now possible