Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.0"
".": "0.17.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.17.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.16.0...v0.17.0) (2026-06-22)


### Features

* **cors:** add http:default capability and connect-src CSP for oth server ([38a878d](https://github.com/pythoninthegrasses/lunchjs/commit/38a878d8f2f2aec30d74796f941191ba611010a7))


### Bug Fixes

* **tauri:** remove http:default capability — plugin not installed ([fd814f9](https://github.com/pythoninthegrasses/lunchjs/commit/fd814f9cbffceea17b2440311902412189abe734))

## [0.16.0](https://github.com/pythoninthegrasses/lunchjs/compare/v0.15.0...v0.16.0) (2026-02-04)


Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lunch"
version = "0.16.0"
version = "0.17.0"
description = "Cross-platform restaurant selector"
authors = ["Lance"]
license = "Unlicense"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"open": true
}
},
"version": "0.16.0"
"version": "0.17.0"
}
Loading