Skip to content

Releases: lilnouns/lilnouns-click

v1.0.0-alpha.7

05 Oct 10:45
v1.0.0-alpha.7
111d05b
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

Refactor

  • Update image url generation in redirect handling
  • Improve image handling in route and query sources
  • Remove URL formatting in image handling
  • Simplify non-matching cases in match block and remove unused import

v1.0.0-alpha.6

04 Oct 20:01
v1.0.0-alpha.6
bb25e87
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

Refactor

  • Update text and background colors of og images

v1.0.0-alpha.5

04 Oct 08:48
v1.0.0-alpha.5
6a66822
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

Miscellaneous Tasks

  • Update pnpm version to latest in deploy workflow

v1.0.0-alpha.4

03 Oct 20:14
v1.0.0-alpha.4
a29e4d0
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Miscellaneous Tasks

  • Add pnpm setup to GitHub Actions deployment workflow

v1.0.0-alpha.3

03 Oct 18:26
v1.0.0-alpha.3
4cd7cd3
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Miscellaneous Tasks

  • Force reinstallation of worker-build in wrangler.toml

v1.0.0-alpha.2

03 Oct 15:56
v1.0.0-alpha.2
d532f6e
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Documentation

  • Create the project LICENSE file (#3)

Miscellaneous Tasks

  • Update deployment command in Github Action
  • Update deploy script in package.json
  • Add environment vars for dev environment in wrangler.toml

v1.0.0-alpha.1

02 Oct 20:18
v1.0.0-alpha.1
7adb9a3
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Refactor

  • Add main function in lib.rs for Worker`s event
  • Implement basic routing functionality
  • Replace unused variable with underscore in main function
  • Add SQID parameter decoding to router
  • Implement URL parsing and transformation functionality
  • Improve Community and Platform enums
  • Enhance URL construction for community and platform
  • Improve URL handling and clean up routing code
  • Improve URL construction logic for various platforms
  • Improve URL construction with a match statement
  • Update URL construction for cleaner code
  • Remove redundant error response
  • Update response handling to improve efficiency
  • Enhance redirect functionality with enriched HTML doc and use of ResponseBody
  • Improve HTML meta tags and update redirection page attributes
  • Implement routing logic separation to improve code organization
  • Add GraphQL queries and corresponding fetch functions
  • Add GraphQL queries for data fetching
  • Truncate excessively long proposal and idea details
  • Add utils module for string processing
  • Update string truncation for cleaner code
  • Add functionality to create OpenGraph images for titles
  • Adjust image generation parameters for optimal display
  • Modify font style in create_og_image function
  • Update the handle_redirect function in routes to enhance the redirection page.
  • Improve og image creation in utils
  • Update positioning of og image and add a north-facing noggle
  • Simplify and clarify OpenGraph image generation in utils
  • Update meta refresh time for website redirection
  • Add Google Fonts to enhance redirect webpage aesthetics
  • Enhance Open Graph and Twitter meta tags in markup
  • Update Cargo.toml to switch urlencoding with percent-encoding
  • Adjust image size in the loading page
  • Replace urlencoding with percent_encoding in utils
  • Adjust image encoding and formatting in utils
  • Introduce HTML minification for improved performance
  • Add redirect from root to a Lil Nouns URL
  • Add dynamic redirect link to loading page
  • Update routing logic for prop lot ideas
  • Add html-escape to dependencies in Cargo.toml
  • Sanitize title and description text in HTML
  • Update HTML encoding method to enhance security

Documentation

  • Add README for Nounish Pro project
  • Add issue and feature request templates
  • Add funding options to the repo
  • Initialize CHANGELOG.md for tracking project updates

Miscellaneous Tasks

  • Add Dependabot configuration file
  • Add stale issue tracker file to Github
  • Add GitHub Actions build workflow
  • Add rustfmt.toml configuration file
  • Add cliff.toml for automatic changelog generation
  • Add new GraphQL schema for communities and platforms
  • Add GraphQL queries for communities and platforms entities
  • Update GraphQL URLs in wrangler.toml
  • Update dev script in package.json
  • Update Cargo.toml with project metadata
  • Update dependency orders in Cargo.toml
  • Update project references from nounish-pro to lilnouns-click
  • Add Github Action for deployment on release publish

Styling

  • Format code for better readability