Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Jan 20, 2025
1 parent d4a3cc4 commit a39dde9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

Changes from 1.17.1 to 1.17.2
=============================

* Use `net/http` instead of `fasthttp` for serving regular HTTP to make the `flush()` function work again.
* Add support for SQLite using https://github.com/terminar/permissionsqlite.
* Skip empty `<h1></h1>` tags.
* Make it possible to clear all cache with a `USR1` signal.
* Add a new Markdown theme named `setconf`.
* Add three new samples.
* Minor performance improvements.
* Some refactoring and cleanup.
* Update documentation.
* Update dependencies.

Changes from 1.17.0 to 1.17.1
=============================

Expand Down
3 changes: 1 addition & 2 deletions algernon.1
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,9 @@ Serve the current directory over HTTP, port 3000. No limits, cache, permissions
or database connections:
\fBalgernon -x\fP
.SH "SEE ALSO"
.BR apache (1)
.BR caddy (1)
.BR nginx (1)
.SH BUGS
This man page is a work in progress.
.SH VERSION
1.17.2
.SH AUTHOR
Expand Down

0 comments on commit a39dde9

Please sign in to comment.