Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions blog/updates/4.0.1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
slug: update-v4.0.1
title: Update v4.0.1
authors: [djj123dj]
tags: [update,v4.0]
date: 2025-04-02T18:00
---
import {C,M,ScaleImage,LinkBlock,InlineLink,FlexHorizontal,Divider,Hex,ApiUrl,ApiBlock,StyledTitle} from "@site/src/components/openticket.jsx"

## Bugfixes & Translation Update
The first patch for Open Ticket v4.0 fixes many bugs and adds the first new translations!

### <C color="green">Added:</C>
- Added new language `Swedish` (by NoOneNook)
- Added new language `Norwegian` (by NoOneNook)
- Added new language `Latvian` (by NoOneNooka)
- Added new language `Russian` (by NoOneNook)
- (API) `allowCategoryChange` parameter to the following `ODAction` instances: `claim`, `unclaim`, `close` & `reopen`.
- (API) The `ODVersion` class now has 4 new methods: `min()`, `max()`, `major()` & `minor()` to compare versions. (#142)
- (API) Added `ODQuickButton`, `ODQuickDropdown`, `ODQuickEmbed` & `ODQuickFile` builders to improve plugin development efficiency.

### <C color="yellow">Improved:</C>
- The panel will now be updated/edited when using a dropdown for a better user experience. (#143)
- Minor docker improvements (#139)
- (API) Type simplifications for the OT Documentation (#141)
- (API) All `ODManagers` now use the built-in javascript `Maps` instead of an array based system. (#126)
- (API) Added a `User-Agent` header to all HTTP requests in Open Ticket.
- (API) All panels now get saved to the database instead of only the auto-update panels.

### <C color="orange">Fixed:</C>
- Fixed README.md typo's & invalid links.
- Fixed requirements for content creators.

### <C color="red">Removed:</C>
*nothing*

{/* truncate */}
28 changes: 28 additions & 0 deletions blog/updates/4.0.2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
slug: update-v4.0.2
title: Update v4.0.2
authors: [djj123dj]
tags: [update,v4.0]
date: 2025-04-12T18:00
---
import {C,M,ScaleImage,LinkBlock,InlineLink,FlexHorizontal,Divider,Hex,ApiUrl,ApiBlock,StyledTitle} from "@site/src/components/openticket.jsx"

## Bugfixes & Translation Update
The first patch for Open Ticket v4.0 fixes many bugs and adds the first new translations!

### <C color="green">Added:</C>
- Added new language `Vietnamese` (by ngocdiep2006)
- Added new and updated previews in the `README.md`.

### <C color="yellow">Improved:</C>
- The `README.md` has been improved in multiple locations (translators, contributors, sponsors, ...)

### <C color="orange">Fixed:</C>
- Fixed an error which was caused by an invalid config checker maxLength in option names. (#151)
- Fixed tickets not moving to a new category when closed/claimed/reopened. (#149)
- The ticket message now shows the correct amount of hours in the autoclose footer when using `/autoclose enable`.

### <C color="red">Removed:</C>
- Link to the old tutorial in the `README.md`.

{/* truncate */}
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const darkCodeTheme = require("./openticket.theme");
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Open Ticket Docs',
tagline: 'This is the documentation for Open Ticket, the most advanced & customisable open-source ticket bot in existence!',
tagline: 'The documentation for Open Ticket, the most advanced self-hosted discord ticket bot with transcripts, plugins, questions, & more!',
favicon: 'img/logo_vertical.png',

url: 'https://otdocs.dj-dj.be',
Expand Down Expand Up @@ -56,7 +56,7 @@ const config = {
showReadingTime: true,
editUrl:'https://github.com/open-discord-bots/ot-docs/blob/main',
blogTitle:"Blog",
blogDescription:"Here, you will find news & updates from Open Ticket!",
blogDescription:"A place to find updates, blog posts and articles about Open Ticket!",
blogSidebarTitle:"All posts",
blogSidebarCount:"ALL",
admonitions: {
Expand Down