Skip to content

Commit

Permalink
2.19.2.1 Release (#272)
Browse files Browse the repository at this point in the history
* Merge branch "main" to "beta". (#261)

* Update Astro from v4.14.4 to v4.14.5. (#253)

* Update `actions/checkout` from v3 to v4.  (#255)

* Update Astro from v4.14.4 to v4.14.5. (Beta)

* Update `actions/checkout` from v3 to v4.

This is to get rid of any deprecation warning from CodeQL.

* Update `micromatch` from v4.0.7 to v4.0.8. (#257)

* Update Astro from v4.14.4 to v4.14.5. (Beta)

* Update actions/checkout from v3 to v4. (Up to date with #255)

* Update `micromatch` from v4.0.7 to v4.0.8.

* Add renovate.json (#258)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Bump website version to 2.19.2.1. (#262)

* Update version.js

* Update package.json

* Update package-lock.json

* Update README.md

* Update archive.astro

* Update dependency.

* Simplify hero buttons. (#263)

* Upgrade Astro from v4.14.5 to v4.15.6 (complies with #264)

* Add `sourcemaking.com` a resource in CodingHome. (#265)

* Upgrade Astro from v4.14.6 to v4.15.1 (complies with #266)

* Merge branch 'main' into beta

* Comply with #267

* Update astro to from v4.15.1 to v4.15.2.

* Keep archive buttons consistent.

* Turn off the alert.

* Add changelog.

* fix small oversight

* no more space

* Added margin-left in the 2.15 dropdown.

* Update archive.astro

* Add more resources. (1/2)

* Update codinghome.astro

* Kept Astro up to date on the `beta` branch. (#273)

* Update dependency astro to v4.15.4

* Properly update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Keeping changelog up to date (1/3).

* Keeping changelog up to date (2/3).

* Keeping changelog up to date (3/3).

* Update CodingHome Resources + Update changelog & date (#281)

* Add `sourcemaking.com` a resource in CodingHome.

* Part 1

* Part 2

* Update changelog. (1/3)

* Add files via upload

* Add files via upload

* Add files via upload

* Update changelog

* Update index.astro

* Update privacy.astro

* Delete public/media/slideshow/21902-1-091124.webp

* Rename 21921-1-091624.webp to 21921-1-091824.webp

* Delete public/media/slideshow/21921-1-091824.webp

* Delete public/media/slideshow/21921-2-091124.webp

* Delete public/media/slideshow/21921-1-091124.webp

* Add files via upload

* Fix archive buttons for mobile devices.

* Update archive.astro

* Rerun all checks commit.

* Update Twitter and X links to be current. (#284)

* Update noodle.astro

* Update noodle.astro

* Update index.astro

* Update Footer.astro

* Update README.md

* Finalize changelog. (#285)

* Add files via upload

* Add files via upload

* Update index.astro

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
Alex-Toucan and renovate[bot] authored Sep 19, 2024
1 parent f7d5156 commit 744c659
Show file tree
Hide file tree
Showing 20 changed files with 708 additions and 130 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="https://atproducts.xyz"><img src="/public/media/images/ATProductsLLC.png" alt="AT Products LLC" width="75%"></a>
<br><br>
<p>
<img src="https://img.shields.io/badge/made%20with-love-E760A4.svg" alt="Made with love">
<img src="https://img.shields.io/badge/made%20with-love-E760A4.svg" alt="Made with love">
<a href="https://opensource.org/licenses/MIT" target="_blank"><img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License"></a>
<a href="https://atproducts.xyz#what-new"><img src="https://img.shields.io/badge/stable_version-2.19.2-blue" alt="Stable Version"></a>
<a href="https://beta.atproducts.xyz#what-new"><img src="https://img.shields.io/badge/beta_version-2.19.2-red" alt="Beta Version"></a>
Expand All @@ -22,14 +22,14 @@
<hr>
<h2>Contact Links</h2>
<p>Discord: <a href="https://discord.com/users/905434578926313512">@alextoucan</a></p>
<p>Twitter: <a href="https://twitter.com/ATProductsLLC">ATProductsLLC</a></p>
<p>Twitter/X: <a href="https://x.com/ATProductsLLC">ATProductsLLC</a></p>
<p>YouTube: <a href="https://youtube.com/c/AlexToucanAT">Alex Toucan -AT-</a></p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Secondary Weather Account: <a href="https://twitter.com/ATPWeather">ATPWeather</a></p>
<p>Secondary Weather Account: <a href="https://x.com/ATPWeather">ATPWeather</a></p>
<hr>
<h2>About Us</h2>
AT Products LLC, otherwise known as AT Products, is an informative technology company that is based in the United States that provides files, that contains resources for cybersecurity and malware, and <a href="https://atproducts.xyz/paid">other solutions</a> to your problems!<br><br>
The "AT" in AT Products does stand for Alex Toucan.
<hr>
<h6>atproducts.xyz is under a MIT license. <a href="https://atproducts.xyz/licenses#ours">View more information</a>.
<h6>Last Recorded Version: 2.19.2</h6>
<h6>Last Recorded Version: 2.19.2.1</h6>
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atproducts.xyz",
"version": "2.19.2",
"version": "2.19.2.1",
"config": {
"version_short": "2.19"
},
Expand Down
2 changes: 1 addition & 1 deletion public/media/files/require.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ scipy>=1.10.0
sounddevice==0.4.2
pathlib==1.0.1
jsonschema==3.2.0
requests>=2.31.0
requests>=2.31.0
Binary file added public/media/pdf/2.19.2.1 Patch Notes.pdf
Binary file not shown.
Binary file added public/media/slideshow/21921-1-091824.webp
Binary file not shown.
Binary file added public/media/slideshow/21921-2-091824.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion public/static/alert-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var pureAlert1Icon = 'bi-dash-lg'; // Icon
var pureAlert1Desc = "We have removed all unnecessary and/or unused files starting with 2.19.1. This results in 207 files being removed. If you are curious on what these files are, please click the link here:"; // Description
var pureAlert1Link = 'https://github.com/Alex-Toucan/atproducts.xyz/pull/220/commits/80b2ffed86602d040542bf7168f28056e7ddc801'; // Link
var pureAlert1LinkDesc = 'View the GitHub commit'; // Link text
var pureAlert1Enabled = true; // Switch to enable/disable alert
var pureAlert1Enabled = false; // Switch to enable/disable alert
// --- --- //

function setAlert1Cookie(name, value, days) {
Expand Down
2 changes: 1 addition & 1 deletion public/static/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(document).ready(function() {
const whiteColor = getComputedStyle(document.documentElement)
.getPropertyValue('--text-color') || 'white';

console.log('%cHello there fellow traveler!%c\n Feel free to explore and experiment with the console. Rest assured, nothing on this site can compromise your security, and your cookies do not contain personally identifiable information.\n\nThis website is open source, and we welcome you to check out the code at %chttps://github.com/Alex-Toucan/atproducts.xyz',
console.log('%cHello there fellow traveler!%c\nFeel free to explore and experiment with the console. Rest assured, nothing on this site can compromise your security, and your cookies do not contain personally identifiable information.\n\nThis website is open source, and we welcome you to check out the code at %chttps://github.com/Alex-Toucan/atproducts.xyz',
'font-weight: bold; font-size: 24px; color: green;', // Style for header
`font-size: 16px; color: ${whiteColor};`, // Style for body text with dynamic color
'font-size: 16px; color: blue; text-decoration: underline;' // Style for link
Expand Down
Loading

0 comments on commit 744c659

Please sign in to comment.