- Download: Planet 0.19.0
Sepia
Sepia is a template optimized for microblogging. In this update, we’ve introduced several improvements to enhance this use case, allowing you to share thoughts, images, and even audio or video more frequently and easily using Planet.
Writing long-form articles isn’t something most people do regularly, so many users rely on different platforms—one for longer posts and others for quicker, more casual updates. For instance, Vitalik writes his long-form articles on vitalik.eth, but for more frequent, lightweight posts, he turns to platforms like X and Warpcast.
The Sepia template, along with the new ⌘+D quick post shortcut, makes it easy to set up your own microblog on Planet.
With this update, the quick input box now supports images, videos, and audio files.
Planet’s main sites, planetable.eth and olivida.eth, have switched from the default Plain theme to the Sepia theme. You can also check out a live demo of the Sepia theme here:
https://sepia.olivida.eth.sucks/
Accept ETH Donation
We've added a new feature that lets you easily enable ETH donations on your site.
Visitors can click the “Donate” button in the navigation bar, connect their wallet, and send donations directly to you.
Right now, donations are supported with ETH on the mainnet. In future updates, we’ll add support for Layer 2 networks and continue refining this feature.
If you’re a content creator or open-source developer who’s previously used PayPal or Ko-Fi for donations, consider giving this method a try. No need to ask for permission and no one can hold back the funds—everything is just code.
Customizing and Sharing Color Themes
Here’s an example of a Sepia site with a dark color theme customization:
https://k51qzi5uqu5dgy9qlqct5gsbggde32kc8wkz6419j67t9aw38bmyuwtkzmwdtn.eth.sucks/
API
We've enhanced Planet's built-in REST API and added an API Console to view recent requests.
You can check out Planet's API documentation here:
https://github.com/Planetable/Planet/blob/main/Technotes/API.md
We’ve also developed an experimental Web Client based on the Planet API. Here’s how you can try it:
cd ~/Library/Containers/xyz.planetable.Planet/Data/Documents/Planet/Public/
git clone https://github.com/livid/planet-web app
Enable the API server in the settings:
If you're using port 8086, you can access the Web Client at http://localhost:8086/app/
.
Other Fixes and Improvements
- Fixed the
img
tag width when inserting Retina Display screenshots. - When following a Planet, ENS will now be automatically extracted from
eth.limo
oreth.sucks
URLs if pasted. - GPS data is now stripped from image files when sharing photos.
- Fixed and optimized an issue related to parallel processing during Planet site saving and publishing.
- Each article now has a CID-based permanent link, which will remain accessible via most IPFS gateways, even if the site’s IPNS address fails to resolve.
- Smart Feeds now show the total number of entries.
- If the prewarm option is enabled, tags and archive pages will also be prewarmed on the gateway whenever new content is published, improving load times for first-time visitors.