You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Propose a new feature to be added to IT-Tools.
3
+
labels: ['enhancement', 'triage']
4
+
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Thanks for your interest in the project and taking the time to fill out this feature report!
10
+
11
+
- type: dropdown
12
+
id: request-type
13
+
attributes:
14
+
label: What type of request is this?
15
+
options:
16
+
- New tool idea
17
+
- New feature for an existing tool
18
+
- Deployment or CI/CD improvement
19
+
- Self-hosting improvement
20
+
- Other
21
+
validations:
22
+
required: true
23
+
24
+
- type: textarea
25
+
id: feature-description
26
+
attributes:
27
+
label: Clear and concise description of the feature you are proposing
28
+
description: A clear and concise description of what the feature is.
29
+
placeholder: 'Example: a token generator tool'
30
+
validations:
31
+
required: true
32
+
33
+
- type: textarea
34
+
id: alternative
35
+
attributes:
36
+
label: Is their example of this tool in the wild?
37
+
description: Provide link to already existing tool (like websites, apps, cli, ...) or npm packages that could be used or provide inspiration for the feature.
38
+
39
+
- type: textarea
40
+
id: additional-context
41
+
attributes:
42
+
label: Additional context
43
+
description: Any other context or screenshots about the feature request here.
44
+
45
+
- type: checkboxes
46
+
id: checkboxes
47
+
attributes:
48
+
label: Validations
49
+
description: Before submitting the issue, please make sure you do the following
50
+
options:
51
+
- label: Check the feature is not already implemented in the project.
52
+
required: true
53
+
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
54
+
required: true
55
+
- label: Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,40 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
5
+
## Version 2024.05.10-33e5294
6
+
7
+
### Features
8
+
-**i18n**: added German translation (#1038) (2c2fb21)
9
+
-**new tool**: Outlook Safelink Decoder (#911) (d3b32cc)
10
+
-**new tool**: ascii art generator (#886) (fe349ad)
11
+
-**i18n**: get locales on build (#880) (dc04615)
12
+
-**i18n**: added vi tools translations (#876) (079aa21)
0 commit comments