<feed xmlns='http://www.w3.org/2005/Atom'>
<title>i3status.git, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sigexec.com/cgit.cgi/i3status.git/atom?h=master</id>
<link rel='self' href='http://git.sigexec.com/cgit.cgi/i3status.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/'/>
<updated>2020-12-13T21:29:23+00:00</updated>
<entry>
<title>configure.ac: exclude build without running git (#364)</title>
<updated>2020-12-13T21:29:23+00:00</updated>
<author>
<name>Valérian Rousset</name>
<email>tharvik@users.noreply.github.com</email>
</author>
<published>2020-12-13T21:29:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=30a32cce3a16e6c79a81aad467cfe13c12e688cb'/>
<id>urn:sha1:30a32cce3a16e6c79a81aad467cfe13c12e688cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #433 from cherti/initialization</title>
<updated>2020-10-09T10:51:53+00:00</updated>
<author>
<name>Orestis Floros</name>
<email>orestisflo@gmail.com</email>
</author>
<published>2020-10-09T10:51:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=3f27399d730bb9a66bebfed6aff2660828687ca5'/>
<id>urn:sha1:3f27399d730bb9a66bebfed6aff2660828687ca5</id>
<content type='text'>
Initialize fields with zero bytes in wireless module</content>
</entry>
<entry>
<title>Initialize fields with zero bytes in wireless module</title>
<updated>2020-10-09T10:36:41+00:00</updated>
<author>
<name>Jonas Große Sundrup</name>
<email>jonas-git@grosse-sundrup.com</email>
</author>
<published>2020-10-09T10:08:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=afc73e19827a4161890b9acfe4373914b3411aeb'/>
<id>urn:sha1:afc73e19827a4161890b9acfe4373914b3411aeb</id>
<content type='text'>
Previously, the fields in the wireless module were declared but not explicitly
initialized upon declaration. As nothing else would do so afterwards, this
could introduce random characters left over in the memory segment into
the fields. This was explicitly observed in the essid-field, but likely
a possibility for other fields as well. Hence, this commit adds explicit
initialization with zero bytes to all fields to ensure proper
termination of all fields.

Fixes #432
</content>
</entry>
<entry>
<title>Fix crash in print_memory (#427)</title>
<updated>2020-10-08T09:15:43+00:00</updated>
<author>
<name>Jordan Galby</name>
<email>gravemind2a@gmail.com</email>
</author>
<published>2020-10-08T09:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=8bcf5491d805ba0e97d0904040218f15b5c478a6'/>
<id>urn:sha1:8bcf5491d805ba0e97d0904040218f15b5c478a6</id>
<content type='text'>
Fixes a stack-overflow when memory is, for example, "1020.17 TiB".

This fix limits the max number of memory decimals to 4.

The crash was probably introduced in 066e813331 .</content>
</entry>
<entry>
<title>Allow selective pango-markup in tztime-module (#430)</title>
<updated>2020-08-31T06:30:59+00:00</updated>
<author>
<name>Jonas Große Sundrup</name>
<email>cherti@letopolis.de</email>
</author>
<published>2020-08-31T06:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=3451a0d9fc81c69d4dcaf93b511459b164df05e8'/>
<id>urn:sha1:3451a0d9fc81c69d4dcaf93b511459b164df05e8</id>
<content type='text'>
Closes #421</content>
</entry>
<entry>
<title>README: use make -j$(nproc)</title>
<updated>2020-07-09T10:05:44+00:00</updated>
<author>
<name>Bhaskar Chowdhury</name>
<email>unixbhaskar@gmail.com</email>
</author>
<published>2020-07-09T10:05:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=a3a37da11e4b7aad293eda645761f342e5eafc3b'/>
<id>urn:sha1:a3a37da11e4b7aad293eda645761f342e5eafc3b</id>
<content type='text'>
Co-authored-by: Orestis Floros &lt;orestisflo@gmail.com&gt;</content>
</entry>
<entry>
<title>Add support for batteries outputting Time to empty on linux (#378)</title>
<updated>2020-06-15T07:09:06+00:00</updated>
<author>
<name>Michael Nolan</name>
<email>C-Elegans@users.noreply.github.com</email>
</author>
<published>2020-06-15T07:09:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=e19539e5f6a70b2acb1b8a2cf979c80f4d63a91d'/>
<id>urn:sha1:e19539e5f6a70b2acb1b8a2cf979c80f4d63a91d</id>
<content type='text'>
* Add support for batteries outputting Time to empty on linux

The battery in the pinebook pro does not output the remaining charge
in Wh or mAh, so i3 cannot calculate the time remaining. However, it
does directly output the number of minutes remaining on in
POWER_SUPPLY_TIME_TO_EMPTY. This adds support for reading this field
and converting it to seconds_remaining.

* Add testcase for POWER_SUPPLY_TIME_TO_EMTY_NOW</content>
</entry>
<entry>
<title>Use the PulseAudio port name rather than the sink name (#419)</title>
<updated>2020-06-15T07:07:27+00:00</updated>
<author>
<name>Mikel Ward</name>
<email>mikel@mikelward.com</email>
</author>
<published>2020-06-15T07:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=09358d26982431702c3652e8f07ebff7166a1181'/>
<id>urn:sha1:09358d26982431702c3652e8f07ebff7166a1181</id>
<content type='text'>
This generates much friendlier names on all my systems, e.g.
"HDMI / DisplayPort 5" rather than
"Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590] Digital Stereo (HDMI 5)"</content>
</entry>
<entry>
<title>configure: Add switch to disable manual pages (#413)</title>
<updated>2020-05-05T15:39:49+00:00</updated>
<author>
<name>Orestis Floros</name>
<email>orestisflo@gmail.com</email>
</author>
<published>2020-05-05T15:39:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=4bd07355abb1ad6b5463db7e7c763ea0075ebbc8'/>
<id>urn:sha1:4bd07355abb1ad6b5463db7e7c763ea0075ebbc8</id>
<content type='text'>
Code copied from i3

Fixes #377</content>
</entry>
<entry>
<title>Merge pull request #418 from orestisfl/warnings</title>
<updated>2020-05-01T20:41:53+00:00</updated>
<author>
<name>Ingo Bürk</name>
<email>admin@airblader.de</email>
</author>
<published>2020-05-01T20:41:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sigexec.com/cgit.cgi/i3status.git/commit/?id=ae49ec4bcbb2474392851cea34d2d31a3d16eb4a'/>
<id>urn:sha1:ae49ec4bcbb2474392851cea34d2d31a3d16eb4a</id>
<content type='text'>
Fix fall-through warnings</content>
</entry>
</feed>
