mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-24 01:19:40 +01:00
version update -> 3.10.0
This commit is contained in:
@@ -40,7 +40,7 @@ Author: Dmitriy Yefremov
|
|||||||
<property name="icon_name">system-help</property>
|
<property name="icon_name">system-help</property>
|
||||||
<property name="type_hint">normal</property>
|
<property name="type_hint">normal</property>
|
||||||
<property name="program_name">DemonEditor</property>
|
<property name="program_name">DemonEditor</property>
|
||||||
<property name="version">3.9.2 Beta</property>
|
<property name="version">3.10.0 Beta</property>
|
||||||
<property name="copyright">2018-2024 Dmitriy Yefremov
|
<property name="copyright">2018-2024 Dmitriy Yefremov
|
||||||
</property>
|
</property>
|
||||||
<property name="comments" translatable="yes">Enigma2 channel and satellite list editor.</property>
|
<property name="comments" translatable="yes">Enigma2 channel and satellite list editor.</property>
|
||||||
|
|||||||
@@ -1722,7 +1722,7 @@ Author: Dmitriy Yefremov
|
|||||||
<object class="GtkLabel" id="app_ver_label">
|
<object class="GtkLabel" id="app_ver_label">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can-focus">False</property>
|
<property name="can-focus">False</property>
|
||||||
<property name="label">3.9.2 Beta</property>
|
<property name="label">3.10.0 Beta</property>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="weight" value="bold"/>
|
<attribute name="weight" value="bold"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
|
|||||||
@@ -77,6 +77,8 @@ from .xml.edit import SatellitesTool
|
|||||||
|
|
||||||
class Application(Gtk.Application):
|
class Application(Gtk.Application):
|
||||||
""" Main application class. """
|
""" Main application class. """
|
||||||
|
VERSION = "3.10.0"
|
||||||
|
|
||||||
SERVICE_MODEL = "services_list_store"
|
SERVICE_MODEL = "services_list_store"
|
||||||
FAV_MODEL = "fav_list_store"
|
FAV_MODEL = "fav_list_store"
|
||||||
BQ_MODEL = "bouquets_tree_store"
|
BQ_MODEL = "bouquets_tree_store"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
VER="3.9.2_Beta"
|
VER="3.10.0_Beta"
|
||||||
B_PATH="dist/DemonEditor"
|
B_PATH="dist/DemonEditor"
|
||||||
DEB_PATH="$B_PATH/usr/share/demoneditor"
|
DEB_PATH="$B_PATH/usr/share/demoneditor"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Package: demon-editor
|
Package: demon-editor
|
||||||
Version: 3.9.2-Beta
|
Version: 3.10.0-Beta
|
||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ app = BUNDLE(coll,
|
|||||||
'CFBundleGetInfoString': "Enigma2 channel and satellite editor",
|
'CFBundleGetInfoString': "Enigma2 channel and satellite editor",
|
||||||
'LSApplicationCategoryType': 'public.app-category.utilities',
|
'LSApplicationCategoryType': 'public.app-category.utilities',
|
||||||
'LSMinimumSystemVersion': '10.13',
|
'LSMinimumSystemVersion': '10.13',
|
||||||
'CFBundleShortVersionString': f"3.9.2.{BUILD_DATE} Beta",
|
'CFBundleShortVersionString': f"3.10.0.{BUILD_DATE} Beta",
|
||||||
'NSHumanReadableCopyright': u"Copyright © 2024, Dmitriy Yefremov",
|
'NSHumanReadableCopyright': u"Copyright © 2024, Dmitriy Yefremov",
|
||||||
'NSRequiresAquaSystemAppearance': 'false',
|
'NSRequiresAquaSystemAppearance': 'false',
|
||||||
'NSHighResolutionCapable': 'true'
|
'NSHighResolutionCapable': 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user