Skip to content

Commit

Permalink
fin - Finalized changelogs for 0.1.1.14
Browse files Browse the repository at this point in the history
---

Type: fin
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Aug 30, 2024
1 parent 9923cf1 commit b94ec3b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ppa-package-with-lintian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: |
mv debian ..
mv .github ..
tar cfv ../kernel-simulator_3.0.26.48-0.1.1.13.orig.tar .
xz ../kernel-simulator_3.0.26.48-0.1.1.13.orig.tar
tar cfv ../kernel-simulator_3.0.26.48-0.1.1.14.orig.tar .
xz ../kernel-simulator_3.0.26.48-0.1.1.14.orig.tar
mv ../debian .
- name: Build package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ppa-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: |
mv debian ..
mv .github ..
tar cfv ../kernel-simulator_3.0.26.48-0.1.1.13.orig.tar .
xz ../kernel-simulator_3.0.26.48-0.1.1.13.orig.tar
tar cfv ../kernel-simulator_3.0.26.48-0.1.1.14.orig.tar .
xz ../kernel-simulator_3.0.26.48-0.1.1.14.orig.tar
mv ../debian .
- name: Build package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pushamend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Download original source
run: |
wget --output-document=../kernel-simulator_3.0.26.48-0.1.1.13.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/kernel-sim/+sourcefiles/kernel-simulator/3.0.26.48-0.1.1.13/kernel-simulator_3.0.26.48-0.1.1.13.orig.tar.xz
tar xf ../kernel-simulator_3.0.26.48-0.1.1.13.orig.tar.xz .
wget --output-document=../kernel-simulator_3.0.26.48-0.1.1.14.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/kernel-sim/+sourcefiles/kernel-simulator/3.0.26.48-0.1.1.14/kernel-simulator_3.0.26.48-0.1.1.14.orig.tar.xz
tar xf ../kernel-simulator_3.0.26.48-0.1.1.14.orig.tar.xz .
mv .github ..
- name: Build source package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pushppa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
mv debian ..
mv .github ..
tar cfv ../kernel-simulator_3.0.26.48-0.1.1.13.orig.tar .
xz ../kernel-simulator_3.0.26.48-0.1.1.13.orig.tar
tar cfv ../kernel-simulator_3.0.26.48-0.1.1.14.orig.tar .
xz ../kernel-simulator_3.0.26.48-0.1.1.14.orig.tar
mv ../debian .
- name: Build source package
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kernel-simulator (3.0.26.48-0.1.1.14-1) noble; urgency=medium

* Fixed IFM and Settings TUIs

-- Aptivi CEO <[email protected]> Fri, 30 Aug 2024 18:57:43 +0300

kernel-simulator (3.0.26.48-0.1.1.13-1) noble; urgency=medium

* Updated Terminaux to 5.0 to bring improvements
Expand Down
2 changes: 1 addition & 1 deletion public/Nitrocid.Templates/templates/KSMod/KSMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KS" Version="0.1.1.11" />
<PackageReference Include="KS" Version="0.1.1.14" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion public/Nitrocid.Templates/templates/KSMod/ModName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class ModName : IMod
public string Name { get; set; } = "My Mod";
public string Version { get; set; } = "1.0.0";

public Version MinimumSupportedApiVersion => new(3, 0, 26, 46);
public Version MinimumSupportedApiVersion => new(3, 0, 26, 48);

public ReadOnlyDictionary<string, Delegate> PubliclyAvailableFunctions => null;

Expand Down
2 changes: 1 addition & 1 deletion tools/changes.chg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Nitrocid KS 0.1.1 changes
=========================

Released July 23rd, 2024; codename (Magikaleidoscope) (0.1.1) (Rev 13)
Released July 23rd, 2024; codename (Magikaleidoscope) (0.1.1) (Rev 14)

=============================================================================

Expand Down

0 comments on commit b94ec3b

Please sign in to comment.