Skip to content

Commit

Permalink
Release 2021.8
Browse files Browse the repository at this point in the history
Prepared the 2021 August release.
All version numbers updated, release notes updated.
  • Loading branch information
jkanev committed Aug 2, 2021
1 parent 2ad4b07 commit e604091
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ _TreeTime_'s data is stored in ._trt_ files. These are plain editable text files

### Using pre-compiled Binaries ###

- Windows, Linux: Go to [github.com/jkanev/treetime/releases/tag/2021.5](https://github.com/jkanev/treetime/releases/tag/2021.5) and download a zipped package for Windows 10, 64 bit, or for Linux 64 bit from there. Unzip it into your program directory and run _TreeTime_ or _TreeTime.exe_ from the new folder. Unzip the data package too. Add the program folder to your path.
- Windows, Linux: Go to [github.com/jkanev/treetime/releases/tag/2021.8](https://github.com/jkanev/treetime/releases/tag/2021.8) and download a zipped package for Windows 10, 64 bit, or for Linux 64 bit from there. Unzip it into your program directory and run _TreeTime_ or _TreeTime.exe_ from the new folder. Unzip the data package too. Add the program folder to your path.

Executable bundles have been created with pyinstaller ([www.pyinstaller.org](http://www.pyinstaller.org)).

Expand Down Expand Up @@ -189,6 +189,9 @@ Past
- Done May 2021: Improved HTML layout
- Done May 2021: Implemented customisable level export for html and text export
- Done May 2021: Released version 2021.5
- Done July 2021: Fixed broken application logo
- Done July 2021: Implemented CSV export
- Done August 2021: Released version 2021.8

Present
- Running: Bugfixing
Expand All @@ -198,13 +201,9 @@ Present
Future
- Near Future: Implement search function
- Mid Future: Implement global functions (Linearise Tree, Level-Swap, Merge identical Siblings, Merge Identical Parents/Children, Remove all Orphans, Insert all Orphans as Children)
- Mid Future: Bugfixing
- Mid Future: Implement more tree field types (standard deviation, min, max, string concatenation),
- Mid Future: Bugfixing
- Far Future: Implement tree field editing with graphical dialog (add, remove, change tree fields)
- Far Future: Implement data item field editing with graphical dialog (add, remove, change data item fields)
- Far Future: Bugfixing
- Far Future: Implement tree export to PDF, and/or CSV
- Far Future: Implement safe usage by multiple simultaneous users
- Far Future: Implement a database backend instead of text file storage
- Far Future: Implement a web server
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Installation
Using pre-compiled Binaries
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Windows, Linux: Go to [github.com/jkanev/treetime/releases/tag/2021.5](https://github.com/jkanev/treetime/releases/tag/2021.5) and download a zipped package for Windows 10, 64 bit, or for Linux 64 bit from there. Unzip it into your program directory and run *TreeTime* or *TreeTime.exe* from the new folder. Unzip the data package too. Add the program folder to your path.
- Windows, Linux: Go to [github.com/jkanev/treetime/releases/tag/2021.8](https://github.com/jkanev/treetime/releases/tag/2021.8) and download a zipped package for Windows 10, 64 bit, or for Linux 64 bit from there. Unzip it into your program directory and run *TreeTime* or *TreeTime.exe* from the new folder. Unzip the data package too. Add the program folder to your path.

Executable bundles have been created with pyinstaller ([www.pyinstaller.org](http://www.pyinstaller.org)).

Expand Down
3 changes: 3 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ Past
* May: Improvement to html and txt export (changed colours, headings have no different sizes)
* May: On export of both html and txt, user can now decide how many tree levels (depth) should be exported.
* May: Released **version 2021.5**
* July: Fixed broken application logo
* July: Implemented CSV export
* August: Released **version 2021.8**

Present
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='TreeTime',
version='2021.5',
version='2021.8',
description='TreeTime is a to-do list manager, test report tool, project manager, family ancestry editor,'
'mind-mapping tool, etc. Using TreeTime you can categorise and organise any data in tree structures.'
'You can define several trees, each with a different structure, on the same data. You can use functions'
Expand Down
2 changes: 1 addition & 1 deletion treetime/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def retranslateUi(self, MainWindow):
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'Noto Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"> TreeTime 2021.5</p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"> TreeTime 2021.8</p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"> Updates and source code:<br /> <a href=\"https://github.com/jkanev/treetime\"><span style=\" text-decoration: underline; color:#2980b9;\">github.com/jkanev/treetime</span></a></p>\n"
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"> Documentation:<br /> <a href=\"https://treetime-data-manager.readthedocs.io\"><span style=\" text-decoration: underline; color:#2980b9;\">treetime-data-manager.</span></a><br /> <a href=\"https://treetime-data-manager.readthedocs.io\"><span style=\" text-decoration: underline; color:#2980b9;\">readthedocs.io</span></a></p></body></html>"))
self.toolBox.setItemText(self.toolBox.indexOf(self.pageSettings), _translate("MainWindow", "Settings"))
Expand Down
2 changes: 1 addition & 1 deletion treetime/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; TreeTime 2021.5&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; TreeTime 2021.8&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; Updates and source code:&lt;br /&gt; &lt;a href=&quot;https://github.com/jkanev/treetime&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;github.com/jkanev/treetime&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; Documentation:&lt;br /&gt; &lt;a href=&quot;https://treetime-data-manager.readthedocs.io&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;treetime-data-manager.&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;a href=&quot;https://treetime-data-manager.readthedocs.io&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;readthedocs.io&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
Expand Down

0 comments on commit e604091

Please sign in to comment.