Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Changelog-CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file

## 1.4.2 2026-08-31
Bugfixes:
- Fix MXF edition support

## 0.4.0 2024-02-27
Add feature to apply DPX metadata changes from input JSON

Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file

## 1.4.2 2026-08-31
Bugfixes:
- Fix MXF edition support

## 1.4.0 2025-05-20
Accessibility Tasks:
- emb-m-10 & emb-w-12 - make tabs with non-compliance issues accessible to screen reader users
Expand Down
4 changes: 2 additions & 2 deletions Project/Install/embARC.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RequestExecutionLevel admin
; Some defines
!define PRODUCT_NAME "embARC"
!define PRODUCT_PUBLISHER "MediaArea.net"
!define PRODUCT_VERSION "1.4"
!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0.0"
!define PRODUCT_VERSION "1.4.2"
!define PRODUCT_VERSION4 "${PRODUCT_VERSION}.0"
!define PRODUCT_WEB_SITE "https://www.mediaarea.net/embARC"
!define COMPANY_REGISTRY "Software\MediaArea.net"
!define PRODUCT_REGISTRY "Software\MediaArea.net\embARC"
Expand Down
2 changes: 1 addition & 1 deletion Project/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4
1.4.2
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ application {
// CLI Settings
//mainClassName = 'com.portalmedia.embarc.cli.Main'

version = '1.4'
version = '1.4.2'

repositories {
mavenCentral()
Expand Down
Loading