Skip to content

Commit 134bbc0

Browse files
authored
Merge pull request #249 from walkero-gr/prepare-release--v2.5.0
Preparing v2.5.0
2 parents a13f19b + 3781ef0 commit 134bbc0

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
AWS_SECRET_ACCESS_KEY:
1616
from_secret: AWS_SECRET_ACCESS_KEY
1717
commands:
18-
- aws ec2 start-instances --region eu-north-1 --instance-ids i-01e3d598710a23947
18+
- aws ec2 start-instances --region eu-north-1 --instance-ids i-07474e4fe80f14754
1919

2020
trigger:
2121
branch:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
## iGame VERSION_TAG - [RELEASE_DATE]
22
### Added
33
- Added a new "Information" window that includes the "Released date", the "Released by", the "Chipset", the links to external websites and most of the fields from the properties window.
4+
- Added the option to use repositories based on assigns (fixes #240)
45

56
### Changed
67
- The "Properties" window has only the tooltypes of the selected item available to change.
78

9+
### Fixed
10+
- Fixed a potential crash on exit, happening mostly on AmigaOS 3.1 systems (fixes #239)
11+
812
## iGame 2.4.6 - [2024-02-18]
913
### Changed
1014
- Some optimisation in list loading reducing the time needed more than 42%

aminet.readme

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ Requirements:
4848
* Workbench 2.1 or higher
4949
* MUI 3.8 or higher
5050
* icon.library v37+ (v44+ Recommended)
51-
* guigfx.library
52-
* render.library
53-
* guigfx.mcc
51+
* guigfx.library (optional)
52+
* render.library (optional)
53+
* guigfx.mcc (optional)
5454
* Texteditor.mcc
5555
* NListviews.mcc
56+
* Urltext.mcc (optional)
5657

5758
The project is open source and you can find the code at:
5859
https://github.com/MrZammler/iGame

os4depot.readme

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ Requirements:
5454
* Workbench 2.1 or higher
5555
* MUI 3.8 or higher
5656
* icon.library v37+ (v44+ Recommended)
57-
* guigfx.library
58-
* render.library
59-
* guigfx.mcc
57+
* guigfx.library (optional)
58+
* render.library (optional)
59+
* guigfx.mcc (optional)
6060
* Texteditor.mcc
6161
* NListviews.mcc
62+
* Urltext.mcc (optional)
6263

6364
The project is open source and you can find the code at:
6465
https://github.com/MrZammler/iGame

0 commit comments

Comments
 (0)