Releases: muni-town/weird
Releases Β· muni-town/weird
v0.4 - Themes & Improved Revisions
Added
- Site Themes: personal sites can now have custom themes!
- CRDT-based Revisions: Pages already had a primitive form of revisions, but now we are using a CRDT in the background which allowed us to make a nice page history slider and will eventually allow for version control and collaborative editing.
What's Changed
- style: app user pages by @zeucapua in #279
- style: fix user pages links gap by @zeucapua in #280
- feat: use Loro for page revision tracking. by @Henry-Wow in #282
New Contributors
- @Henry-Wow made their first contribution in #282
Full Changelog: v0.3.0...v0.4.0
v0.3 - Billing & Styling
Another release for Weird! This release focused on:
- Billing: Free users will now have a number after their username, and subscribers will get access to non-numbered usernames and the option to use a custom domain.
- Styling: User pages and the main site have got some new styling and started to sync up with our orignal branding.
- Custom Domain Setup Improvements: We fixed a bug with custom domains you can now allow Weird to validate your domain in the background, instead of having to wait for DNS to propagate before you can save.
v0.2 β Handles are Domains
We just finished the next release of Weird!
This release makes it so that user handles are always domains. When you sign up, you can simply pick a name and it will give you a handle like zicklag.weird.one
, which also serves as your very own website!
You can also use your own custom domain as a handle.
This is not a very large change on surface value, but it means a lot for how we organize things under-the-hood, and for how we federate with users on other Weird instances in the future.
Full Changelog: v0.1.0...v0.2.0