Commit graph

3430 commits

Author SHA1 Message Date
Red-S2
b9e6fc2382
Added Feature from issue 762 (#803)
* Added Feature from issue 762

* Changelog

* Spelling

* Done

* Update CHANGELOG.md

* Implemented Changes
2023-08-18 16:16:35 +10:00
Ryan Dowling
3ea69265b8
feat: support NeoForge loader for Modrinth and MultiMC import 2023-08-13 22:39:10 +10:00
Doomsdayrs
74005bdbe9
misc: Organize ViewModels (#757) 2023-08-13 14:28:37 +10:00
Doomsdayrs
e4b3ce9424
misc: Rename VanillaPacksTab to CreatePackTab (#806)
CreatePack is more accurate to what the purpose is.
2023-08-13 13:59:33 +10:00
Red-S2
36882834b0
added popular Terminal Emulators (#800)
* added popular Terminal Emulators

* updated changelog.md

* spelling

* now actually works
2023-08-11 09:58:32 +10:00
atlauncher-bot
aa016c80d0 chore: update aur packages 2023-08-07 11:32:11 +00:00
RyanTheAllmighty
59d401cc57 chore: bump version 2023-08-07 11:28:05 +00:00
Ryan Dowling
6bc828bf8b
chore: release version 3.4.31.2 2023-08-07 21:21:37 +10:00
Ryan Dowling
b5285de99d
refactor: move hash cache for fracturiser scans to be more local 2023-08-07 21:15:19 +10:00
Ryan Dowling
d82b6b3a9c
fix: issue with some Modrinth packs not being installable 2023-08-07 17:48:50 +10:00
Ryan Dowling
c9747d8e10
fix: add caching to Fracturiser scans on instance launch 2023-08-06 10:33:47 +10:00
atlauncher-bot
9121352e8d chore: update aur packages 2023-08-06 00:29:40 +00:00
RyanTheAllmighty
0b2220f79b chore: bump version 2023-08-06 00:26:20 +00:00
Ryan Dowling
55ba7b1a97
chore: release version 3.4.31.1 2023-08-06 10:20:29 +10:00
Ryan Dowling
3580906277
fix: issue installing CurseForge instances, always using server files 2023-08-06 10:06:49 +10:00
atlauncher-bot
6fe2a6949a chore: update aur packages 2023-08-05 22:57:05 +00:00
RyanTheAllmighty
727f44d958 chore: bump version 2023-08-05 22:53:29 +00:00
Ryan Dowling
795adf091d
chore: release version 3.4.31.0 2023-08-06 08:46:38 +10:00
Ryan Dowling
3ff11d5e29
fix: scanning mods for Fractureiser not waiting until scan completes 2023-08-06 08:36:55 +10:00
Ryan Dowling
1dc2a5b99d
fix: [#753] switch to Accounts tab when trying to create/play without an account 2023-08-04 18:47:08 +10:00
Ryan Dowling
99d854b4d1
fix: issues with bundled jre prompt not working 2023-08-04 18:23:02 +10:00
Ryan Dowling
eb61774486
Revert "chore: revert changes for bundling JRE"
This reverts commit 1f9aebf95a.
2023-08-03 21:58:16 +10:00
Ryan Dowling
39f08e5fe6
chore: remove console log 2023-08-01 16:16:19 +10:00
Ryan Dowling
444a366b97
feat: convert packs from one ATLauncher pack to another, used for migration in ATLauncher backend 2023-08-01 16:10:57 +10:00
Ryan Dowling
6ba9a3a15f
feat: support searching CurseForge for NeoForge mods 2023-08-01 15:58:00 +10:00
Ryan Dowling
d865a9dbaa
fix: [#771] log headers of request when 429 response is returned from a download 2023-07-29 19:30:36 +10:00
Ryan Dowling
50400c1f80
fix: issue with saveMods throwing NPE and add force download option to Download 2023-07-29 19:05:59 +10:00
Ryan Dowling
1520c36618
fix: more server start scripts 2023-07-29 13:58:46 +10:00
Ryan Dowling
845037164c
fix: CurseForge servers not extracting folder in folder when other files included 2023-07-29 13:52:59 +10:00
Ryan Dowling
addd19f33d
fix: issue with some CurseForge servers having a root folder in the zip 2023-07-29 12:03:31 +10:00
Ryan Dowling
582d8337bb
fix: issue with CurseForge server packs without game versions or not available causing NPE 2023-07-29 11:27:21 +10:00
Ryan Dowling
39eaec4459
feat: support installing servers from CurseForge packs 2023-07-29 01:02:14 +10:00
Ryan Dowling
1a3e596d3f
fix: [#792] importing MultiMC zips not importing settings 2023-07-28 21:37:27 +10:00
Ryan Dowling
cc12b3c213
fix: file not being shown correctly when export is complete 2023-07-28 21:18:26 +10:00
Ryan Dowling
61ec98423d
feat: [#785] add dialog when exporting instances for Modrinth showing the override files 2023-07-28 21:09:39 +10:00
Ryan Dowling
b1672c6115
fix: issue with servers copy/pasted in the servers folder not being linked up to the right folder 2023-07-28 20:22:53 +10:00
Ryan Dowling
5ff4637dd8
fix: don't allow NeoForge instances to be exported (no platforms support modpacks yet) 2023-07-28 20:16:39 +10:00
Ryan Dowling
eab30d8256
fix: exporting an instance not working if the directory doesn't exist 2023-07-27 21:01:52 +10:00
atlauncher-bot
cd18cc9c07 chore: update aur packages 2023-07-25 10:09:43 +00:00
RyanTheAllmighty
00e462d3d7 chore: bump version 2023-07-25 10:06:29 +00:00
Ryan Dowling
c79ee4dffd
chore: release version 3.4.30.0 2023-07-25 19:59:33 +10:00
Doomsdayrs
b2ed60fc15
misc: Use FileChooserDialog in InstanceExportDialog (#791)
JFileChooser does not have freedesktop portal support.
By offloading work on FileChooserDialog we can have proper support.
DBusUtils and FileChooserDialog were modified for directory support.

Closes #790
2023-07-25 19:44:12 +10:00
Ryan Dowling
8092202a46
feat: [#788] support adding mods to NeoForge instances 2023-07-23 10:42:49 +10:00
Ryan Dowling
ea08d9f25f
feat: get sha1 hash of installer when installing NeoForge 2023-07-22 10:34:55 +10:00
Ryan Dowling
b290364e12
feat: add in NeoForge to edit instance dropdown 2023-07-22 10:23:38 +10:00
Ryan Dowling
2c85d976b9
fix: [#787] duplicate Java arguments getting removed 2023-07-21 18:50:15 +10:00
Ryan Dowling
b0202bcde6
fix: missing neoforge constants 2023-07-21 17:18:24 +10:00
Ryan Dowling
3d0509eeec
fix: [#788] NeoForge instances not launching and servers not installing 2023-07-21 17:11:08 +10:00
Ryan Dowling
c67da83071
feat: [#788] add support for NeoForge (disabled currently) 2023-07-20 23:58:30 +10:00
Ryan Dowling
abe41a1b5c
fix: remove .DS_Store files from exported instances 2023-07-20 22:52:37 +10:00