Skip to content

Commit

Permalink
[ADDITIVE] Update release files
Browse files Browse the repository at this point in the history
  • Loading branch information
hagantsa committed Apr 23, 2024
1 parent 8f323db commit 81c2b8c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
17 changes: 17 additions & 0 deletions Administrative/releaseFiles/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@
* Changed or Information
===============================================================================

23/04/2024 3.13.2
----------------------------------------------------
+ HW Design improvements
* Added interconnection highlighting when hovered over
* Widened interconnection hitboxes to make them easier to select
* Added checks for double connections between component instances
* Reworked component instance auto connector tool to enable editing existing connections between component instances
* Reworked memory designer
- Fixed source importers not detecting filetype of files with absolute paths
- Fixed creating new design configurations in the HW design configuration editor
- Fixed AUB editors in memory map to accept expressions, AUB defaults to 8 bits when empty
- Fixed crash in bus interface wizard caused by non-existent abstraction definition
- Fixed the created bus interface from bus interface wizard not appearing in the editor
- Fixed validation in abstraction definition ports editor
- Fixed coloring of mirrored initiator interfaces
- Fixed logical port creation for abstraction definitions in bus interface wizard

13/02/2024 3.13.1
----------------------------------------------------
+ Prevent drag & drop between cross-standard revision components, designs etc.
Expand Down
2 changes: 1 addition & 1 deletion Administrative/releaseFiles/setupx64.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Kactus2"
!define PRODUCT_VERSION "3.13.1 64-bit"
!define PRODUCT_VERSION "3.13.2 64-bit"
!define PRODUCT_PUBLISHER "TUNI"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Kactus2.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Expand Down
16 changes: 8 additions & 8 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
#ifndef VERSIONNO__H
#define VERSIONNO__H

#define VERSION_FULL 3.13.493.0
#define VERSION_FULL 3.13.2.0

#define VERSION_BASEYEAR 0
#define VERSION_DATE "2024-04-22"
#define VERSION_TIME "15:37:17"
#define VERSION_DATE "2024-04-23"
#define VERSION_TIME "12:42:17"

#define VERSION_MAJOR 3
#define VERSION_MINOR 13
#define VERSION_BUILDNO 493
#define VERSION_BUILDNO 2
#define VERSION_EXTEND 0

#define VERSION_FILE 3,13,493,0
#define VERSION_PRODUCT 3,13,493,0
#define VERSION_FILESTR "3,13,493,0"
#define VERSION_PRODUCTSTR "3,13,493,0"
#define VERSION_FILE 3,13,2,0
#define VERSION_PRODUCT 3,13,2,0
#define VERSION_FILESTR "3,13,2,0"
#define VERSION_PRODUCTSTR "3,13,2,0"

#endif

0 comments on commit 81c2b8c

Please sign in to comment.