freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.37k stars 153 forks source link

README.md bump version to 0.6.0 #709

Closed deeplow closed 4 months ago

sudwhiwdh commented 4 months ago

New screenshots with the capitalisation would be wonderful.

deeplow commented 4 months ago

New screenshots with the capitalisation would be wonderful.

Good point. I'll make sure we add those!

deeplow commented 4 months ago

"Screenshots" updated. To be honest, I didn't feel like finding those documents again, so I only replaced the header in the images.

Before After
screenshot1
screenshot2
deeplow commented 4 months ago

@apyrgio please give me an ack for the images when you have a chance :)

apyrgio commented 4 months ago

Heh, nice :+1:

sudwhiwdh commented 4 months ago

@apyrgio please give me an ack for the images when you have a chance :)

The font in the header is now bold?

deeplow commented 4 months ago

The font in the header is now bold?

I don't think it's intended. I guess it's yet another artifact of https://github.com/freedomofpress/dangerzone/issues/270.

apyrgio commented 4 months ago

Hm, two things here:

  1. From what I see, the font in the header has been bold since at least v0.3 (2021):

    https://github.com/freedomofpress/dangerzone/blob/b4cae378741b65cb535a2235324fe7d4a80eebfd/dangerzone/gui/main_window.py#L547-L549

    Since then, we've switched from PySide2 to PySide6, so maybe things are rendered differently. I think this screenshot was before the change to PySide6 as well. In any case, existing users should not understand a difference.

  2. By merging this PR, users that encounter our GitHub project will be asked to download a version that does not exist yet (0.6.0). I'll send a PR to change that part.