[doc] build & CHANGELOG

This commit is contained in:
les 2019-11-13 11:04:04 +01:00
parent c944541d04
commit 3a1720c0a8
3 changed files with 16 additions and 5 deletions

View file

@ -1,5 +1,15 @@
All notable changes to this project will be documented in this file.
### 0.17.5
- [fedi] comments moderation
- [fedi] user moderation
- [fedi] instance moderation
- [hotfix] cli setup
- [doc] fix debian upgrade
- [fix] comment ap_id key length
- [fix] fediverse signature
- [fedi] better /inbox /followers response
### 0.17.0
- [feat] add rss link @homepage
- [ui] add lot of explanation text

View file

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://gancio.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://gancio.org/" rel="alternate" type="text/html" /><updated>2019-11-06T11:45:02+01:00</updated><id>https://gancio.org/feed.xml</id><title type="html">Gancio</title><subtitle>A shared agenda for local communities</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="https://gancio.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://gancio.org/" rel="alternate" type="text/html" /><updated>2019-11-13T11:03:35+01:00</updated><id>https://gancio.org/feed.xml</id><title type="html">Gancio</title><subtitle>A shared agenda for local communities</subtitle></feed>

View file

@ -330,12 +330,13 @@ pm2 startup <span class="c"># read the output!</span>
</code></pre></div></div>
<ol>
<li>Upgrade</li>
<li>Upgrade
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">sudo </span>yarn global add gancio
<span class="nb">sudo </span>service pm2 restart
</code></pre></div> </div>
</li>
</ol>
<p>sudo yarn global add gancio
sudo service pm2 restart</p>
</div>