<feed xmlns='http://www.w3.org/2005/Atom'>
<title>weechat-activity-bar, branch v1.2</title>
<subtitle>Update the AnyBar colour when there is activity in a WeeChat buffer</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/'/>
<entry>
<title>Increase version v1.1 -&gt; v1.2</title>
<updated>2023-12-15T00:55:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-15T00:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=4ce8cee35973182eb1f905b2e93b44b660c655f6'/>
<id>4ce8cee35973182eb1f905b2e93b44b660c655f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>activity_bar.pl: Don't notify about messages in "core.weechat" buffer</title>
<updated>2023-12-13T23:08:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-13T23:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=bf1480a5e3a8d40d56250043269524c49f6b39c3'/>
<id>bf1480a5e3a8d40d56250043269524c49f6b39c3</id>
<content type='text'>
We really only care about messages from other people, so don't bother
notifying when messages are added to the WeeChat core buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We really only care about messages from other people, so don't bother
notifying when messages are added to the WeeChat core buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase version v1.0 -&gt; v1.1</title>
<updated>2023-12-12T19:47:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-12T19:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=113f7c16a4eb52a2282de31d55b46fc50505d3bb'/>
<id>113f7c16a4eb52a2282de31d55b46fc50505d3bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>activity_bar.pl: Don't change AnyBar colour for lower priority messages</title>
<updated>2023-12-12T19:41:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-12T19:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=9e3f392c28791205591e5e5c32ad7534eb5fc707'/>
<id>9e3f392c28791205591e5e5c32ad7534eb5fc707</id>
<content type='text'>
If you've received a highlight and a normal message comes in, or if you
have a private message and get highlighted, then the AnyBar colour
should not change. We should keep the AnyBar colour of the highest
priority message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you've received a highlight and a normal message comes in, or if you
have a private message and get highlighted, then the AnyBar colour
should not change. We should keep the AnyBar colour of the highest
priority message.
</pre>
</div>
</content>
</entry>
<entry>
<title>activity_bar.pl: Swap privmsg and regular message colours</title>
<updated>2023-12-12T19:20:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-12T19:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=a9aad0dc5605944c4d811c5ae91ff6b8896f4eba'/>
<id>a9aad0dc5605944c4d811c5ae91ff6b8896f4eba</id>
<content type='text'>
After using the plugin for a couple days, I decided that orange is too
insistent a colour to describe messages I probably don't need to read
immediately.

Swap the blue and orange colours so that now blue means regular message
and orange means private message. This feels better in terms of message
priority.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After using the plugin for a couple days, I decided that orange is too
insistent a colour to describe messages I probably don't need to read
immediately.

Swap the blue and orange colours so that now blue means regular message
and orange means private message. This feels better in terms of message
priority.
</pre>
</div>
</content>
</entry>
<entry>
<title>activity_bar.pl: Don't show activity for messages below notify level</title>
<updated>2023-12-12T19:11:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-12T19:11:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=2baff3c74a078443058828e4a01a32fbec9285b5'/>
<id>2baff3c74a078443058828e4a01a32fbec9285b5</id>
<content type='text'>
If a message comes in on a buffer whose notify level is set to
highlights and higher, then don't update AnyBar activity.

We should only be changing the AnyBar colour when we receive messages
that we want to be notified of based on our configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a message comes in on a buffer whose notify level is set to
highlights and higher, then don't update AnyBar activity.

We should only be changing the AnyBar colour when we receive messages
that we want to be notified of based on our configuration.
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Add demo screencast</title>
<updated>2023-12-10T01:14:41+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-10T01:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=b7534281fe1077ad3afeba047d122643be5dd4ad'/>
<id>b7534281fe1077ad3afeba047d122643be5dd4ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2023-12-10T00:42:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-10T00:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=14efabc4e4b7d1a90dcfdad1cde146d41a908518'/>
<id>14efabc4e4b7d1a90dcfdad1cde146d41a908518</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2023-12-10T00:17:55+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-10T00:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=386579c7864f281ad1ef3112efdd52a7b0cb1afd'/>
<id>386579c7864f281ad1ef3112efdd52a7b0cb1afd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>activity_bar.pl: Add documentation about terminal focus handling</title>
<updated>2023-12-10T00:13:09+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-10T00:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=27b1c7201747ab2dbbed8b07d4986a9049936baa'/>
<id>27b1c7201747ab2dbbed8b07d4986a9049936baa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
