File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 "sources" : [{
4545 "type" : " git" ,
4646 "url" : " https://github.com/toolstack/Folio" ,
47- "tag" : " 24.13" ,
48- "commit" : " 70e1f989fe8415cf81067f2d56fe29c6b17bf50d"
47+ "tag" : " 24.14"
4948 }]
5049 }
5150 ]
Original file line number Diff line number Diff line change 2424 <launchable type =" desktop-id" >@app_id@.desktop</launchable >
2525
2626 <releases >
27+ <release type =" stable" version =" 24.14" date =" 2024-12-01" >
28+ <description translate =" no" >
29+ <p >Changes:</p >
30+ <ul >
31+ <li >Added tooltips to more controls.</li >
32+ <li >Fixed memory leaks in preferences page, thanks @GeopJr</li >
33+ <li >Fixed more memory leaks throughout the codebase.</li >
34+ <li >Fixed padding in new/edit notebook dialog.</li >
35+ <li >Fixed inserting empty link tags properly.</li >
36+ <li >Fixed title level selector in the toolbar.</li >
37+ <li >Fixed saving notes overwriting symlinks.</li >
38+ <li >Translation updates</li >
39+ <li >Other minor fixes</li >
40+ </ul >
41+ </description >
42+ </release >
2743 <release type =" stable" version =" 24.13" date =" 2024-11-12" >
2844 <description translate =" no" >
2945 <p >Changes:</p >
Original file line number Diff line number Diff line change 11project (
22 ' com.toolstack.Folio' ,
33 [' c' , ' vala' ],
4- version : ' 24.13 ' ,
4+ version : ' 24.14 ' ,
55 meson_version : ' >= 0.59.4' ,
66 default_options : [
77 ' warning_level=2' ,
Original file line number Diff line number Diff line change 88 folio :
99 plugin : meson
1010 source : https://github.com/toolstack/Folio.git
11- source-tag : ' 24.13 '
11+ source-tag : ' 24.14 '
1212 source-depth : 1
1313 build-snaps :
1414 - blueprint-compiler
Original file line number Diff line number Diff line change @@ -205,15 +205,15 @@ Sunniva Løvstad
205205 about. set_release_notes (" " "
206206 <p>Changes:</p>
207207 <ul>
208- <li>Added support to display long notebook/note names in the UI </li>
209- <li>Perforamce improvements for large markdown files , thanks @machitgarha </li>
210- <li>Fixed AppImage support </li>
211- <li>Fixed highlighting of text when opening an outside file in Folio </li>
212- <li>Fixed crash when opening files/notes from the command line </li>
213- <li>Fixed autosave not functioning </li>
214- <li>Fixed more issues with deleting notebooks </li>
215- <li>Translation updates</li>
216- <li>Other minor fixes</li>
208+ <li>Added tooltips to more controls. </li>
209+ <li>Fixed memory leaks in preferences page , thanks @GeopJr </li>
210+ <li>Fixed more memory leaks throughout the codebase. </li>
211+ <li>Fixed padding in new/edit notebook dialog. </li>
212+ <li>Fixed inserting empty link tags properly. </li>
213+ <li>Fixed title level selector in the toolbar. </li>
214+ <li>Fixed saving notes overwriting symlinks. </li>
215+ <li>Translation updates</li>
216+ <li>Other minor fixes</li>
217217 </ul>
218218" " "
219219 );
You can’t perform that action at this time.
0 commit comments