Skip to content

Latest commit

 

History

History
714 lines (556 loc) · 43.3 KB

CHANGELOG-SNAPSHOTS.md

File metadata and controls

714 lines (556 loc) · 43.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

The changelog for 2.0.23 and earlier is generated by anatawa12's fork of auto-changelog and formatted manually.

Added

Changed

  • Improved performance of bezier curve initialization #713

Deprecated

Removed

Fixed

Security

2.0.29-beta.1 - 2023-11-11

Fixed

  • Compatibility problem with mtl file with uppercase chars #708
    • If your modelpack has mtl file with uppercase, your modelpack will fail to load.

2.0.28 - 2023-07-20

Fixed

  • Speaker setting is not saved correctly #697
  • Some sound pack broken #701

[2.0.27] - 2023-07-14

[2.0.27-rc.1] - 2023-07-14

Changed

  • Upgrade RTM to 2.4.24 #694
    • This also upgrades NGTLib to 2.4.20

[2.0.26] - 2023-07-10

Fixed

  • Player rotation is not updated when train rotates #687

[2.0.26-rc.1] - 2023-07-03

Fixed

  • Hotfix: degraded performance on constructing models #685
    • Model packs were loaded multiple times

[2.0.26-beta.2] - 2023-07-02

Added

  • Make it easier to find which script have produced error #674
    • The line number in your stacktrace can be differed because scripts can be concatenated by //include comment statement

Fixed

  • Opening/closing door of long formation does not work well #673
  • Unnecessary ABI breaking changes #676
    • we don't need to remove original signature of RenderElectricalWiring.renderAllWire
  • Directory based ModelPacks not working #677
  • Getting onto bogie of moving train may drive train opposite direction #680
    • This also reverts #633 because it's broken for long train
  • Slow trains will get too slow #681
  • Entering world should be prevented while model construction phase #682
  • Picking block for many blocks broken #683
    • This also reverts #667 because it's not efficient implementation
    • Picking following blocks, which are categorized to machine, would pick as fluorescent is now fixed
      • Boom barrier for Crossing (CROSSING)
      • Ticket Gate (TURNSTILE)
      • Point Lever (POINT)
      • Light (LIGHT, not a FLUORESCENT)
      • Speaker (SPEAKER)
    • Picking for the following blocks, is now implemented
      • Station core block
      • Decoration block
      • Flags
      • Mechanism blocks such as gears
    • Picking of the following blocks doesn't pick block model is now fixed
      • Ticket vendor
      • Rail-road sign
  • Improved compatbility with CustomNPCs #675

[2.0.26-beta.1] - 2023-06-17

Added

  • Support placing rail in diagonal direction with rail item #635
  • Improve ActionParts #651
    • If the ActionParts is far from you, the ActionParts will not be clicked / dragged.
    • If you opened any GUI, the ActionParts will not be clicked / dragged.
  • Check for version mismatch error before crash #653

Fixed

  • Sitting in the driver's seat on the opposite side drives train in reverse #633
  • Vec3 DataMap will cause crash #652
  • World is accessed from Netty IO Thread #654
  • syncVehicleState(Door, data) does not work as the setter of getVehicleState(Door) #660
    • Previously, to sync door direction between trains, door bit can be swapped.
    • Now, improvements in bits swapping condition is improved.
  • Picking any machine block would pick as fluorescent #667
    • Picking following blocks, which are categorized to machine, would pick as fluorescent is now fixed
      • Boom barrier for Crossing (CROSSING)
      • Ticket Gate (TURNSTILE)
      • Point Lever (POINT)
      • Ticket Vendor (TICKET_VENDOR)
      • Light (LIGHT, not a FLUORESCENT)
      • Speaker (SPEAKER)

[2.0.25] - 2023-04-13

Fixed

  • version check does not work well if one server returns error #607
  • /rtm delAllTrain does not remove bogie / vehicle part #610

[2.0.25-beta.1] - 2023-01-05

Fixed

  • Formation is broken when we disconnected long formation #596
  • Signal Converter Setting is not loaded correctly #597
  • shift-jis based modelpack will cause crash #600

[2.0.24] - 2022-11-08

[2.0.24-rc.1] - 2022-11-01

Added

  • Show length of rail path #578
    • You can disable via showRailLength in config
  • Configurable ATS Sounds #579
  • Merge diagonal and axis aligned marker to one marker #581
    • Old and new marker is always registered, but you can select item added to creative tab.
    • If you want old markers, please set mergeMarker to false.
    • This is client side config.

Fixed

  • Wire connected between entities is not rendered #577
  • allowPlacingVehiclesOnProtectedRail is not working #582

[2.0.24-beta2] - 2022-10-27

Added

  • Play brake release sound from all trains in the formation #551
  • RailMap Versioning System #561
    • This system allow fixRTM to fix/change bad rail shape behaviors!
  • Offsets for TicketVendor #568

Changed

  • Use minecraft provided system to sync block updates #567
    • This reduces server lag & reduces packets
  • Start using DataManager to save train speed #570
    • This improves frequency of train speed update
  • Make many sounds louder #572

Fixed

  • Train may be overlapped after connecting then setting direction #549
  • /permit add adds same person multiple times #550
  • Container drops item in creative mode #558
  • Crossover switch with non-opposite markers may be broken #561
    • This changes shape engine of crossover switch. With same marker position, crossover rail may be different shape than older.
  • Shaped rail with straight marker doesn't work `#561
  • Preview bezier curve is incorrect #565
  • Offsets are not synced to other players immediately

[2.0.24-beta1] - 2022-10-05

Added

  • Picking container item #539
  • Add flag to allow place vehicles on protected rails #537
    • Set allowPlacingVehiclesOnProtectedRail=false in fix-rtm.cfg to disable this feature
  • Sneak clicking bogie to sneak click Train #541
  • Press tab key to move cursor to next field #544

Changed

Fixed

  • Pink block bogie problem reproduced #512
  • error on place vehicle (except trains) #509
  • Dropped container item cannot be stacked with item from creative tab #540
  • Copy & Paste was not working in numeric fields #543

[2.0.23] - 2022-07-16

[2.0.23-rc1] - 2022-07-14

  • Upgrade RTM to 2.4.23 #493

[2.0.22] - 2022-06-24

  • fix(rendering/wire): NPE on load #488

[2.0.21] - 2022-06-20

[2.0.21-rc3] - 2022-06-12

  • fix(rendering/wire): wire position is not updated immediately when change offset #481
  • fix(commands/rtm/delAllTrain): delAllTrain doesn't remove any entities #480

[2.0.21-rc2] - 2022-06-02

  • fix(offsets/fluorescent): fluorescent may be placed to opposite #471

[2.0.21-rc1] - 2022-05-30

  • fix: use crowbar to open offset config #459
  • fix(offsets):on place blocks, rotation is not correct #460

[2.0.21-beta3] - 2022-05-13

  • fix: no switch type error #454
  • fix NPE on client thread from marker #453
  • save & sync offsets #451
  • implement offsets for signboard #450
  • fix: Some block still use block item to change offsets #448
  • fix: picking connectors will pick insulator #446
  • Fix リログ時にFormation情報がクライアントに共有されてない #440
  • implement pick offsets #439
  • Issue template updates #428

[2.0.21-beta2] - 2022-03-02

  • Fix NPE on many times at addMoreInfo #427

[2.0.21-beta1] - 2022-02-28

  • Display whether the item has DataMap or not on item tooltip #425
  • Port F key to sync custom button status to all trains in the formation #424
  • Fix crash if train model is changed and button is out of range #423
  • Fix crash /mctrl dir if invalid value is passed #422
  • Brake release sound doesn't sound when setNotch #421
  • reimplement 7c29afa95ea1863eee1d41d60c1402057fc42f83 #419
  • add some files forgot to include in 28995d06 #418
  • implement offset for Ornament #416
  • implement offset for Insulators #414
  • fix the name of lang file to lowercase #413
  • Port /rtm (door|pan|speed|summon) #412
  • use as same sorting for marker search as possible #388
  • update generated .gitattributes #409
  • use eskatos/gradle-command-action@v2 #408
  • fix Rendering ThinEBB make game crashed #393
  • Specify actions parameter type #391
  • Refix some model may be detected as another kind on inventory #390
  • Add charset detection for scripts #377
  • Fix some model may be detected as another kind on inventory #364
  • fix release note for stable releases #363

[2.0.20] - 2021-11-11

  • fix twitter tokens #360

[2.0.20-rc1] - 2021-11-05

  • exclude distResources/META-INF/services from license header check #359
  • Relocation of WebP imageio #358
  • add license check #356
  • Improve compatibility problem with CustomNPCs #350
  • fix Crash if sneak or jump key is a mouse button. #354
  • Upgrade mod patching #352
  • fix marker not working #351
  • fix send-tweet #349

[2.0.20-beta3] - 2021-10-31

  • fix release action #348

[2.0.20-beta2] - 2021-10-31

  • make addModelPackInformationInAllCrashReports false by default #347
  • Update marker search algorithm #346
  • new release cycle #345
  • Fixes #340: fixrtm.all_permit will be added even if addAllowAllPermission = false #342
  • Remove preprocessor system #341
  • Gradle 7 #336
  • fix incorrect y position of Switch Rail #335
  • Add support for webp images #331
  • Always use FIXFileLoader for modelpack loading #330
  • Fix crash when delete train #329
  • Fix The train is on the rails is detected by the another rail nearby too #320
  • fix bugs of variable ac-decceleration #318
  • Bump jvm from 1.5.30 to 1.5.31 #317
  • Variable ac/deceleration #314
  • fix Sounds from Immersive vehicles not working #305
  • driveTrain is not allowed even if op or permitted #303
  • fix signature info generator #301
  • fix macro not executed by motorman #299
  • allow run delAllTrain from server console #298
  • thread safe unconstructSets #297
  • set open-pull-requests-limit to 100 #296
  • NPE when playing hone but not configured in json #295
  • Get kicked from server when setting cants #294
  • fix: rendering turntable #293
  • disable open-pull-requests-limit #292
  • Port kaizpatchx 1.3 #287

[SNAPSHOT-2021-08-15-06-27-14] - 2021-08-15

  • run shadowing before generate patches #284
  • Workaround for modpatching bug #283

[SNAPSHOT-2021-08-15-05-23-44] - 2021-08-15

  • fix NPE in BlockMarker #275
  • use forgegralde 4.1 #273
  • fix: all model files will be read as platform-native charset #271
  • fix: all files will be read as SJIS #270
  • fix warnings #269
  • use required_rtm and required_ngtlib #268
  • fix: sound by rtm can not be found #267
  • Mod patching 2.0 #266

[2.0.19] - 2021-07-15

  • fix version map #261

[SNAPSHOT-2021-07-13-14-18-14] - 2021-07-13

  • RTM 2.4.22 #260
  • add copyright notice #258
  • upgrade kotlin and kotlinx-coroutines #257
  • fix java.lang.RuntimeException: Missing #256
  • remove printStackTrace from fixRiderPosOnDismount #255

[SNAPSHOT-2021-07-09-14-18-56] - 2021-07-09

  • fix: we may not be possible to call ByteBuf#array() #252
  • change/fix license a bit #250
  • add issue template to request porting from KaizPatchX #249
  • use loadedTileEntity list #248
  • port Kaiz patch 1.2 #247

[SNAPSHOT-2021-07-07-15-13-49] - 2021-07-07

  • make crash report if crashed on construct thread #243
  • remove support for non-fixrtm server #242
  • move Send model to client log to trace, debug.log #241
  • fix/improve compatibility with Hwyla #240
  • fix name #238
  • Issue templates #237
  • add not-checked label #236
  • use enironment #235
  • core mods aren't loaded in debug server run #234
  • Some model can be default model at the login #233

[SNAPSHOT-2021-06-13-13-32-47] - 2021-06-13

  • add workaround for rebof #231
  • fix Accelerates when braking after go backward #230

[SNAPSHOT-2021-06-13-07-42-46] - 2021-06-13

  • fix name #228
  • allow blank #227
  • Issue template #226
  • fix: NPE when pick before sync rail data #225
  • Port kaiz patch 1.1 #221
  • add run server step #219
  • add link to KaizPatchX #215

[SNAPSHOT-2021-05-19-13-25-17] - 2021-05-19

  • invalid json but works with RTM may not be loaded. #217
  • use multiple coremod loading by jar-in-jar #218
  • Use jar in jar? #206
  • Mouse may not work as a key #214
  • add confirm for loading world if model loading is not finished #213
  • shade xz utils #207
  • do not send message to discord for nightly #205

[2.0.18] - 2021-04-19

[SNAPSHOT-2021-04-19-14-09-21] - 2021-04-19

  • SNAPSHOT-2021-04-19-14-09-21 c787985

[SNAPSHOT-2021-04-19-14-03-13] - 2021-04-19

  • Better publish #204
  • crash when connected two train #203
  • Bring up bug information in JSON into crash-report #201

[SNAPSHOT-2021-04-12-12-57-07] - 2021-04-12

  • java.lang.VerifyError: Incompatible argument to function #197
  • Use latest kotlin #199

[SNAPSHOT-2021-04-08-09-21-55] - 2021-04-08

  • Better daily snapshot #196
  • add compilation for /permit #188
  • restore fixrtm.all_permit #189
  • opened lan server not work #192
  • support returning null from NetworkDispatcher.get #186
  • relocate kotlin and other libraries #184
  • do not commit if nightly #183

[SNAPSHOT-2021-03-19-15-49-43] - 2021-03-19

  • invert condition of use our scripting #182
  • fix: sound script for ModelSetVehicleBase #181
  • fix: RecipeManager.getRecipeItems returns array with null items. #179
  • publish to CurseForge if not a nightly build #177
  • add configurations for NIGHTLY builds #176
  • NPE in is front car #175
  • remove files about patches #174

[SNAPSHOT-2021-03-18-00-09-05] - 2021-03-18

  • Use mod patching gradle plugin #163

[2.0.17] - 2021-03-04

[SNAPSHOT-2021-03-04-00-42-07] - 2021-03-04

  • fix class name #167

[2.0.16] - 2021-03-03

[SNAPSHOT-2021-03-03-23-37-53] - 2021-03-03

  • fix signature of addInfoToCrashReport #165
  • Fix release #166

[2.0.15] - 2021-03-03

  • fix invoke target #162
  • Add small info about vehicle #161
  • update license #160

[SNAPSHOT-2021-02-28-10-13-36] - 2021-02-28

  • fix changelog-path #159

[SNAPSHOT-2021-02-28-10-06-30] - 2021-02-28

  • add \ to end of line #158

[SNAPSHOT-2021-02-28-09-58-56] - 2021-02-28

  • use CurseForge to upload #157

[SNAPSHOT-2021-02-28-08-10-35] - 2021-02-28

  • use PUSH_KEY to fetch #156
  • fix variable #155
  • sudo is required for npm i -g #154
  • Better release workflow #153

[SNAPSHOT-2021-02-27-11-43-43] - 2021-02-27

  • Enittiy tracker hook not working #152

[SNAPSHOT-2021-02-27-09-36-33] - 2021-02-27

  • Upgrade somethings #150
  • Notify untracked should run on server thread #149
  • fix: Speed never updated #148

[SNAPSHOT-2021-02-25-15-05] - 2021-02-25

  • fix crash due to accessing client-only method, func_174822_a #146
  • Warn if fixRTM is added only on server #145
  • Reformat all #144
  • Some pack crash because formation entry may null #143
  • fix: NPE in EntityVehicleBase.fixRiderPosOnDismount #141
  • Add model pack information to crash report #139
  • bogie was not deleted #137
  • getPickBlock should returns ItemStack.EMPTY instead null. #131
  • Use sai #130
  • Use sai #129
  • upgrade kotlin to 1.4.20 #128
  • use icon on simple icons #127
  • add supported version #126
  • fix dismount in EntityAITravelByTrain.class #123
  • RTM workbench is not working #122

[2.0.14] - 2020-09-22

  • RTM 2.4.21 #119
  • use github actions account for release commit #115
  • add badges #116

[2.0.13] - 2020-08-29

[SNAPSHOT-2020-08-29-08-21-11] - 2020-08-29

  • move render-gear.js #113

[2.0.12] - 2020-07-20

[SNAPSHOT-2020-07-16-11-39-34] - 2020-07-16

  • use makeFixrtmJar to build and get libs in fixrtm dir #110

[SNAPSHOT-2020-07-16-11-09-04] - 2020-07-16

  • Release with GitHub action #108
  • Support ModelSetMechanism #107
  • update to rtm 2.4.20 #103
  • add github action #106
  • fix: first build fail #105
  • fix: crash if cached script class file is not valid #99
  • fix: instanceof for parameters from ScriptEngine always false #101

[2.0.11] - 2020-06-20

  • safer defaults #98
  • chunk loader #95
  • add new way to use nashorn #96
  • ZIPのエラーメッセージが正しくない #93

[2.0.10] - 2020-05-28

[2.0.8] - 2020-05-26

[2.0.9] - 2020-05-26

  • Negative permissions #89
  • /permit listをサーバーコンソールから実行できるようにする #88
  • NativeJavaClass.classでjava.lang.Class<T>を返すように #87
  • Crash models by hojo #83
  • fix: RTM with fixRTM in 1.12.2 dir will be crashed #85

[2.0.7] - 2020-05-22

  • Hotfixes #74
  • NPT at NativeRegExp.getFlags #69
  • crash when click search light #68
  • Add modelpack name to name of the source code #70
  • execScriptFuncのエラーがすべてinit script扱いされている #71
  • IOException never catched in readScopeData #72
  • add 'script-compiled-class' as compileOnly #67

[2.0.6] - 2020-05-20

  • do not call getScript in RTMRenderers #60
  • remove a unnecessary log #61
  • Revert b1576ea4 and some fixes #59

[2.0.5] - 2020-05-20

  • 'jp' is loaded as SPacketPlayerListItem #58

[2.0.4] - 2020-05-19

  • fix Build faired with ZipException and add License and Readme in jar #56
  • 'Construct Model', 'Registr resource'ログを減らす #54
  • Better cache #52
  • KVSConfigをやめてForgeのコンフィグファイルを使用する #53
  • cache script and exec js with rhino #51
  • Change cache format #48
  • バージョンアップ時に注視すべき情報をgitに残す #49
  • Upgrade kotlin and fix for kotlinc bug #50
  • モデルconstruct中にエラーが起きたときにモデルの名前とjsonのパスを表示するように #43
  • クライアント側に車両が反映されない問題 #47
  • .jar/.zip以外のファイルをロードしないように #44
  • make better patch #45

[SNAPSHOT-2020-05-12-16-32-30] - 2020-05-12

[SNAPSHOT-2020-05-08-21-49-00] - 2020-05-08

[SNAPSHOT-2020-05-08-17-45-17] - 2020-05-08

[SNAPSHOT-2020-05-07-21-55-07] - 2020-05-07

  • F3+Bの当たり判定表示時のみにCollisionBoxを描画する #42
  • new cache system #41
  • Cache of models #40
  • use fork of forgegradle #39

[2.0.3] - 2020-04-26

  • Marker distance is not real #38
  • Crash when be close from a arrangement markers #30
  • マルチにてログイン直後にクラッシュすることがある問題 #31
  • add editiorconfig #37
  • Jasm 1.0.6 #36
  • upgrade Jasm 1.0.5 #35
  • 機能をon/offするConfigを追加する #34

[2.0.2] - 2020-04-20

  • fix: マーカー見るとクラッシュする #28

[2.0.1] - 2020-04-20

  • Upgrade rtm to 2.4.19 and ngtlib 2.4.17 #26

  • resourcesで空のdirectoryを作らないように #25

  • Test Trainのテクスチャを別のものにする #22

  • 地下鉄の駅など上にブロックがあるところで降りると上に飛ばされる問題 #24

  • Use accesstransformer #21

  • fix: マルチにてEntityBogieがclientで生成されない事がある問題 #19

  • fix: 車輌自体の当たり判定が描画されない問題 #15

  • fix: runClientでログインしない問題 #12

  • Refactor packages #9

  • Permit command cant exclude from server console #8

  • fix: debugClassLoadingSaveがデフォルトでonである問題 #6

  • remove tailing space e799942

  • stash 7ad2651

  • patches 345edd0

[1.5.0] - 2020-03-19

  • link to curseforge 7ae6935
  • upgrade rtm to 2.4.17 and NGTLib 2.4.15 0123e9b

[1.4.0] - 2020-03-09

[1.3.0] - 2020-03-05

  • Create LICENSE 07dbba6
  • モデルのconstructが早くなるように 4af22ef
  • fix RTM: SwitchTypeErrorをワールド全体に発信してた問題 7c29afa

[1.2.0] - 2020-03-03

  • init(1.0.2a) 0766ff6
  • fix .gitignore 40ff11e
  • PacketCollisionObjが大きすぎる問題の解決を試した 7a365db

[2.0.27]: https://github.com/fixrtm/fixRTM/compare/[2.0.27-rc.1]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27-rc.1...2.0.27 [2.0.27-rc.1]: https://github.com/fixrtm/fixRTM/compare/2.0.26...2.0.27-rc.1 [2.0.26]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-rc.1]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-beta.2]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1...2.0.26-beta.2...2.0.26-rc.1...2.0.26 [2.0.26-rc.1]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-beta.2]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1...2.0.26-beta.2...2.0.26-rc.1 [2.0.26-beta.2]: https://github.com/fixrtm/fixRTM/compare/[2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1...2.0.26-beta.2 [2.0.26-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.25...2.0.26-beta.1 [2.0.25]: https://github.com/fixrtm/fixRTM/compare/[2.0.25-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25-beta.1...2.0.25 [2.0.25-beta.1]: https://github.com/fixrtm/fixRTM/compare/2.0.24...2.0.25-beta.1 [2.0.24]: https://github.com/fixrtm/fixRTM/compare/[2.0.24-rc.1]: https://github.com/fixrtm/fixRTM/compare/[2.0.24-beta2]: https://github.com/fixrtm/fixRTM/compare/[2.0.24-beta1]: https://github.com/fixrtm/fixRTM/compare/2.0.23...2.0.24-beta1...2.0.24-beta2...2.0.24-rc.1...2.0.24 [2.0.24-rc.1]: https://github.com/fixrtm/fixRTM/compare/[2.0.24-beta2]: https://github.com/fixrtm/fixRTM/compare/[2.0.24-beta1]: https://github.com/fixrtm/fixRTM/compare/2.0.23...2.0.24-beta1...2.0.24-beta2...2.0.24-rc.1 [2.0.24-beta2]: https://github.com/fixrtm/fixRTM/compare/[2.0.24-beta1]: https://github.com/fixrtm/fixRTM/compare/2.0.23...2.0.24-beta1...2.0.24-beta2 [2.0.24-beta1]: https://github.com/fixrtm/fixRTM/compare/2.0.23...2.0.24-beta1 [2.0.23]: https://github.com/fixrtm/fixRTM/compare/2.0.23-rc1...2.0.23 [2.0.23-rc1]: https://github.com/fixrtm/fixRTM/compare/2.0.22...2.0.23-rc1 [2.0.22]: https://github.com/fixrtm/fixRTM/compare/2.0.21...2.0.22 [2.0.21]: https://github.com/fixrtm/fixRTM/compare/2.0.21-rc3...2.0.21 [2.0.21-rc3]: https://github.com/fixrtm/fixRTM/compare/2.0.21-rc2...2.0.21-rc3 [2.0.21-rc2]: https://github.com/fixrtm/fixRTM/compare/2.0.21-rc1...2.0.21-rc2 [2.0.21-rc1]: https://github.com/fixrtm/fixRTM/compare/2.0.21-beta3...2.0.21-rc1 [2.0.21-beta3]: https://github.com/fixrtm/fixRTM/compare/2.0.21-beta2...2.0.21-beta3 [2.0.21-beta2]: https://github.com/fixrtm/fixRTM/compare/2.0.21-beta1...2.0.21-beta2 [2.0.21-beta1]: https://github.com/fixrtm/fixRTM/compare/2.0.20...2.0.21-beta1 [2.0.20]: https://github.com/fixrtm/fixRTM/compare/2.0.20-rc1...2.0.20 [2.0.20-rc1]: https://github.com/fixrtm/fixRTM/compare/2.0.20-beta3...2.0.20-rc1 [2.0.20-beta3]: https://github.com/fixrtm/fixRTM/compare/2.0.20-beta2...2.0.20-beta3 [2.0.20-beta2]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-08-15-06-27-14...2.0.20-beta2 [SNAPSHOT-2021-08-15-06-27-14]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-08-15-05-23-44...SNAPSHOT-2021-08-15-06-27-14 [SNAPSHOT-2021-08-15-05-23-44]: https://github.com/fixrtm/fixRTM/compare/2.0.19...SNAPSHOT-2021-08-15-05-23-44 [2.0.19]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-07-13-14-18-14...2.0.19 [SNAPSHOT-2021-07-13-14-18-14]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-07-09-14-18-56...SNAPSHOT-2021-07-13-14-18-14 [SNAPSHOT-2021-07-09-14-18-56]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-07-07-15-13-49...SNAPSHOT-2021-07-09-14-18-56 [SNAPSHOT-2021-07-07-15-13-49]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-06-13-13-32-47...SNAPSHOT-2021-07-07-15-13-49 [SNAPSHOT-2021-06-13-13-32-47]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-06-13-07-42-46...SNAPSHOT-2021-06-13-13-32-47 [SNAPSHOT-2021-06-13-07-42-46]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-05-19-13-25-17...SNAPSHOT-2021-06-13-07-42-46 [SNAPSHOT-2021-05-19-13-25-17]: https://github.com/fixrtm/fixRTM/compare/2.0.18...SNAPSHOT-2021-05-19-13-25-17 [2.0.18]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-04-19-14-09-21...2.0.18 [SNAPSHOT-2021-04-19-14-09-21]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-04-19-14-03-13...SNAPSHOT-2021-04-19-14-09-21 [SNAPSHOT-2021-04-19-14-03-13]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-04-12-12-57-07...SNAPSHOT-2021-04-19-14-03-13 [SNAPSHOT-2021-04-12-12-57-07]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-04-08-09-21-55...SNAPSHOT-2021-04-12-12-57-07 [SNAPSHOT-2021-04-08-09-21-55]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-03-19-15-49-43...SNAPSHOT-2021-04-08-09-21-55 [SNAPSHOT-2021-03-19-15-49-43]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-03-18-00-09-05...SNAPSHOT-2021-03-19-15-49-43 [SNAPSHOT-2021-03-18-00-09-05]: https://github.com/fixrtm/fixRTM/compare/2.0.17...SNAPSHOT-2021-03-18-00-09-05 [2.0.17]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-03-04-00-42-07...2.0.17 [SNAPSHOT-2021-03-04-00-42-07]: https://github.com/fixrtm/fixRTM/compare/2.0.16...SNAPSHOT-2021-03-04-00-42-07 [2.0.16]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-03-03-23-37-53...2.0.16 [SNAPSHOT-2021-03-03-23-37-53]: https://github.com/fixrtm/fixRTM/compare/2.0.15...SNAPSHOT-2021-03-03-23-37-53 [2.0.15]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-02-28-10-13-36...2.0.15 [SNAPSHOT-2021-02-28-10-13-36]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-02-28-10-06-30...SNAPSHOT-2021-02-28-10-13-36 [SNAPSHOT-2021-02-28-10-06-30]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-02-28-09-58-56...SNAPSHOT-2021-02-28-10-06-30 [SNAPSHOT-2021-02-28-09-58-56]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-02-28-08-10-35...SNAPSHOT-2021-02-28-09-58-56 [SNAPSHOT-2021-02-28-08-10-35]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-02-27-11-43-43...SNAPSHOT-2021-02-28-08-10-35 [SNAPSHOT-2021-02-27-11-43-43]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-02-27-09-36-33...SNAPSHOT-2021-02-27-11-43-43 [SNAPSHOT-2021-02-27-09-36-33]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2021-02-25-15-05...SNAPSHOT-2021-02-27-09-36-33 [SNAPSHOT-2021-02-25-15-05]: https://github.com/fixrtm/fixRTM/compare/2.0.14...SNAPSHOT-2021-02-25-15-05 [2.0.14]: https://github.com/fixrtm/fixRTM/compare/2.0.13...2.0.14 [2.0.13]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2020-08-29-08-21-11...2.0.13 [SNAPSHOT-2020-08-29-08-21-11]: https://github.com/fixrtm/fixRTM/compare/2.0.12...SNAPSHOT-2020-08-29-08-21-11 [2.0.12]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2020-07-16-11-39-34...2.0.12 [SNAPSHOT-2020-07-16-11-39-34]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2020-07-16-11-09-04...SNAPSHOT-2020-07-16-11-39-34 [SNAPSHOT-2020-07-16-11-09-04]: https://github.com/fixrtm/fixRTM/compare/2.0.11...SNAPSHOT-2020-07-16-11-09-04 [2.0.11]: https://github.com/fixrtm/fixRTM/compare/2.0.10...2.0.11 [2.0.10]: https://github.com/fixrtm/fixRTM/compare/2.0.8...2.0.10 [2.0.8]: https://github.com/fixrtm/fixRTM/compare/2.0.9...2.0.8 [2.0.9]: https://github.com/fixrtm/fixRTM/compare/2.0.7...2.0.9 [2.0.7]: https://github.com/fixrtm/fixRTM/compare/2.0.6...2.0.7 [2.0.6]: https://github.com/fixrtm/fixRTM/compare/2.0.5...2.0.6 [2.0.5]: https://github.com/fixrtm/fixRTM/compare/2.0.4...2.0.5 [2.0.4]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2020-05-12-16-32-30...2.0.4 [SNAPSHOT-2020-05-12-16-32-30]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2020-05-08-21-49-00...SNAPSHOT-2020-05-12-16-32-30 [SNAPSHOT-2020-05-08-21-49-00]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2020-05-08-17-45-17...SNAPSHOT-2020-05-08-21-49-00 [SNAPSHOT-2020-05-08-17-45-17]: https://github.com/fixrtm/fixRTM/compare/SNAPSHOT-2020-05-07-21-55-07...SNAPSHOT-2020-05-08-17-45-17 [SNAPSHOT-2020-05-07-21-55-07]: https://github.com/fixrtm/fixRTM/compare/2.0.3...SNAPSHOT-2020-05-07-21-55-07 [2.0.3]: https://github.com/fixrtm/fixRTM/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/fixrtm/fixRTM/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/fixrtm/fixRTM/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/fixrtm/fixRTM/compare/1.5.0...2.0.0 [1.5.0]: https://github.com/fixrtm/fixRTM/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/fixrtm/fixRTM/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/fixrtm/fixRTM/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/fixrtm/fixRTM/tag/1.2.0