Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed Sep 25, 2021
1 parent 1f39849 commit b1c87ca
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.4.3]

### Fixed
- Allow build from source distribution

### Changed
- Update README: run and build sections
- Improve javadoc syntax
- Externalize data URL protocol handler
- Bump versions
- [email protected]
- [email protected]

## [0.4.2]

### Added
Expand Down Expand Up @@ -69,7 +82,9 @@ Beta release.
## 0.1.0
* First release

[Unreleased]: https://github.com/eb4j/ebviewer/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/eb4j/ebviewer/compare/v0.4.3...HEAD
[0.4.3]: https://github.com/eb4j/ebviewer/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/eb4j/ebviewer/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/eb4j/ebviewer/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/eb4j/ebviewer/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/eb4j/ebviewer/compare/v0.3.0...v0.3.1
Expand Down
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Very simple dictionary search application supporting;

You can download a binary zip archive from [github release](https://github.com/eb4j/ebviewer/releases)

* [Download v0.4.2 binary distribution](https://github.com/eb4j/ebviewer/releases/download/v0.4.2/ebviewer-0.4.2.zip)
* [Download v0.4.3 binary distribution](https://github.com/eb4j/ebviewer/releases/download/v0.4.3/ebviewer-0.4.3.zip)

After downloading the zip archive, please extract zip archive to arbitary folder.
The applicaiton is written by Java, you can run the application on any PC platforms, such as macOS, Windows and Linux.
Expand All @@ -25,31 +25,41 @@ The applicaiton is written by Java, you can run the application on any PC platfo
On linux or macOS which already have java 11 or later installed and set PATH properly,

```console
ebviewer-0.4.2/bin/ebviewer
ebviewer-0.4.3/bin/ebviewer
```

On windows

```console
ebviewer-0.4.2\bin\ebviewer.bat
ebviewer-0.4.3\bin\ebviewer.bat
```

When you have java but there is no PATH set,

```console
set JAVA_HOME=C:\Program Files\Java\jdk11.0.123.456\
ebviewer-0.4.2\bin\ebviewer.bat
ebviewer-0.4.3\bin\ebviewer.bat
```


## Dependency

You need to install Java Runtime Version 11, 14 or 16 on your operating system.
You need to install Java Runtime Version 11 or 16 on your operating system.
When you want to watch movie in your dictionary, VLC is required.

## Build from source

ebviewer uses Java, git version control and Gradle build system.
ebviewer uses Java and Gradle build system.

From source distribution

```console
unzip ebviewer-0.4.3.zip
cd ebviewer-0.4.3
./buildw.bat build
```

From github git repository

```console
git clone https://github.com/eb4j/ebviewer
Expand Down

0 comments on commit b1c87ca

Please sign in to comment.