Skip to content

Tags: SunsetMkt/writefreely

Tags

Verified

This tag was signed with the committer’s verified signature. The key has expired.
thebaer Matt Baer

v0.8.1

Toggle v0.8.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
thebaer Matt Baer
v0.8.1

* Fix same-page anchor links (writefreely#43, writefreely#42, writefreely#33)
* Admin account isn't created correctly with --config (writefreely#71)
* Use correct `go get` command in documentation
* Fix --create-user usage error message
* Fix Write.as link in README

v0.8.0

Toggle v0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
thebaer Matt Baer
v0.8.0

* User Invites (T556)

* Fix spacing in sublists (writefreely#27)
* Optimize web font loading (writefreely#65)

* Fixed Docker build (writefreely#57)
* Do automated database migration with `writefreely --migrate` (T509)
* Support configuring resource directories (T560 / writefreely#63)

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
thebaer Matt Baer
v0.7.1

* Fix blog customize page not rendering on Windows (writefreely#61)
* Initialize database during config step for single-user instance (writefreely#59)

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
thebaer Matt Baer
v0.7.0

**User Management**

* **Admin user creation**. Admins can now create a normal user from the command-line with: `writefreely --create-user username:password`
* **Users List** (T553). Get an overview of all the users in your community with the new user list for admins. This is the foundation for future moderation features.

* Use an en dash in the title of posts that are written in German, instead of em dash (#1)
* Now you can build `writefreely` without SQLite support. To include support, compile with the `sqlite` build tag
* Blog names starting with a number now have an ActivityPub avatar

* Prevent creating users with invalid usernames via command-line (writefreely#49)
* Fix metadata update for draft posts on single-user instances (writefreely#50)
* Fix "Database user or password not set." error when starting SQLite-backed instances (writefreely#54)
* Fix user creation process hanging on SQLite-backed instances (writefreely#53)
* Fix tagged post query on SQLite-backed instances (writefreely#55)
* Fix ActivityPub follows on SQLite-backed instances (writefreely#56)

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
thebaer Matt Baer
v0.6

* SQLite support (T529)
* Reader / local timeline (T554)
* Create admin user from the command-line (T544)
* Specify non-default configuration file to use with new `-c [filename]` flag
* Host highlight.js and MathJax locally, instead of on CloudFlare (T551)

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
thebaer Matt Baer
v0.5.0

* Configure bind address with new `bind` configuration value (writefreely#38, #5)
* Syntax highlighting support for all programming languages supported in highlight.js (writefreely#39)
* Modify NodeInfo description with new `site_description` config value
* Change admin values via the web admin UI (T541)

* Fix metadata editing in single-user mode (writefreely#40)
* Always show stats on **About** page if `public_stats` enabled

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
thebaer Matt Baer
v0.4.0

* Work as a standalone server, with TLS (T537)
* Code syntax highlighting (writefreely#31)
* Fix About page link in Admin dashboard
* Include About/Privacy page content in page description

Verified

This tag was signed with the committer’s verified signature. The key has expired.
thebaer Matt Baer

v0.2.1

Toggle v0.2.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
thebaer Matt Baer
v0.2.1

* Fix Accept activity IDs (#16)
* Add login link to single-user blogs (#15)
* Fix more schema issues (#18)