Skip to content

Commit

Permalink
Version 35.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splintermind committed Jan 4, 2016
1 parent 2054b4c commit defdeb9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### Version 35.0 Patch Notes

***
- toggling labors at a group/set level works properly with filters
- right clicking and toggling a set of labors, all selected units are affected
- added support for multiple moodable skills
- replaced the text for group by and filter with icons and tooltips
- added icons to more of the right-click context menus
- changed the filter label and dropdown to a single widget
- added a scroll area to the option's tooltip tab to reduce the overall height of the options window
- moved all the 'cheating' options to their own section in the general options tab

- fixed many issues with jobs, activities and squad orders not displaying correctly
- fixed labor/flag toggling when selecting all with CTRL-A when both a group and filter are active
- fixed flag columns incorrectly toggling labors when clicking the group row's cells
- fixed the right click squad menu on non-squads groups
- fixed how moodable skills are determined (raw base level, not inc. xp to next level)
- fixed some knowledge descriptions
- OSX fix for crashing on first read (Numerius)

### Version 34.0 Patch Notes

***
Expand Down
2 changes: 1 addition & 1 deletion inc/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
#define PRODUCT "Dwarf Therapist"

#ifndef DT_VERSION_MAJOR
#define DT_VERSION_MAJOR 34
#define DT_VERSION_MAJOR 35
#endif

#ifndef DT_VERSION_MINOR
Expand Down

0 comments on commit defdeb9

Please sign in to comment.