Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bugfix for version number #400

Closed
wants to merge 44 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
9e00c5f
updated version
Chr1Z93 Oct 9, 2023
e340353
Merge pull request #399 from argonui/updated-version
BootleggerFinn Oct 9, 2023
f89993f
fixed deck of possibilities
Chr1Z93 Oct 10, 2023
3060612
added six of crows
Chr1Z93 Oct 10, 2023
607183e
label clipping into table bugfix
Chr1Z93 Oct 10, 2023
39c07c2
moved script and added handling for empty bags
Chr1Z93 Oct 11, 2023
2cee7df
download window QoL
Chr1Z93 Oct 11, 2023
d24fce5
fixed Scroll of Secrets (3) (Taboo)
Chr1Z93 Oct 12, 2023
497bbea
adjusted spawn position of servitor mini card
Chr1Z93 Oct 12, 2023
04f3374
revamped window with tabs
Chr1Z93 Oct 13, 2023
52de8be
moved files into subfolder
Chr1Z93 Oct 13, 2023
a459a8b
added preview window
Chr1Z93 Oct 13, 2023
13325c1
performance improvement
Chr1Z93 Oct 14, 2023
e7327d7
bugfix for close button
Chr1Z93 Oct 14, 2023
0261c27
Added Parallel Jim Investigator
Entrox-Licher Oct 14, 2023
28cbcb7
Added Tags to Parallel Jim cards
Entrox-Licher Oct 14, 2023
1629f79
Added Parallel Jim Deck Importer support
Entrox-Licher Oct 14, 2023
dfa2ad3
Fixed Importer issue
Entrox-Licher Oct 14, 2023
4ae50ae
Minor adjustment to importer handling
Entrox-Licher Oct 14, 2023
5e736b1
Merge pull request #401 from argonui/fix-dead-link
Entrox-Licher Oct 14, 2023
a267b35
Merge pull request #402 from argonui/fan-made-content
Entrox-Licher Oct 14, 2023
e84e0ef
Merge pull request #408 from argonui/metadata
Entrox-Licher Oct 14, 2023
4f83f64
Merge pull request #409 from argonui/playercard-panel
Entrox-Licher Oct 14, 2023
7f34769
Merge pull request #403 from argonui/token-arranger
Entrox-Licher Oct 14, 2023
6b7a382
Merge pull request #405 from argonui/suzi-helper
Entrox-Licher Oct 14, 2023
cbc8425
Merge branch 'main' into download-window
Chr1Z93 Oct 14, 2023
dea47d6
performance improvement
Chr1Z93 Oct 14, 2023
27eb4aa
fixed scroll speed
Chr1Z93 Oct 14, 2023
a78095c
Merge branch 'argonui:main' into parallel-jim
Entrox-Licher Oct 14, 2023
6dbf817
Update ArkhamDb.ttslua with new parallel id range
Entrox-Licher Oct 14, 2023
330cc9c
bugfix for title name setting
Chr1Z93 Oct 14, 2023
c5e87b1
added highlight effect
Chr1Z93 Oct 14, 2023
c565a70
added delay
Chr1Z93 Oct 15, 2023
8e8cd49
edited error handling
Chr1Z93 Oct 15, 2023
7673a59
fixed scrolling in option panel
Chr1Z93 Oct 15, 2023
11f59eb
moved download button
Chr1Z93 Oct 15, 2023
93bf6b3
Minor corrections
Entrox-Licher Oct 16, 2023
e454f9a
Fixed Jim's Trumpet...again XD
Entrox-Licher Oct 16, 2023
b1e754b
Merge pull request #411 from Entrox-Licher/parallel-jim
Chr1Z93 Oct 16, 2023
2edc6e5
code cleanup
Chr1Z93 Oct 16, 2023
e045454
integrated preview window
Chr1Z93 Oct 16, 2023
e76cb43
Merge branch 'main' into download-window
Chr1Z93 Oct 17, 2023
751be19
resolving review comments
Chr1Z93 Oct 18, 2023
df1c20c
Merge pull request #410 from argonui/download-window
Entrox-Licher Oct 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/core/Global.ttslua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local MAT_COLORS = {"White", "Orange", "Green", "Red"}
local hideTitleSplashWaitFunctionId = nil

-- online functionality related variables
local MOD_VERSION = "3.2.0"
local MOD_VERSION = "3.3.0"
local SOURCE_REPO = 'https://raw.githubusercontent.com/chr1z93/loadable-objects/main'
local library, requestObj, modMeta, notificationVisible
local acknowledgedUpgradeVersions = {}
Expand Down