File tree Expand file tree Collapse file tree 8 files changed +18
-4
lines changed Expand file tree Collapse file tree 8 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.23
2
+
3
+ * Fix: Windows - get correct file path
4
+ * 📢 Announcement: TTModeler will only receive bug fixes for now. An improved version is available here: [ TTModeler Pro] ( https://emgarde.de )
5
+
1
6
## 0.4.22
2
7
3
8
* Fix: deleting MyTag
Original file line number Diff line number Diff line change 1
1
# <img src =" https://github.com/SecSimon/TTM/blob/main/src/assets/icons/favicon.192x192.png?raw=true " alt =" logo " style =" width :50px ;" /> TTModeler - Thing Threat Modeler
2
- ![ maintained - yes] ( https://img.shields.io/badge/maintained-yes-4ac41c )
2
+ ![ maintained - yes] ( https://img.shields.io/badge/maintained-fixes_only-ffff00 )
3
3
[ ![ GitHub release] ( https://img.shields.io/github/release/SecSimon/TTM?include_prereleases=&sort=semver&color=blue )] ( https://github.com/SecSimon/TTM/releases/ )
4
4
[ ![ license] ( https://img.shields.io/badge/license-GPLv3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
5
5
[ ![ build] ( https://github.com/SecSimon/TTM/actions/workflows/ubuntu.yml/badge.svg )] ( https://github.com/SecSimon/TTM/actions/workflows/ubuntu.yml )
6
6
7
7
[ ![ Web - https://www.simon-liebl.de/TTM ] ( https://img.shields.io/badge/Web-simon--liebl.de/TTM-blue?logo=github-pages&logoColor=white )] ( https://www.simon-liebl.de/TTM )
8
8
[ ![ OS - Linux] ( https://img.shields.io/badge/OS-Linux-blue?logo=linux&logoColor=white )] ( https://github.com/SecSimon/TTM/releases )
9
9
[ ![ OS - Windows] ( https://img.shields.io/badge/OS-Windows-blue?logo=windows&logoColor=white )] ( https://github.com/SecSimon/TTM/releases )
10
+
11
+ 📢 TTModeler will only receive bug fixes for now. An improved version is available here: [ TTModeler Pro] ( https://emgarde.de )
12
+
10
13
## Threat Modeling for Internet of Things Devices
11
14
12
15
TTModeler is a free and open-source threat modeling tool specialized on IoT devices and is available as web and desktop application.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ttmodeler" ,
3
- "version" : " 0.4.22 " ,
3
+ "version" : " 0.4.23 " ,
4
4
"description" : " Thing Threat Modeler for Internet of Things Devices" ,
5
5
"homepage" : " https://www.simon-liebl.de/TTM" ,
6
6
"author" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ttmodeler" ,
3
- "version" : " 0.4.22 " ,
3
+ "version" : " 0.4.23 " ,
4
4
"description" : " Thing Threat Modeler for Internet of Things Devices" ,
5
5
"homepage" : " https://www.simon-liebl.de/TTM" ,
6
6
"author" : {
Original file line number Diff line number Diff line change 8
8
< div class ="title ">
9
9
< h1 > < img src ='./assets/icons/favicon.192x192.png?raw=true ' style ="width: 50px; " alt ='logo '> {{'pages.home.title' | translate}}</ h1 >
10
10
< h3 > {{'pages.home.subtitle' | translate}}</ h3 >
11
+ < p >
12
+ < mat-icon class ="iconBtn " color ="warn " style ="vertical-align: top; font-size: 20px; margin-right: 5px; margin-bottom: 10px; "> announcement</ mat-icon >
13
+ {{'pages.home.TTModelerPro' | translate}} < a href ="https://emgarde.de " target ="_blank "> TTModeler Pro</ a >
14
+ </ p >
11
15
</ div >
12
16
< div class ="row ">
13
17
< div class ="column ">
Original file line number Diff line number Diff line change 73
73
"pages.home.tool.export" : " Excel- und CSV-Export" ,
74
74
"pages.home.tool.languages" : " Unterstützung mehrerer Sprachen (Englisch, Deutsch)" ,
75
75
"pages.home.tool.collaboration" : " Kollaboration mit anderen Personen (nur bei online Speicherung)" ,
76
+ "pages.home.TTModelerPro" : " TTModeler erhält vorerst nur noch Bug Fixes. Eine verbesserte Version ist hier verfügbar:" ,
76
77
"pages.home.video" : " Schauen Sie sich ein Einführungsvideo an" ,
77
78
"pages.home.viewSourceCode" : " Source Code auf GitHub anschauen" ,
78
79
"pages.home.welcome" : " Willkommen" ,
Original file line number Diff line number Diff line change 73
73
"pages.home.tool.export" : " Excel and CSV export" ,
74
74
"pages.home.tool.languages" : " Support of multiple languages (English, German)" ,
75
75
"pages.home.tool.collaboration" : " Collaboration with other persons (online storage only)" ,
76
+ "pages.home.TTModelerPro" : " TTModeler will only receive bug fixes for now. An improved version is available here:" ,
76
77
"pages.home.video" : " Watch an introduction video" ,
77
78
"pages.home.viewSourceCode" : " View the source code on GitHub" ,
78
79
"pages.home.welcome" : " Welcome" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.4.22 "
2
+ "version" : " 0.4.23 "
3
3
}
You can’t perform that action at this time.
0 commit comments