File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v0.1.1 - 28 September 2026
2+
3+ * Removed a left over debugging ` puts ` . (Also allows me to test ` Input::DEVELOPMENT ` )
4+
15# v0.1.0 - 28 September 2026
26
37* Updated release workflow to use maintained actions.
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ def self.download_update!
3535
3636 url = "https://github.com/marcheiligers/dr-input/releases/download/v#{ @__input_version } /input.rb"
3737 @__input_download_response = $gtk. http_get url
38- puts "download: #{ @__input_download_response . inspect } "
3938 elsif instance_variable_defined? ( :@__input_download_response ) && @__input_download_response [ :complete ]
4039 raise "Received status code #{ @__input_download_response [ :http_response_code ] } " unless @__input_download_response [ :http_response_code ] == 200
4140
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ devid=fascinationworks
33devtitle=Fascination Works
44gameid=dr-input
55gametitle=Dragon Ruby Input
6- version=0.1.0
6+ version=0.1.1
77icon=metadata/icon.png
88
99# === Flags available at all licensing tiers ===
You can’t perform that action at this time.
0 commit comments