-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAppCast.xaml
34 lines (32 loc) · 1.47 KB
/
AppCast.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>LunaForge</title>
<link>https://raw.githubusercontent.com/RulHolos/LunaForge/main/AppCast.xaml</link>
<description>LunaForge is a multipurpose LuaSTG code editor.</description>
<language>en</language>
<item>
<title>Version 1.0.0.1</title>
<description>
* Features
- New node: "Create Simple Laser". A plain laser supporting tasking. (Exactly like "Simple Enemies")
- New node: "Return".
- Added a "Open Recent" menu option on the "File" menu.
* Changes
- Fixed some nodes' displayed description (capital letters)
- Cleaned generated code for all nodes.
* Fixes
- Fixed a display error on the "Input Point Set" input window.
- Fixed a lot of node's GetLines.
- Fixed a near-fatal bug where you could delete node attributes on the parameters window.
</description>
<sparkle:channel>alpha</sparkle:channel>
<pubDate>Tue, 12 Nov 2024 00:00:00 +0000</pubDate>
<enclosure url="https://github.com/RulHolos/LunaForge/releases/download/1.0.0.1/LunaForge_win_1_0_0_1.exe"
sparkle:version="1.0.0.1"
sparkle:os="windows"
sparkle:criticalUpdate="true"
type="application/octet-stream"/>
</item>
</channel>
</rss>