File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1
2+
3+ ### 0.1.1
4+
5+ - Added placeholder content when history is cleared
6+ - Added code to replace some characters when typing (eg. integrate → ∫)
7+ - Fixed bug causing \& nbsp; to appear in result in some circumstances
8+ - Fixed bug that prevented some history items from being deleted
9+ - Decreased minimum supported macOS version from 14.6 to 14.3
Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ FOUNDATION_EXPORT const unsigned char QalculateFrameworkVersionString[];
1616// In this header, you should import all the public headers of your framework using statements like #import <QalculateFramework/PublicHeader.h>
1717
1818#include < Qalculate/main.hpp>
19- #include < Qalculate/graphing.hpp>
Original file line number Diff line number Diff line change 66//
77
88#ifndef GRAPHING_H
9- #define GRAPHIN_H
9+ #define GRAPHING_H
1010#include < string>
1111using std::string;
1212
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ struct Completion
2727typedef std::vector<Completion> Completions;
2828
2929std::string qalc_gnuplot_data_dir ();
30- Calculator *getCalculator ();
3130Calculation calculate (std::string calculation);
3231Completions getCompletions (std::string input);
3332
You can’t perform that action at this time.
0 commit comments