Files
capsulflask
btcpay
schema_migrations
shell_scripts
static
templates
account-balance.html
base.html
btcpay.html
capsul-detail.html
capsuls.html
changelog.html
create-capsul.html
display-metric.html
faq.html
index.html
login-landing.html
login.html
pricing.html
ssh-public-keys.html
stripe.html
support.html
__init__.py
auth.py
cli.py
console.py
db.py
db_model.py
landing.py
metrics.py
payment.py
virt_model.py
readme
.gitignore
LICENSE.md
Pipfile
Pipfile.lock
README.md
app.py
setup.cfg
setup.py
capsul-flask/capsulflask/templates/changelog.html

29 lines
887 B
HTML

{% extends 'base.html' %}
{% block title %}Changelog{% endblock %}
{% block content %}
<div class="row full-margin"><h1>CHANGELOG</h1></div>
{% endblock %}
{% block subcontent %}
<p>
<ul>
<li>2020-01-30: Baikal ownership transferred to Cyberia Computer Club</li>
<li>2020-01-31: Prepping docs</li>
<li>2020-02-26: Re-prepping docs</li>
<li>2020-03-07: CVM goes live</li>
<li>2020-03-10: CVM name changed to Capsul</li>
<li>2020-03-10: Capsul site goes live</li>
<li>2020-03-22: Alpine support added</li>
<li>2020-03-25: Network limits made public</li>
<li>2020-04-17: OpenBSD support added</li>
<li>2020-04-26: Support link added</li>
<li>2020-05-04: Simplified payment page</li>
<li>2020-05-16: Beta version of new Capsul web application</li>
</ul>
</p>
{% endblock %}
{% block pagesource %}/templates/changelog.html{% endblock %}