You've already forked dev.commandline.waveterm
mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-04-22 15:27:29 -07:00
Update to 1.29.0 and add devel permission
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<summary>Visual Studio Code. Code editing. Redefined.</summary>
|
||||
<description>
|
||||
<p>Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. See https://code.visualstudio.com/docs/setup/linux for installation instructions and FAQ.</p>
|
||||
<p>This is the official, proprietary, Microsoft build of Visual Studio Code, packaged into a Flatpak. This repackaging is not supported by Microsoft.</p>
|
||||
<p>This is the proprietary Microsoft build of Visual Studio Code, packaged into a Flatpak. This repackaging is not supported by Microsoft.</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
@@ -23,38 +23,11 @@
|
||||
<category>TextEditor</category>
|
||||
</categories>
|
||||
<releases>
|
||||
<release version="1.29.0" date="2018-11-09"/>
|
||||
<release version="1.28.2" date="2018-10-17"/>
|
||||
<release version="1.28.1" date="2018-10-11"/>
|
||||
<release version="1.28.0" date="2018-10-03"/>
|
||||
<release version="1.27.2" date="2018-09-12"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.1">
|
||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||
<content_attribute id="violence-fantasy">none</content_attribute>
|
||||
<content_attribute id="violence-realistic">none</content_attribute>
|
||||
<content_attribute id="violence-bloodshed">none</content_attribute>
|
||||
<content_attribute id="violence-sexual">none</content_attribute>
|
||||
<content_attribute id="violence-desecration">none</content_attribute>
|
||||
<content_attribute id="violence-slavery">none</content_attribute>
|
||||
<content_attribute id="violence-worship">none</content_attribute>
|
||||
<content_attribute id="drugs-alcohol">none</content_attribute>
|
||||
<content_attribute id="drugs-narcotics">none</content_attribute>
|
||||
<content_attribute id="drugs-tobacco">none</content_attribute>
|
||||
<content_attribute id="sex-nudity">none</content_attribute>
|
||||
<content_attribute id="sex-themes">none</content_attribute>
|
||||
<content_attribute id="sex-homosexuality">none</content_attribute>
|
||||
<content_attribute id="sex-prostitution">none</content_attribute>
|
||||
<content_attribute id="sex-adultery">none</content_attribute>
|
||||
<content_attribute id="sex-appearance">none</content_attribute>
|
||||
<content_attribute id="language-profanity">none</content_attribute>
|
||||
<content_attribute id="language-humor">none</content_attribute>
|
||||
<content_attribute id="language-discrimination">none</content_attribute>
|
||||
<content_attribute id="social-chat">none</content_attribute>
|
||||
<content_attribute id="social-info">moderate</content_attribute>
|
||||
<content_attribute id="social-audio">none</content_attribute>
|
||||
<content_attribute id="social-location">none</content_attribute>
|
||||
<content_attribute id="social-contacts">none</content_attribute>
|
||||
<content_attribute id="money-purchasing">none</content_attribute>
|
||||
<content_attribute id="money-gambling">none</content_attribute>
|
||||
</content_rating>
|
||||
</component>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
"--share=network",
|
||||
"--device=dri",
|
||||
"--filesystem=host",
|
||||
"--allow=devel",
|
||||
"--talk-name=org.freedesktop.Notifications",
|
||||
"--talk-name=org.freedesktop.secrets",
|
||||
"--talk-name=org.freedesktop.Flatpak",
|
||||
@@ -112,17 +113,17 @@
|
||||
"type": "extra-data",
|
||||
"filename": "code.deb",
|
||||
"only-arches": ["x86_64"],
|
||||
"url": "https://vscode-update.azurewebsites.net/1.28.2/linux-deb-x64/stable",
|
||||
"sha256": "fa5f9a4349edc2b9931631c67fdfaa920270ab1b27c34e3841d987406a588dd4",
|
||||
"size": 43975832
|
||||
"url": "https://vscode-update.azurewebsites.net/1.29.0/linux-deb-x64/stable",
|
||||
"sha256": "c6316d1a1216f32721724fbca5f61b9bfca34fd0c4964e3779b273c91747f066",
|
||||
"size": 44742268
|
||||
},
|
||||
{
|
||||
"type": "extra-data",
|
||||
"filename": "code.deb",
|
||||
"only-arches": ["i386"],
|
||||
"url": "https://vscode-update.azurewebsites.net/1.28.2/linux-deb-ia32/stable",
|
||||
"sha256": "619216f2c423f0b495ab1c9a995a2c40c9052b377ed2e11470336e9f50bd661a",
|
||||
"size": 46332514
|
||||
"url": "https://vscode-update.azurewebsites.net/1.29.0/linux-deb-ia32/stable",
|
||||
"sha256": "ea2165c7f9f48043564493194f52b30bdbfcf9d82036f650c159d1ed9d6d14e6",
|
||||
"size": 47071626
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user