Skip to content

Commit

Permalink
fin - Finalized changelogs
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 Oct 12, 2024
1 parent 4efe9d6 commit d2b615c
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 13 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.53-0.1.1.23.orig.tar .
xz ../kernel-simulator_3.0.26.53-0.1.1.23.orig.tar
tar cfv ../kernel-simulator_3.0.26.53-0.1.1.24.orig.tar .
xz ../kernel-simulator_3.0.26.53-0.1.1.24.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.53-0.1.1.23.orig.tar .
xz ../kernel-simulator_3.0.26.53-0.1.1.23.orig.tar
tar cfv ../kernel-simulator_3.0.26.53-0.1.1.24.orig.tar .
xz ../kernel-simulator_3.0.26.53-0.1.1.24.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.53-0.1.1.23.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/kernel-sim/+sourcefiles/kernel-simulator/3.0.26.53-0.1.1.23/kernel-simulator_3.0.26.53-0.1.1.23.orig.tar.xz
tar xf ../kernel-simulator_3.0.26.53-0.1.1.23.orig.tar.xz .
wget --output-document=../kernel-simulator_3.0.26.53-0.1.1.24.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/kernel-sim/+sourcefiles/kernel-simulator/3.0.26.53-0.1.1.24/kernel-simulator_3.0.26.53-0.1.1.24.orig.tar.xz
tar xf ../kernel-simulator_3.0.26.53-0.1.1.24.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.53-0.1.1.23.orig.tar .
xz ../kernel-simulator_3.0.26.53-0.1.1.23.orig.tar
tar cfv ../kernel-simulator_3.0.26.53-0.1.1.24.orig.tar .
xz ../kernel-simulator_3.0.26.53-0.1.1.24.orig.tar
mv ../debian .
- name: Build source package
Expand Down
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
We've made this emergency release to fix color palette issues causing some screensavers to look ugly.
We've made this emergency release to fix issues related to license infobox and BackRace game appearance.

NOTICE: There won't be any updates until the end of December 2024, but we promise that we'll come up with something amazing in the next update!

### Changes

This release contains a variety of changes, including, but not limited to:

- `[*]` Prevent color palette from being used on screensavers
- `[*]` Fixed license infobox modality
- `[*]` Fixed BackRace game appearance

Review the commit history if you want to get a deep insight about the changes.

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.TITLE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[servicing] Nitrocid KS v0.1.1.23: Improvements!
[servicing] Nitrocid KS v0.1.1.24: Fixes!
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
kernel-simulator (3.0.26.53-0.1.1.24-1) noble; urgency=medium

* Fixed license infobox modality
* Fixed BackRace game appearance

-- Aptivi CEO <ceo@aptivi.anonaddy.com> Sat, 12 Oct 2024 21:44:22 +0300

kernel-simulator (3.0.26.53-0.1.1.23-1) noble; urgency=medium

* Prevent color palette from being used on screensavers
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.22" />
<PackageReference Include="KS" Version="0.1.1.24" />
</ItemGroup>

</Project>
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 23)
Released July 23rd, 2024; codename (Magikaleidoscope) (0.1.1) (Rev 24)

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

Expand Down

0 comments on commit d2b615c

Please sign in to comment.