Skip to content

Releases: Topper-MC/Topper

3.8.2

08 Apr 10:12
Compare
Choose a tag to compare
  • 1dbb73c - release
  • c5e0056 - Bump metcalfc/changelog-generator from 4.5.0 to 4.6.2 (#140)
  • a7d5db9 - should schedule the new value to storage
  • 76263e1 - run all value update in your task
  • 5adbd94 - next development

3.8.1

22 Mar 02:15
Compare
Choose a tag to compare
  • 866602b - release
  • 91b02b8 - final onUpdate on AgentDataHolder
  • 48e4f85 - Bump metcalfc/changelog-generator from 4.3.1 to 4.5.0 (#137)
  • dae2511 - mark the event as deprecated
  • c0b7a1b - optimize imports
  • 77596ad - call event from EntryConsumeManager
  • 91ba29f - protected method to schedule value on StorageAgent
  • a3910c8 - properly get display key for SnapshotQuery
  • 2c6773b - correct package for PluginContext
  • 59be0b2 - next development

3.8.0

05 Mar 15:35
Compare
Choose a tag to compare
  • bb6cdfb - release
  • c4ab6c2 - update miniplaceholders usage
  • 8c07622 - option to toggle data removal on entry remove
  • c7f899b - put a check to ensure that the update task only runs if it's not already updating
  • ebe65cc - Bump io.github.miniplaceholders:miniplaceholders-api from 2.2.3 to 2.3.0 (#135)
  • 349d483 - more aliases for MiniPlaceholdersValueProvider
  • 680f455 - resolve global placeholders
  • d31fd97 - get all arguments in minimessage queue to parse as query
  • 99f947a - should build in Java 21
  • a7dbbe9 - mark as a major version
  • aebb91e - add MiniPlaceholders hook... back
  • ac2f16a - make QueryManager as Query
  • 8db967e - decouple query forward
  • fbe8bbf - single ref for Snapshot map
  • 482d188 - centralize group name
  • 63d6312 - remove entry from storage if it's the default value
  • 625d634 - Bump core.version from 4.5.7 to 4.6.0 (#134)
  • 558c24d - Bump org.apache.maven.plugins:maven-compiler-plugin (#133)
  • 6b37f10 - consume entry on update
  • 8cab982 - add EntryConsumeManager
  • d7400a9 - display rank
  • df71ed9 - option to load storage on entry create
  • 96d46d6 - next development

3.7.1

12 Feb 01:56
Compare
Choose a tag to compare
  • 35a8ced - release
  • 1d07076 - properly support deletion in StorageAgent
  • 756198d - allow trailing empty string in ComplexValueConverter
  • d898c10 - set HashMap in DatabaseConfig
  • c6e2c1b - next development

3.7.0

10 Feb 17:53
Compare
Choose a tag to compare
  • 2a90c94 - release
  • 9e633e3 - use AtomicReference in DataEntry
  • 9951401 - correct behavior of reverse in NumberTopHolder
  • 89e3c26 - clean unused suppress
  • 268828b - split storage-simple into modules
  • 660be09 - next development

3.6.0

06 Feb 03:20
Compare
Choose a tag to compare
  • 502180e - release
  • d48c7eb - add NumberStringDeformatter
  • 6f9a1de - add method to convert ValueWrapper to Optional
  • 156d59f - use switch to get value from ValueProvider
  • 0e54d61 - cleanup some useless code in ValueProvider modules
  • 1c8d6c3 - mark as a major update
  • be515f7 - move ValueProvider to a separated module
  • 6391546 - dynamically traverse modules to update project versions
  • e88e841 - add ValueState to indicate a value being handled
  • 77b43d6 - next development

3.5.0

03 Feb 04:06
Compare
Choose a tag to compare
  • 27f4db5 - add top_size query
  • e1a6a72 - realize nullability in the query
  • a948dae - release
  • d72aad8 - static logger in StorageAgent and UpdateAgent
  • bff7a1f - remove old placeholder expansion
  • e7a80d6 - support ticks in time unit
  • 0f29270 - add QueryForwardManager
  • 27ae7f4 - add groupingSize to decimal format
  • db11919 - add advanced decimal and time format to ValueDisplay
  • 496b9c9 - move formatted settings to its own section
  • cf84140 - standalone DatabaseConfig
  • 7138473 - remove MiniPlaceholders hook
  • 8171841 - apply global and player placeholders to MiniPlaceholdersHook
  • 62672c0 - add MiniPlaceholders hook
  • e877708 - add a workaround for formatted string
  • 0e8881c - move common code from PlaceholderValueProvider to NumberStringValueProvider
  • 04c0958 - customize separator in SimpleQueryContext
  • b530b15 - more adaptive QueryManager
  • 57fc8fb - add holder argument to getKeyFromActor
  • c2d58e5 - support single holder in QueryManager
  • 511a29a - centralize SqlStorageSupplier constructor
  • 13b2bb8 - abstract SnapshotAgent
  • b06b7c3 - Bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#131)
  • 167f7b4 - add ignore-permission to Spigot plugin
  • 547135c - add filter to UpdateAgent
  • 85111aa - make standalone DatabaseSetting for more database types
  • 0a340fd - modifiable sql type in SimpleValueConverter
  • 5a72bcb - just to make sure if there is any breaking change
  • 9aa34c6 - next development

3.4.2

23 Jan 02:55
Compare
Choose a tag to compare
  • b1b7a7e - release
  • 25a50d4 - Update maven-release.yml
  • 9339079 - move some connection code to utilize try-with-resource
  • 47c180b - use lock when the database is single-threaded only
  • 3440263 - add lock to modify sql storage
  • 732ffa7 - Revert "try connection per transaction on SQLite"
  • 1c439f7 - Revert "move duplicated code in sql storage"
  • 79ee0de - move duplicated code in sql storage
  • 29c6e91 - commit the table creation
  • bab3ea3 - try connection per transaction on SQLite
  • 00a3adf - next development

3.4.1

18 Jan 18:15
Compare
Choose a tag to compare

3.4.0

18 Jan 17:40
Compare
Choose a tag to compare
  • f28f4ce - release
  • f4782d1 - correct some illogical in ComplexValueConverter
  • e7645a2 - add builder method in ComplexValueConverter
  • 0a2c0af - mark ComplexValueConverter as final
  • be19a62 - add ComplexValueConverter
  • bca6b48 - no comment on flat file
  • d2bb6a5 - add a cache map to StorageAgent
  • 0140233 - add StringConverter
  • 03ff01d - less confusing naming in ValueConverter
  • 8ab17d7 - mark as major update
  • 489a010 - more intuitive ValueConverter for DataStorageSupplier
  • 8be5337 - Bump org.sonatype.central:central-publishing-maven-plugin (#130)
  • 1a741d0 - support commit/rollback in DataStorage
  • 58c145c - don't have to check urgent mode when starting saving task
  • a347174 - next development