From 2ca922331a74636f4e38a6baec775d21b402dfcb Mon Sep 17 00:00:00 2001 From: relikd Date: Sat, 12 Aug 2023 13:21:03 +0200 Subject: [PATCH] chore: add changelog --- CHANGELOG.md | 25 +++++++++++++++++++++++++ LICENSE | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..017b578 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# 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 does adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [Unreleased] + +## [1.1.0] – 2023-08-12 +### Added +- Universal binary (Intel+AppleSilicon) +- Manully change bundle id + +### Changed +- New app icon + + +## [1.0.0] – 2019-08-18 +Initial release + + +[Unreleased]: https://github.com/relikd/URL-Scheme-Defaults/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/relikd/URL-Scheme-Defaults/compare/v1.0.0...v1.1.0 +[1.0.0]: https://github.com/relikd/URL-Scheme-Defaults/commit/c9811dd3fb058aa66cabd365256af8b2b018881e \ No newline at end of file diff --git a/LICENSE b/LICENSE index 07c1f87..6aad6e0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2019 Oleg Geier +Copyright 2019 relikd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: