* Updated Anaconda
* Updated Anaconda
* Set precision to 4
* New source; New color; Rebuilt from source
* Resized and recentered again with Inkscape
* Precision of 4
* Resized and recentered again ...
* Precision of 5
* Resized and recentered again ...
* Resized and recentered again ...
* Optimized with Inkscape this time instead of SVGOMG (Precision of 3)
* Using the version of @service-paradis
Specify our guidelines on whether or not to include (registered)
trademark symbols in logos as publically discussed.
This also slightly changes the document structure of the Contributing
Guidelines with the goal of making it a little bit easier to find this
new information.
* added a TeamCity icon and updated simple-icons.json accordingly
* modified TeamCity icon
* amended the icon to comply with existing JetBrains logo and product logos
* updated the icon to match the rest of available JetBrains product icons, updated source property to link to the brand logos download page
* replaced tabulation with spaces
Co-authored-by: Fedor Rumyantsev <fedor.rumyantsev@jetbrains.com>
* Use NodeJS base for Dockerfile
* Update .dockerignore for NodeJS files
* Make git available in Docker container
So that the container is more usable for development.
* add optimised single path vonage logo SVG
* add Vonage to the simple icons data object
* update vonage base hex to match source page
* fix: regenerate the icon using a fresh SVG, resized using adobe illustrator, and then optimized using maximum precision
* fix: used inkscape this time :o
* Updated Disroot
* Set precision to 4
* Set precision to 4
* Set precision to 4
* Rebuilt from source with precision set to 4
* Rebuilt from source with precision set to 5
* Removed 0zm0 (Precision 4)
* Precision set to 3
Update release.yml, which is the workflow that creates release PRs and
merges them when approved, to use a Personal Access Token instead of
the standard GITHUB_TOKEN. I choose to name it RELEASE_TOKEN.
This change ensures that GitHub Actions workflows are triggered when
an action is performed by the Automated releases workflow. This is
needed because the publishing to NPM and the creation of a new GitHub
release should happen when there is a commit on `master`. If the release
PR is merged by the workflow using GITHUB_TOKEN, no GitHub Actions
workflows would be triggered.
Co-authored-by: Álvaro Mondéjar <mondejar1994@gmail.com>