-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,19 @@ | |
<update_contact>[email protected]</update_contact> | ||
|
||
<releases> | ||
<release version="1.14.1" date="2022-11-26"> | ||
<description> | ||
<p>Changes in v1.14.1:</p> | ||
<ul> | ||
<li>Fixed possible crash when closing a tab with the outline sidebar visible.</li> | ||
<li>Fixed hang when setting a folder's parent to itself in the Edit Folder dialog.</li> | ||
<li>Updated UI translations.</li> | ||
</ul> | ||
<p>The full release notes can be viewed inside the app by opening | ||
the "about:version" page.</p> | ||
</description> | ||
<url>https://github.com/skyjake/lagrange/releases/tag/v1.14.1</url> | ||
</release> | ||
<release version="1.14" date="2022-11-24"> | ||
<description> | ||
<p>Changes in v1.14:</p> | ||
|