diff --git a/CHANGELOG.md b/CHANGELOG.md index 22fb5d3..35e50f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ 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). +## v1.2.0 - July 17, 2024 + +### Added + +* Add offset property for *RPC Methods* +* Add offset property for *Security Callbacks* +* Add separate icon for *x86* version of rpv-web + +### Changed + +* Fix type errors caused by newer v versions +* Fix incorrect attr syntax in newer v versions +* Use separate builder container in Dockerfile +* Rename `base` property of *RPC Methods* to `addr` +* Rename `base` property of *Security Callbacks* to `addr` + + ## v1.1.0 - Sep 22, 2023 ### Added diff --git a/README.md b/README.md index ff37d01..ecfb3d0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![](https://github.com/qtc-de/rpv-web/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/qtc-de/rpv-web/actions/workflows/build.yml) [![](https://github.com/qtc-de/rpv-web/actions/workflows/build.yml/badge.svg?branch=dev)](https://github.com/qtc-de/rpv-web/actions/workflows/build.yml) -[![](https://img.shields.io/badge/version-1.1.0-blue)](https://github.com/qtc-de/rpv-web/releases) +[![](https://img.shields.io/badge/version-1.2.0-blue)](https://github.com/qtc-de/rpv-web/releases) [![](https://img.shields.io/badge/language-v%20%26%20vue-blue)](https://vlang.io/) [![](https://img.shields.io/badge/license-GPL%20v3.0-blue)](https://github.com/qtc-de/rpv-web/blob/master/LICENSE) [![](https://img.shields.io/badge/Pages-fa6b05)](https://qtc-de.github.io/rpv-web/) @@ -34,7 +34,7 @@ If you want to build from source, you can do so. Assuming that *v* is installed, can run the following commands to build *rpv-web*: ```console -[user@host ~]$ v install qtc_de.rpv +[user@host ~]$ v install qtc-de.rpv [user@host ~]$ git clone https://github.com/qtc-de/rpv-web [user@host ~]$ cd rpv-web [user@host rpv-web]$ make