Skip to content

Commit

Permalink
extension/*, CHANGELOG.md: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij committed Aug 13, 2024
1 parent 2cf121e commit 2422280
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [extension-v1.13.1] - 2024-08-13

### Fixed

- Fixed a lot of places where the documentation was misaligned with current reality.

### Changed

- Improved documentation, especially the "Help" page.
- Tiny improvement in popup UI HTML layout.
- Changed `config.history` default value.

## [extension-v1.13.0] - 2024-08-05

### Added
Expand Down Expand Up @@ -735,6 +747,7 @@ All planned features are complete now.

- Initial public release.

[extension-v1.13.1]: https://github.com/Own-Data-Privateer/pwebarc/compare/extension-v1.13.0...extension-v1.13.1
[extension-v1.13.0]: https://github.com/Own-Data-Privateer/pwebarc/compare/extension-v1.12.0...extension-v1.13.0
[tool-v0.13.0]: https://github.com/Own-Data-Privateer/pwebarc/compare/tool-v0.12.0...tool-v0.13.0
[extension-v1.12.0]: https://github.com/Own-Data-Privateer/pwebarc/compare/extension-v1.11.0...extension-v1.12.0
Expand Down
2 changes: 1 addition & 1 deletion extension/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ with pkgs;

stdenv.mkDerivation rec {
pname = "pwebarc-extension";
version = "1.13.0";
version = "1.13.1";

inherit (source) src unpackPhase;
sourceRoot = "${src.name}/extension";
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest-common.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,

"name": "pWebArc",
"version": "1.13.0",
"version": "1.13.1",
"description": "Logs, captures, and archives dumps of HTTP requests and responses. Mainly, for later offline viewing. Lots of configuration options.",

"author": "Jan Malakhovski",
Expand Down

0 comments on commit 2422280

Please sign in to comment.