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

Commit

Permalink
Release version 2022.2.2
Browse files Browse the repository at this point in the history
Fix NPE when there is network connection issues

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Jun 4, 2022
1 parent 864e1e1 commit 8b2207b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 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]

## [2022.2.2] - 2022-05-25

### Fixed

- Fix Null Pointer Exception(NPE) when there is a problem in network connection,
when Textra service is stopped in maintain and other case that the plugin does
not get proper JSON result.

### Changed

- Change JSON parser that is now based on schema classes.(#97)


## [2022.2.1] - 2022-05-25

### Fixed
Expand Down Expand Up @@ -213,7 +226,8 @@ All notable changes to this project will be documented in this file.
- Start project.


[Unreleased]: https://github.com/miurahr/omegat-textra-plugin/compare/v2022.2.1...HEAD
[Unreleased]: https://github.com/miurahr/omegat-textra-plugin/compare/v2022.2.2...HEAD
[2022.2.2]: https://github.com/miurahr/omegat-textra-plugin/compare/v2022.2.1...v2022.2.2
[2022.2.1]: https://github.com/miurahr/omegat-textra-plugin/compare/v2022.2.0...v2022.2.1
[2022.2.0]: https://github.com/miurahr/omegat-textra-plugin/compare/v2022.1.0...v2022.2.0
[2022.1.0]: https://github.com/miurahr/omegat-textra-plugin/compare/v2020.2.2...v2022.1.0
Expand Down

0 comments on commit 8b2207b

Please sign in to comment.