-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
158 lines (145 loc) · 6.69 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
Version 0.13.0
~~~~~~~~~~~~~~
Released: 2021-06-12
Incremental release with targeted changes:
* Performance has been in most cases significantly improved
* Everything looks slightly different
* The image viewer now correctly scales vertically-constrained images
* The Terms of Service notice understood checkbutton is now more easy to click
* It is now possible to disable link previews
* The history loading indicator has been improved
* More history is loaded at a time when scrolling
* Toggling search with the shortcut when "folded" now reveals the sidebar
* Known regression: scrolling to load more history has noticeable, short freeze
* Large under-the-hood changes
* Jargon: first "GTK4" release
* Updated translations
* Updated screenshots
Version 0.12.0
~~~~~~~~~~~~~~
Released: 2021-06-05
Small incremental release, released because I want to port to GTK4:
* You can now elegantly see who is typing and send typing events yourself
* Appstream now actually works (was wrong id)
* When closing a popped out window, it is now poped back in
* Links are now highlighted in messages
* There are now link previews
* Some rare images that break the sizing are now handled correctly
* Multiple messages in a row from the same user are now grouped
* You can now scroll the message view through selection/keyboard
* Performance of coloring usernames has been greatly improved
* Login has minor improvements to design and keyboard navigation
* There is now a notice on first run about the Terms of Service violations
* There is now a preferences window (currently only toggles typing)
* There is now an elegant media viewer that allows you to view images more cleanly and navigate
the catalog
* The window titles have been improved
* The filechooser is correctly transient when used in poppped out channels
* All images now load significantly faster if you are on a fast connection
* Attachments in empty messages now look a bit better
* There is now localization support (currently Lithuanian)
* Performance of opening a channel has been improved
* Guild/sidebar search has been completely redesigned to be vastly easier to use, elegant, and
like other GNOME apps
* The error notifications (message failed, graphical authentication failed) have been changed to
use messagedialogs
* There is now a loading screen
* Basic markdown in messages is now supported (not Discord specific)
* Updated screenshots
* Many under the hood improvements
Version 0.10.0
~~~~~~~~~~~~~~
Released: 2021-05-23
More improvements, milestone:
* The Message send button now stops being active after sending attachment
* Receiving messages performance improved by using proper solution for self bot on_message issues
* Usernames of no-role people now use the standard theme accent color
* When revealing the attachment tray, the animation is now smooth (most of the time)
* Initial system for displaying errors
* Related to previous, message sending errors are now explained in UI
* You cannot attempt to send messages to channels where you don't have the required perms
* The message entry is now focused by default when entering a channel
* Improved design of Login Window
* You can now additionally login with an email and password
* The UI now has a button to log out
* Under the hood: Flatpak auto CI
* The standard web-based discord login is now no longer a separate window
* No longer depends on Go
* Initial first-iteration app icon (and symbolic)
* Windows now have correct titles
* Long messages are now no longer censored
* There is now a scroll down to bottom button in channels
* You can now no longer accidentally launch multiple main windows
* Quotes now look nice in messages
* It now no longer looks like you can select multiple channels from different guilds at the same
time
* You can now search the Guild/Channel list
* Channel sidebar looks a bit nicer
* Keyboard shortcuts now actually work
* Updated Appstream Metadata
* Updated Desktop file for better search results
* Updated Screenshots
Version 0.0.4
~~~~~~~~~~~~~
Released: 2021-05-14
Standard improvements:
* You can now select message text
* Better sizing for message view (clamp)
* Channels now have a basic properties window (transient only on Wayland)
* The cache is now in a single Mirdorph-specific directory
* Cache is now cleared at startup to prevent massive file buildup (with attach)
* Better default sizes and width limits for channels
* Messages now look a bit nicer
* Images support
* Support for all other types of attachments (downloadable nice file)
* You can now send attachments
* Usernames now have colors if they have roles (can take long to load)
* Appstream metadata now actually works
* Updated screenshots
Version 0.0.3
~~~~~~~~~~~~~
Released: 2021-05-12
More basic very early improvements:
* Messages now wrap and you now no longer have clunky horizontal scrollbar
* Initial basic main app menu with empty preferences and fancy about dialog!
* Channels now have guild and search in an extra menu that currently doesn't do anything
* Now the flap closes automatically when you select a channel in mobile mode
* Now you have graphical discord login, no more messing with getting your token, nice login email
and password gui
* Messages now have profile icons
* Flatpak is now buildable offline apart from one module
* Things can now be gpu accelerated
* You can now scroll endlessly in channels and history is loaded on the fly
* Prettier messages view with clamp
Version 0.0.2
~~~~~~~~~~~~~
Released: 2021-05-09
Basic very early improvements
* When a message is sent by another userand you are near the bottom of the view, you are now
automatically scrolled to see the message
* Added running and building instructions
* Slightly improved the discord.py patch for on_message
* Initial unit testing, currently only for confman, don't really see how to test most other
current stuff
* Chanels now have their name and topic in the titlebar
* Redesigned sidebar that shows all the guilds you are part of, has images and looks somewhat nice
(however a lot more to come)
* You can now toggle the flap without swiping while a channel is not selected
* Removed add channel function, obselete with guild support. Adding guild support will come in the
future
* Improved startup performance by lazy loading channels
* Documented attempts at solving the April 30th selfbot issue
* Nice loading animations for the guild list
* Updated screenshots
Version 0.0.1
~~~~~~~~~~~~~
Released: 2021-05-07
Initial MVP released, features:
* login support with token and secret storage
* somewhat adaptive
* adding channels
* opening channels
* poping out channels into separate windows
* sending messages
* receiving messages
* seeing previous messages