This is the third release of Art Menagerie!
Highlights:
- YouTube video embed support.
- Default
robots.txtblocks known AI crawlers (that obey this file). - Default
robots.txtallows search engines to discover the website. - Favicon created from your site logo.
Future Notice: As mentioned in the previous release, there may be breaking changes to watermarks coming. Having a default position is somewhat awkward and needs a bit of work, so I may need to break this and require watermarks to be set per-image.
This project is still in the early stages, which is why it is released with the alpha tag.
If you want to see what is on my mind for the future, check out the TODO wiki page. Items on the TODO page are ideas only.
Feedback, suggestions, and bug reports are greatly appreciated 💜
(I am still considering enabling the Forum feature, but I will need to enable email support.)
Added
- Posts can not embed YouTube videos as media. Thumbnails are fetched from YouTube if a thumbnail is not already set. Aspect ratio can be set for horizontal (16:9), vertical (9:16), or square (1:1) videos. Note that videos will not play in link previews. 34710d88b1 + 45943483d3
- Favicon will be made from the site logo. The logo will be cropped from the center to ensure that site icons are square. ca175c8e40
- Added app version and database version to footer of admin pages. c04610ff87
- Add command-line option
-bakto backup the website database. 53f54f98db - Add
<link rel="shortlinkURL" ...tags in the header with the perma link for posts and feeds. ab47062088
Changes
- Bootstrap
robots.txtfile now blocks known AI crawlers (that obey this file) and allows search engines to discover the website. 30608d9e8d - Change zebra theme to only show date (not time) of posts for privacy. Time is still stored and viewable in the admin. 15750acd1e
- Change HTML santizier to allow adding YouTube iframe embed. Only allows embeds from
https://www.youtube-nocookie.com/embed/which is the privacy enhance domain to help with viewer privacy. df81dc7f94 - Change zebra theme to lower the font size of site titles so longer titles can fit. 4d69876ee7
Fixes
- Fix editing a Post without media where TinyMDE Markdown editor appears in the footer. c0d7a78f9e + 1b198e8ae0
- Fix text files (like
robots.txt) not be editable in the admin UI. 3eac27bf28 - Fix text file contents not appearing on the file Delete page. 6ff43f2978
- Fix files downloading as an attachment when downloading from the list admin view. 9e18e44cca