mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
The old "zulip_internal" name was from back when Zulip, Inc. had two distributions of Zulip, the enterprise distribution in puppet/zulip/ and the "internal" SAAS distribution in puppet/zulip_internal. I think the name is a bit confusing in the new fully open-source Zulip work, so we're replacing it with "zulip_ops". I don't think the new name is perfect, but it's better. In the following commits, we'll delete a bunch of pieces of Zulip, Inc.'s infrastructure that don't exist anymore and thus are no longer useful (e.g. the old Trac configuration), with the goal of cleaning the repository of as much unnecessary content as possible.
31 lines
925 B
HTML
31 lines
925 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<h1>Zulip</h1>
|
|
<h3>Version 0.4.4</h3>
|
|
<ul>
|
|
<li>Documentation improvements</li>
|
|
</ul>
|
|
<h3>Version 0.4.3</h3>
|
|
<ul>
|
|
<li>Add preferences dialog with new settings for tray icon flashing</li>
|
|
</ul>
|
|
<h3>Version 0.4.0</h3>
|
|
<ul>
|
|
<li>Start with an initial width wide enough to display both sidebars</li>
|
|
<li>Fix crash on exit</li>
|
|
<li>Close main window without exiting when the tray icon is shown</li>
|
|
<li>Clean up context menu when clicking on links</li>
|
|
<li>Fix Google login button</li>
|
|
<li>Add support for pasting an image from the clipboard</li>
|
|
<li>Bring Zulip window to front when clicking on desktop notifications</li>
|
|
<li>Add a more visible unread count to tray icon</li>
|
|
</ul>
|
|
<h3>Version 0.3.11</h3>
|
|
<ul>
|
|
<li>Initial SSO Release</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|