Skip to content

Releases: SergioRibera/Simplemoji

v1.2.3

08 Dec 21:44

Choose a tag to compare

Install simplemoji 1.2.3

🚀 Features

  • Add auto insert into input using IME

🐛 Bug Fixes

  • Some results not show on search

⚙️ Miscellaneous Tasks

  • Fix get version from github aur workflow

Build

  • Update flake lock and cargo dist
  • Update dep versions

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SergioRibera/Simplemoji/releases/download/v1.2.3/simplemoji-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/SergioRibera/Simplemoji/releases/download/v1.2.3/simplemoji-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install SergioRibera/tap/simplemoji

Download simplemoji 1.2.3

File Platform Checksum
simplemoji-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
simplemoji-x86_64-apple-darwin.tar.xz Intel macOS checksum
simplemoji-x86_64-pc-windows-msvc.zip x64 Windows checksum
simplemoji-x86_64-pc-windows-msvc.msi x64 Windows checksum
simplemoji-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
simplemoji-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.2.2

19 Nov 20:15

Choose a tag to compare

Install simplemoji 1.2.2

🐛 Bug Fixes

  • Window size extra large
  • Prevent show recent line on search

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SergioRibera/Simplemoji/releases/download/v1.2.2/simplemoji-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/SergioRibera/Simplemoji/releases/download/v1.2.2/simplemoji-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install SergioRibera/tap/simplemoji

Download simplemoji 1.2.2

File Platform Checksum
simplemoji-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
simplemoji-x86_64-apple-darwin.tar.xz Intel macOS checksum
simplemoji-x86_64-pc-windows-msvc.zip x64 Windows checksum
simplemoji-x86_64-pc-windows-msvc.msi x64 Windows checksum
simplemoji-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
simplemoji-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.2.1

05 Nov 21:23

Choose a tag to compare

Install simplemoji 1.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SergioRibera/Simplemoji/releases/download/v1.2.1/simplemoji-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/SergioRibera/Simplemoji/releases/download/v1.2.1/simplemoji-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install SergioRibera/tap/simplemoji

Download simplemoji 1.2.1

File Platform Checksum
simplemoji-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
simplemoji-x86_64-apple-darwin.tar.xz Intel macOS checksum
simplemoji-x86_64-pc-windows-msvc.zip x64 Windows checksum
simplemoji-x86_64-pc-windows-msvc.msi x64 Windows checksum
simplemoji-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
simplemoji-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.2.0

26 Oct 00:00

Choose a tag to compare

New Version [1.2.0]

🚀 Features

  • Last fixes and update doc for new recents feature
  • Customize corner radius on emojis

🐛 Bug Fixes

  • Windows build
  • Aur publish
  • Solve the hide window failed
  • Tone from args was not applied in the tabs content
  • Move name by codes position
  • Remove padding right on preview

Feat

  • Added recents settings and UI

Fix

  • Fixed clippy error
  • Activities and objects tab were switched

Build

  • Update nix build required

Install simplemoji 1.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SergioRibera/Simplemoji/releases/download/v1.2.0/simplemoji-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/SergioRibera/Simplemoji/releases/download/v1.2.0/simplemoji-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install SergioRibera/tap/simplemoji

Download simplemoji 1.2.0

File Platform Checksum
simplemoji-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
simplemoji-x86_64-apple-darwin.tar.xz Intel macOS checksum
simplemoji-x86_64-pc-windows-msvc.zip x64 Windows checksum
simplemoji-x86_64-pc-windows-msvc.msi x64 Windows checksum
simplemoji-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
simplemoji-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.1.1

10 Oct 20:00

Choose a tag to compare

Install simplemoji 1.1.1

🐛 Bug Fixes

  • (nix) Export correct packages
  • (nix) Export simplemoji as an app
  • (bundle) Remove msi as it is empty

⚡ Performance

  • Remove skia software

⚙️ Miscellaneous Tasks

  • Add changelog file
  • Update some deps and improvement gitignore
  • Integrate cargo dist to release workflow
  • Bump clap from 4.5.41 to 4.5.45
  • Bump display-info from 0.5.4 to 0.5.5
  • Bump emojis from 0.7.0 to 0.7.2

Build

  • Update cargo dist requirements

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SergioRibera/Simplemoji/releases/download/v1.1.1/simplemoji-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/SergioRibera/Simplemoji/releases/download/v1.1.1/simplemoji-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install SergioRibera/tap/simplemoji

Download simplemoji 1.1.1

File Platform Checksum
simplemoji-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
simplemoji-x86_64-apple-darwin.tar.xz Intel macOS checksum
simplemoji-x86_64-pc-windows-msvc.zip x64 Windows checksum
simplemoji-x86_64-pc-windows-msvc.msi x64 Windows checksum
simplemoji-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
simplemoji-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.1.0

23 Jul 05:41

Choose a tag to compare

New Version [1.1.0]

⚙️ Miscellaneous Tasks

  • Release simplemoji version {{version}}

v1.0.0

19 Jul 19:36

Choose a tag to compare

Keyboard Navigation Supports 😱😱😱

image

🚀 Features

  • Fuzzing alternative to search
  • Enable fuzzing search from args
  • Debug key pressed on screen
  • Press enter or space to call action into emoji selection
  • Full keyboard navigation support correct works 🥳
  • Keyboard navigation support
  • Emoji preview change with tab selection
  • Change tabs tone on change global tone
  • Tab and sift-tab simple based navigation
  • Close app on unfocus window and scape press
  • Add start event to move window to mouse position
  • Improvement ui looks
  • Show search conditional from args
  • Add parametter to use custom font
  • Some ui improvements
  • Search input
  • Combobox mask
  • Set custom colors to globals
  • Custom combobox component to select emoji tone
  • Implement search and restore tab after search
  • Simple search and select tone works
  • Implement emoji component preview
  • Handle copy emojis on click
  • Handle emojis from rust
  • Use skia to render beautiful emojis
  • Ui to view emoji by groups

🐛 Bug Fixes

  • Remove no_close request from keyboard actions
  • Initial tone from args
  • No-close option works fine
  • Window width fit to content

🚜 Refactor

  • Some improvements into a rust code
  • Remove old iced files

📚 Documentation

  • Update readme.md

⚙️ Miscellaneous Tasks

  • Release simplemoji version 1.0.0
  • Check nix build on pr
  • Update to custom build
  • Prepare environment to slint
  • Use direnv
  • Bump device_query from 2.1.0 to 3.0.1
  • Bump clap from 4.5.35 to 4.5.37
  • Update deps
  • Remove double v on tag

Build

  • Nix build
  • Force to link some deps to binary to run in devshell

v0.2.1

04 Apr 05:13

Choose a tag to compare

Install simplemoji 0.2.1

  • AUR fixed, now you can install simplemoji from aur on ArchLinux

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SergioRibera/Simplemoji/releases/download/v0.2.1/simplemoji-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install SergioRibera/tap/simplemoji

Download simplemoji 0.2.1

File Platform Checksum
simplemoji-x86_64-apple-darwin.tar.xz Intel macOS checksum
simplemoji-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.2.0

13 Jun 02:21

Choose a tag to compare

Changes

  • You can now disable the default behavior of closing the application when the focus is removed.
  • Now you can make the application close as soon as you copy an emoji
  • 🎨 Custom UI Colors are here
    SimplemojiTheme

Install simplemoji 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SergioRibera/Simplemoji/releases/download/v0.2.0/simplemoji-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install SergioRibera/homebrew-tap/simplemoji

Download simplemoji 0.2.0

File Platform Checksum
simplemoji-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
simplemoji-x86_64-apple-darwin.tar.xz macOS Intel checksum
simplemoji-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

v0.1.6

01 Oct 17:12

Choose a tag to compare

chore: Release simplemoji version 0.1.6