File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 2.0.0-alpha.2 ] - 2020-08-22
8
8
### Added
9
9
- Added rule violations dialog.
10
10
- Added "go to" function (useful for some dialogs).
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Added a code of conduct.
15
15
- Added a pull request template for github.
16
16
- Added automatic copy of tests files.
17
+ - Added logging for uncaught errors.
17
18
18
19
### Changed
19
20
- Better theme support.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Installer >
3
3
<Name >Degate</Name >
4
- <Version >2.0.0-alpha.1 </Version >
4
+ <Version >2.0.0-alpha.2 </Version >
5
5
<Title >Degate installer</Title >
6
6
<Publisher >Degate community</Publisher >
7
7
<StartMenuDir >Degate</StartMenuDir >
Original file line number Diff line number Diff line change 2
2
<Package >
3
3
<DisplayName >Degate</DisplayName >
4
4
<Description >Degate : open-source software for chips reverse engineering.</Description >
5
- <Version >2.0.0-alpha.1 </Version >
6
- <ReleaseDate >2020-07-17 </ReleaseDate >
5
+ <Version >2.0.0-alpha.2 </Version >
6
+ <ReleaseDate >2020-08-22 </ReleaseDate >
7
7
<Licenses >
8
8
<License name =" GNU General Public License Version 3" file =" LICENSE.TXT" />
9
9
</Licenses >
You can’t perform that action at this time.
0 commit comments