- Timestamp:
- Aug 21, 2024, 11:49:46 AM (3 months ago)
- Location:
- trunk
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak/net.zdechov.app.LazFuck.appdata.xml
r174 r177 32 32 <screenshot type="default"> 33 33 <caption>Main window</caption> 34 <image>https://svn.zdechov.net/LazFuck/trunk/Images/Screenshots/LazFuck .png</image>34 <image>https://svn.zdechov.net/LazFuck/trunk/Images/Screenshots/LazFuck%20Qt5.png</image> 35 35 </screenshot> 36 36 <screenshot type="default"> 37 37 <caption>Dark mode</caption> 38 <image>https://svn.zdechov.net/LazFuck/trunk/Images/Screenshots/LazFuck%20 Linux%20dark.png</image>38 <image>https://svn.zdechov.net/LazFuck/trunk/Images/Screenshots/LazFuck%20Qt5%20dark.png</image> 39 39 </screenshot> 40 40 </screenshots> … … 55 55 <li>Modified: Used loop in number generation.</li> 56 56 <li>Modified: Used scrollbox in target options form.</li> 57 <li>Modified: Use monospace font.</li> 58 <li>Do not extra scale controls dimensions.</li> 57 59 <li>Fixed: Update cursor position in status bar.</li> 58 60 <li>Fixed: Memory leak in target code form.</li> … … 61 63 <li>Fixed: OpenDialog was not initialized in Target options form.</li> 62 64 <li>Fixed: Put compiled files into application data directory if source is in read only directory.</li> 65 <li>Fixed: Error on showing execution point in not paused state.</li> 63 66 </ul> 64 67 </description> -
trunk/Install/flatpak/net.zdechov.app.LazFuck.yml
r174 r177 25 25 - type: svn 26 26 url: https://svn.zdechov.net/LazFuck/trunk 27 revision: r17 427 revision: r177 28 28 buildsystem: simple 29 29 build-commands: -
trunk/Languages/LazFuck.cs.po
r157 r177 803 803 msgid "Compiler path" 804 804 msgstr "Cesta pÅekladaÄe" 805 -
trunk/Release Notes.txt
r169 r177 12 12 * Modified: Used loop in number generation. 13 13 * Modified: Used scrollbox in target options form. 14 * Modified: Use monospace font. 15 * Modified: Do not extra scale controls dimensions. 14 16 * Fixed: Update cursor position in status bar. 15 17 * Fixed: Memory leak in target code form. … … 18 20 * Fixed: OpenDialog was not initialized in Target options form. 19 21 * Fixed: Put compiled files into application data directory if source is in read only directory. 22 * Fixed: Error on showing execution point in not paused state. 20 23 21 24 Version 1.2.0 (2022-03-05)
Note:
See TracChangeset
for help on using the changeset viewer.