<feed xmlns='http://www.w3.org/2005/Atom'>
<title>r-alacritty.git/extra/windows, branch experimental</title>
<subtitle>My custom-patched version of alacritty.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/'/>
<entry>
<title>Invert windows asset symlinks</title>
<updated>2021-07-18T19:29:38+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2021-07-18T19:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=7913aa557618ca0df8d5a144f9425cb9b357c815'/>
<id>7913aa557618ca0df8d5a144f9425cb9b357c815</id>
<content type='text'>
This commit swaps source and target for the windows asset symlinks,
since creation of a symlink is not possible on Windows systems without
administrator permissions.

By making the files inside the source folder the source instead of the
destination, a build is still possible without requiring elevated
privileges.

Fixes #5338.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit swaps source and target for the windows asset symlinks,
since creation of a symlink is not possible on Windows systems without
administrator permissions.

By making the files inside the source folder the source instead of the
destination, a build is still possible without requiring elevated
privileges.

Fixes #5338.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump development version to 0.10.0-dev</title>
<updated>2021-07-18T03:03:41+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2021-07-18T03:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=1d8bd73bc3252fb8ed6d6777c98e9143133f6aba'/>
<id>1d8bd73bc3252fb8ed6d6777c98e9143133f6aba</id>
<content type='text'>
This is only an update to the development version and does not represent
a stable release.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is only an update to the development version and does not represent
a stable release.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump development version to 0.8.0-dev</title>
<updated>2021-01-04T09:55:13+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2021-01-04T09:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=6ff4e840f8a12e72ae7cb30566ee57df4289082d'/>
<id>6ff4e840f8a12e72ae7cb30566ee57df4289082d</id>
<content type='text'>
This is only an update to the development version and does not represent
a stable release.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is only an update to the development version and does not represent
a stable release.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump development version to 0.7.0-dev</title>
<updated>2020-11-15T13:38:46+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2020-11-15T13:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9'/>
<id>2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9</id>
<content type='text'>
This is only an update to the development version and does not represent
a stable release.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is only an update to the development version and does not represent
a stable release.</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate from Travis CI to GitHub Actions</title>
<updated>2020-11-06T23:52:56+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2020-11-06T23:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=43d1afbeeb9cba0ce1281a9cf2223b5bd71664d2'/>
<id>43d1afbeeb9cba0ce1281a9cf2223b5bd71664d2</id>
<content type='text'>
This removes all CI builds from travis-ci, due to their recent changes
in policy and harsh limitations on builds. With build times over 2
hours, it was a significant hindrance to development.

Instead of Travis CI, the CI is now split on Sourcehut and GitHub. Since
Sourcehut only supports Linux/BSD, all builds on those operating systems
are executed there. The GitHub Actions CI is used to build for
Windows/macOS, which are not available on Sourcehut.

Since asset deployment for releases requires builds on all platforms,
this is also done on GitHub actions. Though the new `upload_asset.sh`
script makes sure that migration in the future is fairly simple and we
do not tie ourselves to the overly complicated GitHub Actions ecosystem.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes all CI builds from travis-ci, due to their recent changes
in policy and harsh limitations on builds. With build times over 2
hours, it was a significant hindrance to development.

Instead of Travis CI, the CI is now split on Sourcehut and GitHub. Since
Sourcehut only supports Linux/BSD, all builds on those operating systems
are executed there. The GitHub Actions CI is used to build for
Windows/macOS, which are not available on Sourcehut.

Since asset deployment for releases requires builds on all platforms,
this is also done on GitHub actions. Though the new `upload_asset.sh`
script makes sure that migration in the future is fairly simple and we
do not tie ourselves to the overly complicated GitHub Actions ecosystem.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.6.0-dev</title>
<updated>2020-07-19T20:37:59+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2020-07-19T20:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=3688b5c075a1be6dab8f399935b3001bcbf327b6'/>
<id>3688b5c075a1be6dab8f399935b3001bcbf327b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.5.0-dev</title>
<updated>2020-03-14T16:39:02+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2020-03-14T16:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=6801c4a4fd40d380ae7878f6f791473f73a02a1e'/>
<id>6801c4a4fd40d380ae7878f6f791473f73a02a1e</id>
<content type='text'>
This is a bump of the development version and does not represent a
stable release.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a bump of the development version and does not represent a
stable release.</pre>
</div>
</content>
</entry>
<entry>
<title>Change Alacritty .ico to use higher resolution</title>
<updated>2020-01-17T21:28:34+00:00</updated>
<author>
<name>Michael Fresco</name>
<email>15065392+michaelfresco@users.noreply.github.com</email>
</author>
<published>2020-01-17T21:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=bd96e7f7694d9c6108baf0dc091eb6a68ad54041'/>
<id>bd96e7f7694d9c6108baf0dc091eb6a68ad54041</id>
<content type='text'>
Fixes #2651.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2651.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 0.4.2-dev</title>
<updated>2020-01-05T14:42:11+00:00</updated>
<author>
<name>Kirill Chibisov</name>
<email>contact@kchibisov.com</email>
</author>
<published>2020-01-05T14:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=7fd17ab0dd30d9b14318578e4ca7d8da9c6c91d0'/>
<id>7fd17ab0dd30d9b14318578e4ca7d8da9c6c91d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump master to 0.4.1-dev</title>
<updated>2019-11-19T20:34:34+00:00</updated>
<author>
<name>Christian Duerr</name>
<email>contact@christianduerr.com</email>
</author>
<published>2019-11-19T20:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/r-alacritty.git/commit/?id=ec3fa2b33a84d196457c1bc424e22f28a8648c15'/>
<id>ec3fa2b33a84d196457c1bc424e22f28a8648c15</id>
<content type='text'>
To make the release process a bit smoother and prevent a freeze of the
master process while review candidates are out, this will put the master
in a perpetual development state.

This should make it clear to everyone that the official source for
releases is always the tagged branch and make it possible to release new
versions completely independently.

Since versions are bumped after each release, this makes it so the
release branches do not have to get merged back into the master branch
to show the correct development version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make the release process a bit smoother and prevent a freeze of the
master process while review candidates are out, this will put the master
in a perpetual development state.

This should make it clear to everyone that the official source for
releases is always the tagged branch and make it possible to release new
versions completely independently.

Since versions are bumped after each release, this makes it so the
release branches do not have to get merged back into the master branch
to show the correct development version.
</pre>
</div>
</content>
</entry>
</feed>
