summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorsijanec <anton@sijanec.eu>2021-05-05 12:56:41 +0200
committersijanec <anton@sijanec.eu>2021-05-05 12:56:41 +0200
commit42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879 (patch)
treeeb9f13bfc2962a62d716975f0fd9a43f683612c0 /debian/changelog
parentdodal podporo za direct messages (diff)
downloaddiscord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar.gz
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar.bz2
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar.lz
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar.xz
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.tar.zst
discord.c-42bdf4a3ee0ad23b4eaf5e1b6a7e61a1f999d879.zip
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..dd8fc35
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,38 @@
+discord.c (0.0.3-0) stable; urgency=low
+
+ * added support for attachment viewing as links
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Wed, 05 May 2021 12:50:00 +0200
+
+discord.c (0.0.2-2) stable; urgency=low
+
+ * fixed debian source distribution
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Sun, 04 Apr 2021 14:00:00 +0200
+
+discord.c (0.0.2-1) stable; urgency=low
+
+ * added direct messaging support as a virtual guild 0
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Thu, 25 Mar 2021 22:10:00 +0100
+
+discord.c (0.0.1-1) stable; urgency=low
+
+ * multichannel support (use /join and /leave, [TAB] key to switch channels you
+ send to)
+ * now ui says to turn on networking thread with /n 1 when it's off and no
+ channels are joined (start of the program)
+ fixed bugs:
+ * when name of channel/user in text chat log contains an unicode character,
+ %08.8s obviously misses. this is now fixed by moving cursor directly (:
+
+ (small bug detected after release: no focused channel when leaving focused
+ channel, use [TAB] to fix (; )
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Mon, 22 Mar 2021 19:45:00 +0100
+
+discord.c (0.0.0-1) stable; urgency=low
+
+ * Initial proof of concept release.
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Thu, 18 Mar 2021 18:23:04 +0100