Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 056fb3c

Browse files
authored
Create CHANGELOG.md
1 parent 45694ec commit 056fb3c

File tree

1 file changed

+183
-0
lines changed

1 file changed

+183
-0
lines changed

CHANGELOG.md

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
## [1.10.8] - 2019-01-23
2+
3+
- Use semantic versioning
4+
5+
## [1.10.7] - 2019-01-23
6+
7+
- Fix bot not adjusting settings after Tutorial Island completion
8+
9+
## [1.10.6] - 2019-01-23
10+
11+
- Fixed GE selling when player has 0 of item to be sold. In this case the task will be skipped
12+
13+
## [1.10.5] - 2019-01-23
14+
15+
- Fixed loop task saving
16+
17+
## [1.10.4] - 2019-01-22
18+
19+
- Fixes for make all interface
20+
- Fixed crafting "Plant pot"s
21+
22+
## [1.10.3] - 2019-01-22
23+
24+
- Fixed crafting pottery
25+
26+
## [1.10.2] - 2019-01-22
27+
28+
- Fixed grand exchange isOpen() & collect(), seems like OSBot API is broken here
29+
- Fixed fishing saving / loading
30+
- Added extra sleeps to ItemReqBanking
31+
- Added isVisible() and interact() functions to CachedWidget
32+
33+
## [1.10.1] - 2019-01-21
34+
35+
- Tutorial Island Fixes
36+
- Fixing loop task with CLI
37+
38+
## [1.10.0] - 2019-01-19
39+
40+
- Added GUI validation. Users will no longer be able to start the script / save a config if inputs are invalid.
41+
42+
## [1.9.0] - 2019-01-19
43+
44+
- Tasks can now be re-ordered by right clicking, and selecting "Move up" or "Move down" from the menu. Thanks to @Azn2000
45+
- Paint adjusts with resizable mode. Thanks to @Azn2000
46+
- Fixed Tutorial Island task finishing before login
47+
- Added custom path to avoid Wizards in Romeo and Juliet quest. Thanks to @Azn2000
48+
- You can now specify an end Date / Time for timed tasks
49+
- You can now specify an end Date / Time for break tasks
50+
- You can now specify an end Date / Time for loop tasks
51+
52+
## [1.8.0] - 2019-01-13
53+
54+
- Added Lumbridge cooking range
55+
- Romeo & Juliet quest bug fix, thanks to @Azn2000
56+
57+
## [1.7.1] - 2019-01-13
58+
59+
- Fix script not starting the second time, unless you refresh.
60+
61+
## [1.7.0] - 2019-01-13
62+
63+
- Enable fixed mode on script start
64+
- Hide roofs on script start
65+
- Enable shift dropping on script start
66+
67+
## [1.6.0] - 2019-01-13
68+
69+
- Added Sheep Shearer quest
70+
- Added The Restless Ghost quest
71+
- Fixed file paths for Linux
72+
- Fixed banking bug where withdraw mode not being set to noted
73+
- Updated Grand Exchange sell task to sell all if amount on player is less than amount to sell
74+
- Credits to @RealPoke for all of the above, with some minor refactoring by me ^_^
75+
76+
## [1.5.0] - 2019-01-08
77+
78+
- Added Romeo & Juliet quest
79+
- Added Cook's Assistant quest
80+
- Thanks to @RealPoke
81+
82+
## [1.4.2] - 2019-01-08
83+
84+
- Fixed crash when player burns two shrimp in Tutorial Island survival section
85+
86+
## [1.4.1] - 2019-01-06
87+
88+
- Fixed Tutorial Island fire lighting
89+
- Refactoring
90+
91+
## [1.4.0] - 2019-01-05
92+
93+
- Loop task GUI improvements
94+
- Refactoring
95+
96+
## [1.3.0] - 2019-01-05
97+
98+
- Added loop task thanks to @MasterOfHash
99+
100+
## [1.2.1] - 2019-01-05
101+
102+
- Use remote version for ignore version
103+
104+
## [1.2.0] - 2019-01-05
105+
106+
- Added support for ignoring update messages
107+
108+
## [1.1.0] - 2019-01-05
109+
110+
- Added a version checker
111+
- Added a copy to clipboard button
112+
113+
## [1.0.9] - 2019-01-04
114+
115+
- Unlisted changes
116+
117+
## [1.0.8] - 2019-01-02
118+
119+
- Fixed small net / big next fishing
120+
- Fixed woodcutting chopping the Christmas tree
121+
122+
## [1.0.7] - 2019-01-01
123+
124+
- Fixed RuneCrafting activity not leavint altar on task completion
125+
126+
## [1.0.6] - 2019-01-01
127+
128+
- Fixed dart tip smithing
129+
- Fixed bait fishing, thanks to @Progamerz
130+
131+
## 1.0.5 - 2019-01-01
132+
133+
- Skipped version
134+
135+
## [1.0.4] - 2019-01-01
136+
137+
- Fixed big net fishing
138+
139+
## [1.0.3] - 2019-01-01
140+
141+
- Fixed small net fishing
142+
143+
## [1.0.2] - 2019-01-01
144+
145+
- Fixed gem cutting
146+
147+
## [1.0.1] - 2019-01-01
148+
149+
- Tutorial Island Fixes
150+
151+
## 1.0.0 - 2019-01-01
152+
153+
- First open source release
154+
155+
[1.10.7]: https://github.com/explv/explvs-aio/compare/v4.0...v4.1
156+
[1.10.6]: https://github.com/explv/explvs-aio/compare/v3.9...v4.0
157+
[1.10.5]: https://github.com/explv/explvs-aio/compare/v3.8...v3.9
158+
[1.10.4]: https://github.com/explv/explvs-aio/compare/v3.7...v3.8
159+
[1.10.3]: https://github.com/explv/explvs-aio/compare/v3.6...v3.7
160+
[1.10.2]: https://github.com/explv/explvs-aio/compare/v3.5...v3.6
161+
[1.10.1]: https://github.com/explv/explvs-aio/compare/v3.4...v3.5
162+
[1.10.0]: https://github.com/explv/explvs-aio/compare/v3.3...v3.4
163+
[1.9.0]: https://github.com/explv/explvs-aio/compare/v3.2...v3.3
164+
[1.8.0]: https://github.com/explv/explvs-aio/compare/v3.1...v3.2
165+
[1.7.1]: https://github.com/explv/explvs-aio/compare/v3.0...v3.1
166+
[1.7.0]: https://github.com/explv/explvs-aio/compare/v2.9...v3.0
167+
[1.6.0]: https://github.com/explv/explvs-aio/compare/v2.8...v2.9
168+
[1.5.0]: https://github.com/explv/explvs-aio/compare/v2.7...v2.8
169+
[1.4.2]: https://github.com/explv/explvs-aio/compare/v2.6...v2.7
170+
[1.4.1]: https://github.com/explv/explvs-aio/compare/v2.5...v2.6
171+
[1.4.0]: https://github.com/explv/explvs-aio/compare/v2.3...v2.5
172+
[1.3.0]: https://github.com/explv/explvs-aio/compare/v2.2...v2.3
173+
[1.2.1]: https://github.com/explv/explvs-aio/compare/v2.1...v2.2
174+
[1.2.0]: https://github.com/explv/explvs-aio/compare/v2.0...v2.1
175+
[1.1.0]: https://github.com/explv/explvs-aio/compare/v1.9...v2.0
176+
[1.0.9]: https://github.com/explv/explvs-aio/compare/v1.8...v1.9
177+
[1.0.8]: https://github.com/explv/explvs-aio/compare/v1.7...v1.8
178+
[1.0.7]: https://github.com/explv/explvs-aio/compare/v1.6...v1.7
179+
[1.0.6]: https://github.com/explv/explvs-aio/compare/v1.5...v1.6
180+
[1.0.4]: https://github.com/explv/explvs-aio/compare/v1.3...v1.4
181+
[1.0.3]: https://github.com/explv/explvs-aio/compare/v1.2...v1.3
182+
[1.0.2]: https://github.com/explv/explvs-aio/compare/v1.1...v1.2
183+
[1.0.1]: https://github.com/explv/explvs-aio/compare/v1.0...v1.1

0 commit comments

Comments
 (0)