Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Copyright string is included in copied version information #423

Closed
per1234 opened this issue Feb 8, 2021 · 1 comment
Closed

Copyright string is included in copied version information #423

per1234 opened this issue Feb 8, 2021 · 1 comment
Assignees
Labels
type: imperfection Something isn't working

Comments

@per1234
Copy link
Contributor

per1234 commented Feb 8, 2021

Describe the bug
When you copy the version information from the "About" dialog, the useless copyright notice is copied along with the useful version information.

The version information is very useful when writing bug reports, but I find it tedious to have to remove the copyright text every time.

To Reproduce

  1. Help > About Arduino Pro IDE
  2. Click the "Copy" button.
  3. Paste the copied content somewhere. You will see the copyright notice at the end of the text:

    Version: 0.1.4-snapshot.3042c1a
    Date: 2021-02-08T10:04:20.854Z
    CLI Version: 0.15.1 alpha [c7403ed2]

    Copyright © 2021 Arduino SA

Expected behavior
The copied content should only contain the useful information:

Version: 0.1.4-snapshot.3042c1a
Date: 2021-02-08T10:04:20.854Z
CLI Version: 0.15.1 alpha [c7403ed2]

Desktop (please complete the following information):

  • OS: Windows 10
  • Version: 0.1.4-snapshot.3042c1a
    Date: 2021-02-08T10:04:20.854Z
    CLI Version: 0.15.1 alpha [c7403ed2]
    Copyright © 2021 Arduino SA (see!)
@per1234 per1234 added the type: imperfection Something isn't working label Feb 8, 2021
kittaakos pushed a commit to arduino/arduino-ide that referenced this issue Feb 11, 2021
@kittaakos
Copy link
Contributor

I have fixed it. It will be available soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: imperfection Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants