diff options
Diffstat (limited to 'REMOVED.md')
-rw-r--r-- | REMOVED.md | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/REMOVED.md b/REMOVED.md new file mode 100644 index 0000000..d63b864 --- /dev/null +++ b/REMOVED.md @@ -0,0 +1,87 @@ +## Renamed/removed assets + +For convenience, list of commits of renamed/removed assets, so that they can be +more easily found. + +Use the _Before_ link to browse the repo before the rename/removal of assets. + +#### 2022-10-28 + +Removed: + +- ./doc/ + +Git: + +- After: https://github.com/gorhill/uBlock/tree/ba637bb22e48f98383b9f1191a0c30e965475068 +- Commit: https://github.com/gorhill/uBlock/commit/ba637bb22e48f98383b9f1191a0c30e965475068 +- Before: https://github.com/gorhill/uBlock/tree/6c046ed95cd02d023453c66f766159f6410ae7f7 + +#### 2022-05-08 + +Removed: + +- ./src/css/popup.css +- ./src/js/popup.js +- ./src/popup.html + +Git: + +- After: https://github.com/gorhill/uBlock/tree/cef36518edd4d6ca4b3278493cb93329b0833408 +- Commit: https://github.com/gorhill/uBlock/commit/cef36518edd4d6ca4b3278493cb93329b0833408 +- Before: https://github.com/gorhill/uBlock/tree/cef36518edd4d6ca4b3278493cb93329b0833408 + +#### 2021-07-16 + +Moved: + +- ./platform/chromium/ => ./platform/common/ + +Git: + +- After: https://github.com/gorhill/uBlock/tree/a4aced69dc814befcbb57ff1cc04bee307f2c131 +- Commit: https://github.com/gorhill/uBlock/commit/a4aced69dc814befcbb57ff1cc04bee307f2c131 +- Before: https://github.com/gorhill/uBlock/tree/ec7db30b2f4ff492ebc2a87ded28afa74aa50948 + +#### 2019-09-19 + +Removed: + +- ./platform/safari/* + +Git: + +- After: https://github.com/gorhill/uBlock/tree/149b5cf59cc760fa98c9753f4b4ec12d4b884d9a +- Commit: https://github.com/gorhill/uBlock/commit/149b5cf59cc760fa98c9753f4b4ec12d4b884d9a +- Before: https://github.com/gorhill/uBlock/tree/917f3620e0c08b722bbd4d400bca2735d9f6975f + +#### 2014-11-24 + +Moved: + +- ./meta/crx/ => ./platform/chromium/ + +Git: + +- After: https://github.com/gorhill/uBlock/tree/a430e526b6b72182a07cca94822861da7fbdf77b +- Commit: https://github.com/gorhill/uBlock/commit/a430e526b6b72182a07cca94822861da7fbdf77b +- Before: https://github.com/gorhill/uBlock/tree/266f62914fab3a9ae5d01fa808b9e7a68e948777 + +#### 2014-11-09 + +Moved: + +- ./*.html => ./src/ +- ./*.sh => ./tools/ +- ./_locales/ => ./src/_locales/ +- ./assets => ./src/assets/ +- ./css/ => ./src/css/ +- ./img/ => ./src/img/ +- ./js/ => ./src/js/ +- ./lib/ => ./src/lib/ + +Git: + +- After: https://github.com/gorhill/uBlock/tree/5b79bf353647a4dad9d4968d0f246582744f07bc +- Commit: https://github.com/gorhill/uBlock/commit/5b79bf353647a4dad9d4968d0f246582744f07bc +- Before: https://github.com/gorhill/uBlock/tree/96c4e2e2565ffbd7d413ed7721d9610772b03859 |