diff --git a/cinera/cinera.c b/cinera/cinera.c index 03d2f03..fd8c0d4 100644 --- a/cinera/cinera.c +++ b/cinera/cinera.c @@ -14,7 +14,7 @@ typedef struct version CINERA_APP_VERSION = { .Major = 0, .Minor = 5, - .Patch = 1 + .Patch = 2 }; #define CINERA_DB_VERSION 1 @@ -292,11 +292,13 @@ typedef struct category_medium CategoryMedium[] = { // medium icon written name - { "admin", "🗹", "Administrivia"}, // TODO(matt): Filter this out by default + { "admin", "🗹", "Administrivia"}, { "afk", "…" , "Away from Keyboard"}, // TODO(matt): Filter this out by default { "authored", "🗪", "Chat Comment"}, // TODO(matt): Conditionally handle Chat vs Guest Comments { "blackboard", "🖌", "Blackboard"}, { "experience", "🍷", "Experience"}, + { "hat", "🎩", "Hat"}, + { "multimedia", "🎬", "Media Clip"}, { "owl", "🦉", "Owl of Shame"}, { "programming", "🖮", "Programming"}, // TODO(matt): Potentially make this configurable per project { "rant", "💢", "Rant"},