Commit graph

3242 commits

Author SHA1 Message Date
Mihail Yaremenko
8174e3e64f
Fix #655: set macOS Dock icon on jar build on newer Java versions (#703)
* Add OS X resource forks and other stuff to gitignore

* fix #655, try to set Dock icon only if not using app bundle

* update CHANGELOG.md

* try to set macOS icon only when using jar bundle, as in app bundle macOS sets everything automatically

Co-authored-by: Ryan Dowling <ryan@ryandowling.me>
2023-01-13 00:37:08 +11:00
atlauncher-bot
4de829b976 chore: update aur packages 2023-01-12 13:27:22 +00:00
RyanTheAllmighty
1a34ceeeaa chore: bump version 2023-01-12 13:24:28 +00:00
Ryan Dowling
944ca971d0
chore: release version 3.4.24.1 2023-01-13 00:14:01 +11:00
Ryan Dowling
4bd816aa1b
fix: issue with mods now showing from CurseForge when not tagged with a loader 2023-01-13 00:06:37 +11:00
Ryan Dowling
462b3726dd
fix: [#702] issue with modlist allowing adding mods multiple times 2023-01-09 02:10:05 +11:00
atlauncher-bot
5c2ab020c6 chore: update aur packages 2023-01-08 14:35:48 +00:00
RyanTheAllmighty
9523971f93 chore: bump version 2023-01-08 14:32:52 +00:00
Ryan Dowling
26c4eaf4b1
chore: release version 3.4.24.0 2023-01-09 01:27:50 +11:00
Ryan Dowling
bb35872ae9
fix: use short git hash for version when running locally 2023-01-09 00:44:07 +11:00
Ryan Dowling
19d47ebdea
feat: add in support for shaders from Modrinth 2023-01-08 18:17:33 +11:00
Ryan Dowling
803377a8b9
fix: scanning of missing mods not accounting for jar mods or resource packs 2023-01-08 14:50:34 +11:00
Ryan Dowling
3fe509a63a
fix: [#701] resource packs from Modrinth not installing correctly 2023-01-08 14:37:56 +11:00
Ryan Dowling
f97d0635ab
fix: [#700] issue with resource packs not showing files when adding to an instance with a loader 2023-01-08 14:33:34 +11:00
atlauncher-bot
f9249b9be0 chore: update aur packages 2023-01-08 01:27:06 +00:00
RyanTheAllmighty
a6cb5fea5f chore: bump version 2023-01-08 01:24:11 +00:00
Ryan Dowling
5391b340e0
chore: release version 3.4.23.1 2023-01-08 12:18:24 +11:00
Ryan Dowling
75ddb1a12d
fix: make sure runtime has value before using 2023-01-08 12:10:57 +11:00
Ryan Dowling
337701fc81
fix: add warning text when browsing mods on Modrinth for Legacy Fabric 2023-01-08 00:09:10 +11:00
atlauncher-bot
2469f7822c chore: update aur packages 2023-01-07 11:04:01 +00:00
RyanTheAllmighty
b4127e09a9 chore: bump version 2023-01-07 11:01:07 +00:00
Ryan Dowling
2858d00390
chore: release version 3.4.23.0 2023-01-07 21:55:17 +11:00
Ryan Dowling
eb3d1859ad
refactor: use profile endpoint for legacy fabric and fabric 2023-01-07 21:25:03 +11:00
Ryan Dowling
55c5dea0b7
fix: issue with installing modpacks for legacy forge on Modrinth not working 2023-01-07 20:41:13 +11:00
Ryan Dowling
a35aab9e99
feat: [#698] get the GraphQL query working with legacyfabric versions 2023-01-06 04:01:28 +11:00
Ryan Dowling
79e9d72738
feat: [#698] add support for Legacy Fabric loader including modpacks 2023-01-06 03:43:32 +11:00
Ryan Dowling
122b064f0b
refactor: switch a couple data calls to use Graphql if configured 2023-01-02 18:19:04 +11:00
Ryan Dowling
fb68c7f002
fix: some small spelling errors 2023-01-01 12:45:47 +11:00
Ryan Dowling
4593c5f1f6
feat: add in revision of executable/git to launcher version 2022-12-29 12:12:02 +11:00
Ryan Dowling
12ab2be5da
feat: add ability to specify base Java install folder to scan for Java installs 2022-12-28 20:51:46 +11:00
Ryan Dowling
3d0e93ce94
fix: issue when config key doesn't exist 2022-12-28 16:49:11 +11:00
Ryan Dowling
5b02775690
feat: switch to using own hosted version of Java runtimes to support ARM 2022-12-21 12:04:33 +11:00
Ryan Dowling
1a9b166e1b
fix: installing mods from CurseForge with EmbeddedLibrary dependencies not showing it 2022-12-21 09:39:45 +11:00
Ryan Dowling
430b59d4a3
fix: [#684] issue with Arm based Mac not using Java runtimes 2022-12-20 17:02:03 +11:00
Ryan Dowling
abbe0ee5b8
fix: [#682] update LaunchServer.bat to work with double quotes in javapath and print more info 2022-12-17 14:24:12 +11:00
Ryan Dowling
4766e1e7f0
chore: update README around constants and general clean up 2022-12-17 14:02:55 +11:00
Ryan Dowling
0ede7e2958
feat: set limits and validation on connection timeout 2022-12-17 13:53:41 +11:00
Ryan Dowling
e292d817ab
fix: [#681] FTB pack links not working 2022-12-11 22:33:34 +11:00
Ryan Dowling
f7e91a9912
fix: the UI tests failing 2022-12-09 21:27:36 +11:00
Ryan Dowling
1c60c22d11
fix: auto select latest file when updating mods 2022-12-09 20:57:41 +11:00
Ryan Dowling
a80294a7b6
fix: adding mods from CurseForge not filtering out Quilt files on non Quilt instances 2022-12-09 18:03:29 +11:00
JBMagination
3a07c64c86
Prioritize MultiMC over CurseForge/Modrinth when importing (#643) 2022-12-03 20:21:36 +11:00
Doomsdayrs
add8b7bc1b
[Architecture] InstancesTab (#675)
* Add listeners to InstanceManager

* Implement view model for InstancesTab

* Ensure empty card gets added

* Update CHANGELOG.md

Co-authored-by: Ryan Dowling <ryan@ryandowling.me>
2022-12-03 20:21:08 +11:00
Doomsdayrs
1ad416f918
[Architecture] ServersTab (#674)
* Convert ServerManager to handle change events

* Implement IServersTabViewModel

* Handle scroll position in vm too

* Rename loadContent to createView in ServersTab

* Fix npe due to race conditioning

* Update CHANGELOG.md

* Update Licenses

* Ensure empty card gets added
2022-12-03 20:08:43 +11:00
Ryan Dowling
8f244be2b2
feat: add button when allocating more than 8GB ram to explain more 2022-12-03 13:52:05 +11:00
Ryan Dowling
8dc393f747
fix: issue with instance settings allowing setting of memory java params 2022-12-02 18:04:43 +11:00
Ryan Dowling
9790436b67
fix: [#677] updates for instances not showing the button until a restart 2022-11-28 17:57:22 +11:00
Ryan Dowling
ab9bb90be8
fix: show if Modpacks.ch pack version is Alpha/Beta 2022-11-28 17:34:32 +11:00
Ryan Dowling
9052ae625b
fix: keep section dropdown the same when switching platform in Add Mods dialog 2022-11-27 11:33:09 +11:00
Ryan Dowling
32b6243972
fix: anaytics having wrong category on Add Mods dialog for pagination and search 2022-11-27 11:26:59 +11:00