Skip to content

Releases: Topper-MC/Topper

3.10.1

11 Jun 17:08
Compare
Choose a tag to compare
  • 6bef2ca1 - release
  • c47aae3f - attempt to fix maven central issue related to project name
  • 5f59b669 - next development
  • 9627f791 - attempt to fix maven central issue with project name

3.10.0

11 Jun 16:25
Compare
Choose a tag to compare
  • de8ef62f - release
  • ae96e639 - set only one filter for SnapshotAgent
  • c815c18c - add a separated reset-permissions
  • 085096d6 - add a way to reset the value if filtered out
  • a7de570f - ensure the iterator is synchronous and add more settings for update task
  • e2fa1adc - use ConcurrentHashMap for UpdateAgent
  • 4c7066fe - prepare for more deformatters
  • 09bc82fd - next development

3.9.1

02 May 23:30
Compare
Choose a tag to compare
  • e0d3cac - release
  • 80c64c5 - return the parsed value instead of the placeholder
  • 39ea9ea - revert to old way to push shaded artifact
  • db526d8 - next development

3.9.0

01 May 13:17
Compare
Choose a tag to compare
  • a9605f9 - only take the plugin to release
  • 20350c6 - update the glob in release action to get the plugin
  • 18818fa - release
  • 8286c6c - common parse-with-exception method
  • 46517cc - ignore value if it's the same as the placeholder
  • 9c9c5d5 - shade sources
  • 96381ea - undeprecate GenericEntryUpdateEvent
  • 1adeebc - more precise error message when parsing placeholders
  • de51635 - add more details and wiki links about issues when parsing the placeholder
  • d4557fb - get all materials and entity types for statistic by default
  • 06811bb - move common code in StatisticValueProvider
  • d81b138 - support collection of entries in StatisticValueProvider
  • 0e55d37 - reorganize the tasks in UpdateAgent to be used in different schedulers
  • 65abb75 - mark this as a major version
  • 39c0885 - support nationalized string when getting sql values
  • 065d3ed - next development

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