Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NfNitLoop committed Aug 9, 2021
1 parent 9d18820 commit a6ddc21
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
Changelog
=========

Version 0.6.0
=============

<https://github.com/NfNitLoop/feoblog/releases/tag/v0.6.0>

New Features
------------

* Support for the [Open Graph Protocol].
Now when you share links to other web sites, they'll be able to generate previews if they support OGP.

* Quick access to share links.
Click the arrow at the top-right corner of a post to access share links.

* `db prune` to remove data that's no longer being used.

* `db usage` to see who's hogging all your disk space.
(See also: The [tablestream] crate I created to help with this output.)

[Open Graph Protocol]: https://ogp.me/
[tablestream]: https://crates.io/crates/tablestream

Improvements
------------

* [#63] Faster Sync when syncing items between servers.
* [#43] Better browser caching for static files.
* Logged-in profiles now have a color picker.
You can set custom background colors for each identity you log in as to help keep them separate.

[#63]: https://github.com/NfNitLoop/feoblog/issues/63
[#43]: https://github.com/NfNitLoop/feoblog/issues/43

Bug Fixes
---------

* Fixed [bug][svelte-spa-issue] (re)rendering widgets when changing pages.

[svelte-spa-issue]: https://github.com/ItalyPaleAle/svelte-spa-router/issues/234


Version 0.5.1
=============

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feoblog"
version = "0.5.1"
version = "0.6.0"
authors = ["Cody Casterline <cody.casterline@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit a6ddc21

Please sign in to comment.