File tree Expand file tree Collapse file tree 5 files changed +19
-8
lines changed
Expand file tree Collapse file tree 5 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 0.2.8a1 ] ( https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.8a1 ) (2024-12-04 )
3+ ## [ 0.2.9a1 ] ( https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.9a1 ) (2025-01-18 )
44
5- [ Full Changelog] ( https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/V0.2.7 ...0.2.8a1 )
5+ [ Full Changelog] ( https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/V0.2.8 ...0.2.9a1 )
66
77** Merged pull requests:**
88
9- - de-de/translate [ \# 31] ( https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/31 ) ([ gitlocalize-app[ bot]] ( https://github.com/apps/gitlocalize-app ) )
10- - de-de/translate [ \# 26] ( https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/26 ) ([ gitlocalize-app[ bot]] ( https://github.com/apps/gitlocalize-app ) )
9+ - pt-pt/translate [ \# 33] ( https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/33 ) ([ gitlocalize-app[ bot]] ( https://github.com/apps/gitlocalize-app ) )
1110
12- ## [ V0.2.7 ] ( https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/V0.2.7 ) (2024-12-02 )
11+ ## [ V0.2.8 ] ( https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/V0.2.8 ) (2024-12-04 )
1312
14- [ Full Changelog] ( https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.7 ...V0.2.7 )
13+ [ Full Changelog] ( https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.8 ...V0.2.8 )
1514
1615
1716
Original file line number Diff line number Diff line change 1+ a executar (comando|script) {alias}
Original file line number Diff line number Diff line change 1+ {
2+ "examples" : [
3+ " executar comando ___" ,
4+ " execute o script ___"
5+ ]
6+ }
Original file line number Diff line number Diff line change 1+ {
2+ "running.dialog" : [
3+ " a executar (comando|script) {alias}"
4+ ]
5+ }
Original file line number Diff line number Diff line change 11# START_VERSION_BLOCK
22VERSION_MAJOR = 0
33VERSION_MINOR = 2
4- VERSION_BUILD = 8
5- VERSION_ALPHA = 0
4+ VERSION_BUILD = 9
5+ VERSION_ALPHA = 1
66# END_VERSION_BLOCK
You can’t perform that action at this time.
0 commit comments