2024-05-20 17:20:54 +02:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
2024-05-31 20:10:14 +02:00
## [Unreleased]
2024-05-31 20:02:10 +02:00
## [v1.1.0] - 2024-05-31
2024-05-31 15:08:43 +02:00
### Changed
- Improved macOS runnable execution in the tar.gz file. The executable file is now placed inside a folder named `application.app` , allowing it to be launched with a double-click.
2024-05-20 17:20:54 +02:00
2024-05-31 15:19:30 +02:00
## [v1.0.0] - 2024-05-20
### Changed
- Script warp4j improved to support running on aarch64 architecture
2024-05-20 17:20:54 +02:00
- Install script improved to run with /bin/sh
2024-05-20 19:57:06 +02:00
- Dockerfile changed to use install.sh script (Works on x64 and aarch64 architecture)
2024-05-31 15:08:43 +02:00
2024-05-31 15:19:30 +02:00
### Added
- Dockerfile_x64 with old build script for tests
2024-05-20 17:20:54 +02:00
2024-05-20 17:31:18 +02:00
## [origin warp4j] - 2019-02-28
2024-05-20 17:20:54 +02:00
- See origin repository: https://github.com/guziks/warp4j
2024-05-20 21:02:14 +02:00
[unreleased]: https://git.phoenix.ipv64.de/public/warp4j/compare/master...HEAD
2024-05-31 20:02:10 +02:00
[v1.1.0]: https://git.phoenix.ipv64.de/public/warp4j/compare/v1.0.0...v1.1.0
2024-05-31 15:19:30 +02:00
[v1.0.0]: https://git.phoenix.ipv64.de/public/warp4j/compare/stable...v1.0.0
2024-05-31 20:02:10 +02:00
[origin warp4j]: https://github.com/guziks/warp4j