mirror of
https://github.com/norohind/EDMC_SpanshRouter.git
synced 2025-04-25 05:00:58 +03:00
Update plugin version and changelog
This commit is contained in:
parent
0ca039b22e
commit
dd7deef9fc
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## 2.0.0
|
||||||
|
|
||||||
|
- You can now plot your route directly from EDMC
|
||||||
|
- A few bugs were fixed
|
||||||
|
|
||||||
## 1.2.1
|
## 1.2.1
|
||||||
|
|
||||||
- Added update button which opens the releases page
|
- Added update button which opens the releases page
|
||||||
|
2
load.py
2
load.py
@ -16,7 +16,7 @@ if sys.platform.startswith('linux'):
|
|||||||
|
|
||||||
|
|
||||||
this = sys.modules[__name__]
|
this = sys.modules[__name__]
|
||||||
this.plugin_version = "1.2.1"
|
this.plugin_version = "2.0.0"
|
||||||
this.update_available = False
|
this.update_available = False
|
||||||
this.next_stop = "No route planned"
|
this.next_stop = "No route planned"
|
||||||
this.route = []
|
this.route = []
|
||||||
|
@ -1 +1 @@
|
|||||||
1.2.1
|
2.0.0
|
Loading…
x
Reference in New Issue
Block a user