Skip to content

Commit

Permalink
chore: whats new
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrin-kudryash authored and 9teen90nine committed Sep 27, 2024
1 parent ed20151 commit fcc2dfe
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
Binary file added public/FilterByProjects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/ManuallyUpdatinLinkedTask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/pages/whatsnew/2.58.0/en.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { WhatsNewLayout } from '../../../components/WhatsNewLayout';

### Added ability to sort by projects!

![](/FilterByProjects.png)

### Manual update state of linked Jira task!

![](/ManuallyUpdatinLinkedTask.png)

_Use it and test. Leave feedback at any time via button in footer from any page._

export default ({ children }) => <WhatsNewLayout>{children}</WhatsNewLayout>;
13 changes: 13 additions & 0 deletions src/pages/whatsnew/2.58.0/ru.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { WhatsNewLayout } from '../../../components/WhatsNewLayout';

### Добавлена возможность сортировки по проектам!

![](/FilterByProjects.png)

### Обновление состояния связанной задачи Jira вручную!

![](/ManuallyUpdatinLinkedTask.png)

_Пользуйтесь, тестируйте. Оставить свой фидбек всегда можно по кнопке внизу любой страницы._

export default ({ children }) => <WhatsNewLayout>{children}</WhatsNewLayout>;

0 comments on commit fcc2dfe

Please sign in to comment.