<feed xmlns='http://www.w3.org/2005/Atom'>
<title>weechat-activity-bar, branch v1.3</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.2 -&gt; v1.3</title>
<updated>2024-02-02T18:45:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2024-02-02T18:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=73de336ac872b2eea884cdcbfbd04c48f354e3fb'/>
<id>73de336ac872b2eea884cdcbfbd04c48f354e3fb</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: Update copyright year</title>
<updated>2024-02-02T18:44:40+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2024-02-02T18:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=14cd807b49dab453e0393b074b2c2a4e548c3270'/>
<id>14cd807b49dab453e0393b074b2c2a4e548c3270</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: Fix notification for messages in "core.weechat" buffer</title>
<updated>2024-02-02T18:42:14+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2024-02-02T18:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/weechat-activity-bar/commit/?id=619686d4ac458a0beeafa565bd4b0627526d9223'/>
<id>619686d4ac458a0beeafa565bd4b0627526d9223</id>
<content type='text'>
It was possible to be highlighted in the core.weechat buffer, and that
would trigger an AnyBar message and colour change. We don't want that to
happen, so move the 'core.weechat' check earlier to completely ignore
it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was possible to be highlighted in the core.weechat buffer, and that
would trigger an AnyBar message and colour change. We don't want that to
happen, so move the 'core.weechat' check earlier to completely ignore
it.
</pre>
</div>
</content>
</entry>
<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>
</feed>
