File: io.github.wxmaxima_developers.wxMaxima.appdata.xml

package info (click to toggle)
wxmaxima 20.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 46,476 kB
  • sloc: cpp: 77,833; xml: 10,445; ansic: 3,583; lisp: 1,837; makefile: 13; sh: 7
file content (100 lines) | stat: -rw-r--r-- 3,931 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 wxMaxima Team -->
<component type="desktop">
  <id>io.github.wxmaxima_developers.wxMaxima</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-2.0+</project_license>
  <name>wxMaxima</name>
  <update_contact>wxMaxima@physikbuch.de</update_contact>
  <summary>A graphical user interface for Maxima, a powerful computer algebra system</summary>
  <description>
    <p>
      wxMaxima is a graphical user interface for the computer algebra system Maxima:
      a program that solves mathematical problems by manipulating
      equations (and outputting the resulting formula), instead of just
      calculating a number. wxMaxima eases the use of Maxima by making
      most of its commands available through a menu system and by
      providing input dialogs for commands that require more than one
      argument. It also implements its own display engine that outputs
      mathematical symbols directly instead of depicting them with
      ASCII characters. 
    </p>
    <p>
      wxMaxima also features 2D and 3D inline plots, simple animations,
      mixing of text and mathematical calculations to create documents,
      exporting of input and output to TeX, document structuring and a
      browser for Maxima's manual including command index and full text
      searching.
    </p>
  </description>
  <screenshots>
    <screenshot type="default">
      <image>https://wxMaxima-developers.github.io/wxmaxima/images/linux_1.png</image>
      <caption>An example of a plot embedded in a work sheet</caption>
    </screenshot>
  </screenshots>
  <url type="bugtracker">https://github.com/wxMaxima-developers/wxmaxima/issues</url>
  <url type="homepage">https://wxMaxima-developers.github.io/wxmaxima/</url>
  <url type="help">https://wxmaxima-developers.github.io/wxmaxima/help.html</url>
  <developer_name>wxMaxima Team</developer_name>
  <kudos>
    <kudo>HiDpiIcon</kudo>
    <kudo>HighContrast</kudo>
    <kudo>UserDocs</kudo>
  </kudos>
  <launchable type="desktop-id">io.github.wxmaxima_developers.wxMaxima.desktop</launchable>
  <provides>
    <binary>wxMaxima</binary>
  </provides>
  <translation type="gettext">wxMaxima</translation>
  <content_rating type="oars-1.0">
    <content_attribute id="social-info">mild</content_attribute>
  </content_rating>
  <releases>

    <!-- prefer to use date with approximate UTC time - this way the verifier won't trip due
         to time zone variations 
         You can see current time at: https://en.wikipedia.org/wiki/ISO_8601
    -->
    <release version="20.12.1" date="2020-12-29T09:37:00Z">
      <description>
	<p>
	  Resolved a small privacy issue: If the user used IE9 as the help browser
	  and opened the wxMaxima manual that manual automatically downloaded a
	  HTML5 compatibility over the internet.
	</p>
      </description>
    </release>

    <release version="20.11.1" date="2020-11-21T14:05:00Z">
      <description>
	<p>
	  Many bug fixes.
	</p>
	<ul>
	  <li> Many bug fixes in various places</li>
	  <li> Russian translation updates from OlesyaGerasimenko and Yuri Chornoivan</li>
	  <li> Work on a more modern look-and-feel</li>
	  <li> Support for stringdisp and a menu item for it</li>
	  <li> Updated the default MathJAX to version 3</li>
	  <li> Ukrainian translation update by Yuri Chornoivan</li>
	  <li> Russian translation update by OlesyaGerasimenko and Yuri Chornoivan </li>
	</ul>
      </description>
    </release>
    
    <release version="20.11.0" date="2020-11-02T06:57:00Z">
      <description>
	<p>
	  Many bug fixes.
	</p>
	<ul>
	  <li> Many bug fixes in many places</li>
	  <li> Russian translation updates from OlesyaGerasimenko and Yuri Chornoivan</li>
	  <li> Ukrainian translation updates by Yuri Chornoivan </li>
	  <li> An editor for maxima's environment variables</li>
	</ul>
      </description>
    </release>    
  </releases>
</component>