Compare commits
No commits in common. "cfe916ec72f6e1fd525fa30a82eb3df72b10e07d" and "52b83d05bbb280b9cacb659cf91bb0d465a56577" have entirely different histories.
cfe916ec72
...
52b83d05bb
4 changed files with 9 additions and 14 deletions
|
@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## 0.1.11 - 2025-10-06
|
||||
### Changed
|
||||
- update source code info for about page
|
||||
|
||||
## 0.1.10 - 2024-06-09
|
||||
### Changed
|
||||
- Fix URL bug when refreshing weather radar.
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "myweather",
|
||||
"version": "0.1.11",
|
||||
"version": "0.1.10",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "myweather",
|
||||
"version": "0.1.11",
|
||||
"version": "0.1.10",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "myweather",
|
||||
"version": "0.1.11",
|
||||
"version": "0.1.10",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -28,13 +28,12 @@ import appsettings from '../appsettings'
|
|||
</p>
|
||||
|
||||
<p class="block">
|
||||
Source code is available at
|
||||
<a href="https://forgejo.wuttaproject.org/lance/myweather" target="_blank">
|
||||
<span class="icon-text">
|
||||
<o-icon icon="external-link" />
|
||||
<span>https://forgejo.wuttaproject.org/lance/myweather</span>
|
||||
</span>
|
||||
</a>
|
||||
Source code is not currently browseable online but you can get it with:
|
||||
</p>
|
||||
|
||||
<p class="block is-family-monospace"
|
||||
style="padding-left: 4rem;">
|
||||
git clone https://git.edbob.org/readonly/myweather.git
|
||||
</p>
|
||||
|
||||
<p class="block">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue