-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06f4d13
commit b4e9f7c
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
0.4.0 (28/10/2022) | ||
------------------ | ||
|
||
* Upgrade to cmdliner >= 1.1.0 | ||
* Upgrade to tyxml >= 4.3.0 | ||
* Upgrade to dune >= 3.1.0 | ||
* Upgrade to ffmpeg >= 1.0.0 | ||
|
||
0.3 | ||
--- | ||
* Add support for archives generated by Mastodon >= 2.6 | ||
|
||
0.2 | ||
--- | ||
* Gif detection: plays videos differently whether it has sound or not | ||
* Switch from jbuilder to dune | ||
|
||
0.1 | ||
--- | ||
* First version. Includes HTML rendering, privacy detection, filters, boosts heuristics, ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
(lang dune 3.1) | ||
(name mastodon-archive-viewer) | ||
(version 0.4.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
opam-version: "2.0" | ||
version: "0.3" | ||
version: "0.4.0" | ||
license: "MIT" | ||
maintainer: "Kate <[email protected]>" | ||
authors: "Kate <[email protected]>" | ||
|