Closed kumattau closed 2 years ago
Hi @kumattau thanks for the feedback! I think we forgot to update the README.md
and usage.rst
to say the new bundled version of FontAwesome (from 5.9.0
to 5.14.0
) when it was update at https://github.com/spyder-ide/qtawesome/pull/151/
Maybe we should update to the latest FontAwesome release: https://github.com/FortAwesome/Font-Awesome/releases/tag/5.15.4
Anyhow, would you like to correct the docs? Let us know!
@dalthviz
OK. I can correct the docs. I agree it is better to updating FontAwesome to the latest. FontAwesome's family needs to be changed, but current processing by fonttool is not reproducible (see below).
Since the timestamp when the family is changed is embedded, the font checksum changes every time the command is executed, which is to be expected.
I think it is better to updating FontAwesome after implementing reproducible processing. I am working (investigating) for the reproducible processing because the processing is also related to #188.
I will try to work in the following order, but it may take some time. Is there a deadline?
I will try to work in the following order, but it may take some time. Is there a deadline?
- implement reproducing processing for changing family
- update FontAwesome to the latest
- update docs
That sounds like a good plan to me @kumattau thank you so much for all the help! Regarding a deadline I think we will not be doing more releases this year and probably we will check if a new release is worthy by the end of Jaunary but I don't think that we have an actual deadline for the moment :+1:
implement reproducing processing for changing family
I sent PR #190
update FontAwesome to the latest update docs
Thanks @dalthviz for the release schedule. More new FontAwesome may be released, so I'll do the rest before the end of the year.
I found the compatibility breaking changes between 5.14.0 to 5.15.4. If perform the updates, fa5b.adobe and fa5b.tripadvisor cannot be used.
https://github.com/FortAwesome/Font-Awesome/blob/master/UPGRADING.md
5.15.3 to 5.15.4 The tripadvisor brand icon has been removed by legal request of Tripadvisor.
5.14.0 to 5.15.0 The adobe icon has been removed by legal request of Adobe.
FontAwesome5 cannot be updated from a compatibility standpoint, but personally I don't see the need to ensure compatibility for icons that Upstream is removing due to legal requirements.
What do you think, @dalthviz ?
I'm not totally sure @kumattau . What do you think @ccordoba12 ?
but personally I don't see the need to ensure compatibility for icons that Upstream is removing due to legal requirements.
I don't have a problem with that. Those are only two icons and if people require them in their apps, they can simply pin the QtAwesome version they are using.
Thanks for working on it for me!
README.md says "FA 5.9.0 features 1,534 free icons in different styles" but FA 5.14.0 seems to be bundled.
I checked the version as follows:
Since the timestamp when the family is changed is embedded, the font checksum changes every time the command is executed, which is to be expected.