Skip to content

Commit

Permalink
build: release v0.0.0-alpha.0 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierEd authored Jan 26, 2025
1 parent 5f52c1e commit bb2c3ca
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 33 deletions.
39 changes: 17 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
# Changelog

## [Unreleased]
## [0.0.0-alpha.0] - 2025-01-26

### Added

- Everything is new.
- Basic setup.
- Feature to create users.
- Features to login and logout.
- Features to upload and show images.
- Feature to create websites.
- Feature to change password.
- Features to update and show websites.
- Feature to update profile.
- Features to show websites list.
- Feature to confirm email.
- Features to create and show posts.
- Feature to reset password.
- Feature to register only with invitation code.
- Feature to update and delete posts.
- Core package with database connection, models, configurations and other things.
- Leptos utilily package with shared components, server side functions and other resources.
- Home application to browse websites, posts and users.
- Monitor application to manage background jobs.
- Accounts application to register, login and reset password.
- Uploads application to display uploaded images.
- Studio application to manage websites, posts and navigation.
- My Account application to manage user settings.
- Websites application to display websites and their posts.
- CLI application to create invitation codes.
- Optionally allow register only with invitation code.
- GitHub Actions workflows for continuous integration.
- Features to manage websites navigation.
- Feature to attach images to posts.
- Feature to manage websites themes.
- Features to search websites and posts.
- Support for Handlebars on posts content.
- Features to insert and show post comments.
- Image uploader.
- Websites themes.
- Support for Handlebars in posts content.
- Hashtags on websites description, posts content and users bio.
- Post comments.
- Post reactions.
- User profile page.
- Show source code link with current version and commit hash in the bottom bar.
20 changes: 10 additions & 10 deletions 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
Expand Up @@ -15,7 +15,7 @@ members = [

[workspace.package]
edition = "2021"
version = "0.0.0-SNAPSHOT"
version = "0.0.0-alpha.0"

[workspace.dependencies]
apalis = "0.6.4"
Expand Down

0 comments on commit bb2c3ca

Please sign in to comment.