Spanking new changelog page
This commit is contained in:
parent
4408376270
commit
5635c5932f
1 changed files with 54 additions and 0 deletions
54
src/pages/changelog.mdx
Normal file
54
src/pages/changelog.mdx
Normal file
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
layout: '../layouts/Markdown.astro'
|
||||
Title: 'Changelog'
|
||||
---
|
||||
|
||||
<span style="font-size: 14px; color: gray; margin: -32px 0px 24px 0px; display: block;">Timezone is Eastern (America/New_York)</span>
|
||||
|
||||
import Timeline from '@components/Timeline.astro'
|
||||
|
||||
<Timeline Date="Decemnber 9th, 2024" Time="10:00PM">
|
||||
- Added /changeslog/ to sudovanilla.org
|
||||
- Updated Branding Guildeliens
|
||||
- Updated Privacy Policy
|
||||
- Updated URLs, see first table below
|
||||
- Added URLs, see second table below
|
||||
|
||||
## Updated URLs
|
||||
|
||||
NGINX has been setup to redirect old URLs automatically and perverse the existing paths.
|
||||
|
||||
| Old URL | New URL |
|
||||
|-----------------------------------|-----------------------------------|
|
||||
| r.sudovanilla.org | read.sudovanilla.org |
|
||||
| m.sudovanilla.org | phanpy.sudovanilla.org |
|
||||
| mx.sudovanilla.org | cinny.sudovanilla.org |
|
||||
| chat.sudovanilla.org | cinny.sudovanilla.org |
|
||||
| o.sudovanilla.org | overflow.sudovanilla.org |
|
||||
| a.sudovanilla.org | ask.sudovanilla.org |
|
||||
| cloud.sudovanilla.org | drive.sudovanilla.org |
|
||||
| i.sudovanilla.org | imgur.sudovanilla.org |
|
||||
| img.sudovanilla.org | imgur.sudovanilla.org |
|
||||
| s.sudovanilla.org | share.sudovanilla.org |
|
||||
| twitch-backend.sudovanilla.org | twitch.api.sudovanilla.org |
|
||||
| wc.sudovanilla.org | webcheck.sudovanilla.org |
|
||||
| zp.sudovanilla.org | zipline.sudovanilla.org |
|
||||
| lr.sudovanilla.org | reddit.sudovanilla.org |
|
||||
| registry.sudovanilla.org | js.registry.sudovanilla.org |
|
||||
|
||||
## Added URLs
|
||||
|
||||
New services and features being added to SudoVanilla.
|
||||
|
||||
| URL |
|
||||
|-----------------------------------|
|
||||
| gateway.sudovanilla.org |
|
||||
| agent.gateway.sudovanilla.org |
|
||||
| docker.registry.sudovanilla.org |
|
||||
</Timeline>
|
||||
|
||||
<Timeline Date="Decemnber 8th, 2024" Time="3:45PM">
|
||||
- Updated On-Premise Policy, added Gateway section
|
||||
</Timeline>
|
||||
|
||||
<br/>
|
Loading…
Reference in a new issue