Skip to content

Latest commit

 

History

History
139 lines (99 loc) · 5.87 KB

CHANGELOG.md

File metadata and controls

139 lines (99 loc) · 5.87 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Fixed

Removed

[1.5.1] - 2024-09-16

Fixed

  • fix: reset state when an error occurs during emoji application.#110
  • fix: convert full-width spaces to half-width spaces when setting tags.#108

[1.5.0] - 2024-08-25

Added

  • add: version information to the /ni_rilana command, allowing users to easily check the current version within the command output.#99
  • add: applicant information to the emoji approval thread, providing more context for the approval process.#102
  • add: impl json save function. #102
  • add: ability to update emoji properties via the /change_emoji_detail command. #104

Changed

  • improve: visibility of information sent via direct messages for better readability.#106

Fixed

  • fix: docker settings.#100

[1.4.0] - 2024-08-25

Changed

  • refactor: reorganize file structure for better clarity and maintainability #97

Fixed

  • fix: emoji name input was not converted to lowercase #91

[1.3.5] - 2024-02-24

Changed

  • add sendDirectMessage emoji.Name #86

[1.3.4] - 2024-01-14

Changed

  • Change message. #82

Fixed

  • Change the UUID version to v4. #18

[1.3.3] - 2024-01-13

Added

  • Add the URL of the application source from DM. #79
  • Add request cancel button. 8e50ab0
  • Delete threads of applications that have not been completed within a certain period of time. #71

Changed

  • Increase auto-hide time of threads. #75

Fixed

  • Fixed a problem where the part where pictograms had to be specified was blank. #76

[1.3.2] - 2023-07-22

Changed

  • Change rate-limit #69

[1.3.1] - 2023-07-22

Fixed

  • fixed message when request completed #62
  • fixed nsfw button #66
  • fixed license field #67

[1.3.0] - 2023-07-22

Changed

  • Change channel to thread #60

Fixed

  • Fixed responce state #59
  • Fixed properly reflect values 61

[1.2.0] - 2023-07-22

Changed

  • Separation of licenses and remarks #54

Fixed

  • Change logger level timing #57

[1.1.0] - 2023-07-22

Added

  • Added Emoji request abort function #36
  • Added user permission checker #42
  • Multilingual implementation #45
  • Added feature to delete thread messages #51

Changed

  • fmt to logrus #33
  • Change request flow #49

Fixed

  • Fixed DM bug. #37
  • Fixed request input alias #50

[1.0.1] - 2023-07-19

Fixed

  • fix dockerfile #29

[1.0.0] - 2023-07-18

Added

  • Delete channels and archive threads after deciding whether or not to apply for pictograms. #13
  • User feedback implementation. #15
  • add emoji note function. #21

Changed

  • Changed from hard-coding such as Token to using env files #11

Fixed

  • change Regex pattern #11
  • Numbers are replaced by _ when they are included in pictogram names #12
  • Examples of characters that can be entered #14
  • Fixed not being able to press a button after making a request. #20
  • add interaction message. #23
  • add emoji length check. #26

[0.0.1] - 2023-07-17

Added

  • emoji managed functions
  • added libraries
    • go-misskey (connect to misskey)
    • discord-go (connect to discord)