Skip to content

Commit

Permalink
Merge branch 'release/1.1.0-alpha.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jun 16, 2024
2 parents ec06156 + a3e2676 commit c70c497
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

All notable changes to this project will be documented in this file.

## [1.1.0-alpha.14] - 2024-06-16

### Bug Fixes

- Adjust y-coordinate for description layer in utils

## [1.1.0-alpha.13] - 2024-06-16

### Refactor

- Reduce logo image scale
- Update font and adjust text positioning in utils
- Remove unused formatted domain name from utils

## [1.1.0-alpha.12] - 2024-06-16

Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "lilnouns-click"
version = "1.1.0-alpha.13"
version = "1.1.0-alpha.14"
authors = ["Milad Nekofar <[email protected]>"]
edition = "2021"
description = "A Nounish URL shortener for LilNouns DAO."
Expand Down
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub fn create_og_image(title: &str, description: &str, platform: Platform) -> St
&title_encoded,
"/fl_layer_apply,g_north_west,x_70,y_220",
&description_encoded,
"/fl_layer_apply,g_north_west,x_70,y_345",
"/fl_layer_apply,g_north_west,x_70,y_385",
"/f_auto,q_auto:eco",
"/blank.png",
];
Expand Down

0 comments on commit c70c497

Please sign in to comment.