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.14" ,
48- "commit" : " 6aad16b8ad2b86c61c38d43befdc1cf8b8ebff38"
47+ "tag" : " 25.01"
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 =" 25.01" date =" 2025-02-04" >
28+ <description translate =" no" >
29+ <p >Changes:</p >
30+ <ul >
31+ <li >Fixed renaming a note causing data loss for unsaved notes.</li >
32+ <li >Fixed new notes contain garbage instead of being blank.</li >
33+ <li >Fixed Catalan country code for translations.</li >
34+ <li >Fixed sidebar opening when saving a note with it closed.</li >
35+ <li >Translation updates</li >
36+ <li >Other minor fixes</li >
37+ </ul >
38+ </description >
39+ </release >
2740 <release type =" stable" version =" 24.14" date =" 2024-12-01" >
2841 <description translate =" no" >
2942 <p >Changes:</p >
Original file line number Diff line number Diff line change 11project (
22 ' com.toolstack.Folio' ,
33 [' c' , ' vala' ],
4- version : ' 24.14 ' ,
4+ version : ' 25.01 ' ,
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.14 '
11+ source-tag : ' 25.01 '
1212 source-depth : 1
1313 build-snaps :
1414 - blueprint-compiler
Original file line number Diff line number Diff line change @@ -205,15 +205,12 @@ Sunniva Løvstad
205205 about. set_release_notes (" " "
206206 <p>Changes:</p>
207207 <ul>
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>
208+ <li>Fixed renaming a note causing data loss for unsaved notes.</li>
209+ <li>Fixed new notes contain garbage instead of being blank.</li>
210+ <li>Fixed Catalan country code for translations.</li>
211+ <li>Fixed sidebar opening when saving a note with it closed.</li>
212+ <li>Translation updates</li>
213+ <li>Other minor fixes</li>
217214 </ul>
218215" " "
219216 );
You can’t perform that action at this time.
0 commit comments