File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.2.0] - 2025-10-13
9+
10+ ### Added
11+
12+ - Support for Switch Firmware 19.0.0 and newer.
13+
814## [ 2.1.1] - 2024-01-20
915
1016### Added
@@ -235,6 +241,7 @@ Initial release (as a Python script).
235241
236242Initial release (as CMD script).
237243
244+ [ 2.2.0 ] : https://github.com/rlaphoenix/nton/releases/tag/v2.2.0
238245[ 2.1.1 ] : https://github.com/rlaphoenix/nton/releases/tag/v2.1.1
239246[ 2.1.0 ] : https://github.com/rlaphoenix/nton/releases/tag/v2.1.0
240247[ 2.0.1 ] : https://github.com/rlaphoenix/nton/releases/tag/v2.0.1
Original file line number Diff line number Diff line change 1- __version__ = "2.1.1 "
1+ __version__ = "2.2.0 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " nton"
7- version = " 2.1.1 "
7+ version = " 2.2.0 "
88description = " Nintendo Switch NRO to NSP Forwarder."
99authors = [" rlaphoenix <rlaphoenix@pm.me>" ]
1010license = " GPL-3.0-only"
Original file line number Diff line number Diff line change 11; https://jrsoftware.org/ishelp/index.php
22
33#define AppName " NTON"
4- #define Version " 2.1.1 "
4+ #define Version " 2.2.0 "
55
66[Setup]
77AppId = {#AppName}
You can’t perform that action at this time.
0 commit comments