Replace useChromium with equoChromium - #145
Merged
Merged
Conversation
…her than a sentinel IdeHook.
Collaborator
Author
|
@agustinschilling a question for you: is there a changelog somewhere for the GPL version of Equo Chromium? I see we've been on 106.0.3, and I just brute-force searched with manual URLs to discover that 106.0.9 is now available. It would be good to know what is better about .9 than .3 |
nedtwigg
added a commit
that referenced
this pull request
Jun 23, 2023
Contributor
|
Hi @nedtwigg !, You're right, we don't have a changelog for the GPL version yet. We are working on a solution. In the meantime, you can check the changes made in the last released version of Chromium v106, by visiting this link: https://docs.equo.dev/chromium/106.x/reference/release-notes.html Although it is not specifically for the GPL version, it will give you a good idea of what was updated in the latest version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@agustinschilling Just wanted to let you know about this PR since it changes some stuff from your original PR
From a user perspective the only change is that it deprecates
useChromiumto replace withequoChromium(which is the name you originally proposed in your PR).From a dev perspective, the big change from an earlier PR is that the plugin catalog can now handle pure-maven plugins, not only p2 plugins. So instead of
EquoChromiumbeing a "magic value" implementation ofIdeHook, it can be a plain catalog entry.The point of this change is that now
equoChromiumcan be a dependency in the catalog entries. For example,pderequiresjdt. We are about to launch a ChatGPT plugin in the catalog, and now it can useequoChromiumas a catalog dependency. There's also less special-casing.