Skip to content

Commit

Permalink
Rev 714: Update excluded tags regex
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer01 committed Dec 17, 2024
1 parent c593bf9 commit d8cdf9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app_re_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
r'v(?:arium|erid))|' # vi
r'j(?:u79)|k(?:ontakte)|o(?:dka|i(?:ce(?:d|roid|s)?|d)|l(?:cano|kor|tron)|rtex00|te|vo|yeur(?:i(?:ng|sm))?)|' # v
r'r(?:_?(?:chat|media))|shojo|tuber|ul(?:can|gar|pine|tures?|va))|' # v
r'w(?:_.+?|a(?:a+?|d(?:dles?|ing)|g(?:ashi|ging|ons?|s)|i(?:fu(?:2x|s)?|st(?:_.+?|coat|e[drs]|ing|s)?|t(?:ers?|ing|ress)?)|' # w
r'w(?:_.+?|a(?:a+?|d(?:dles?|ing)|g(?:ashi|ging|ons?|s)|i(?:fu(?:2x|s)?|ling|st(?:_.+?|coat|e[drs]|ing|s)?|t(?:ers?|ing|ress)?)|' # w
r'k(?:e(?:_.+?)?|fu|ing(?:_up)?)|l(?:l(?:_.+?|aby|e[dt]|paper|s)?|k(?:_.+?|ing?)?|rus)|n(?:ds?|k(?:ing)?|ted)|' # wa
r'r(?:_(?:beast|paint)|d(?:ed|robe)?|ehouse|i(?:oware|za)|locks?|m(?:e(?:d|rs?)|ing)?|nings?|paint|riors?|ts?|zone)?|' # wa
r's(?:h(?:e[drs]|ing|room)?|te(?:d|lands?|s)?)|' # wa
Expand Down
4 changes: 2 additions & 2 deletions src/app_revision.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
APP_NAME = 'Ruxx'
APP_VER_MAJOR = '1'
APP_VER_SUB = '6'
APP_REVISION = '713'
APP_REVISION = '714'
APP_IS_BETA = False
APP_IS_BETA_TEXT = 'b' * APP_IS_BETA
APP_REV_DATE = '08 Dec 2024'
APP_REV_DATE = '17 Dec 2024'
APP_VERSION = f'{APP_VER_MAJOR}.{APP_VER_SUB} r{APP_REVISION}{APP_IS_BETA_TEXT}'

#
Expand Down

0 comments on commit d8cdf9e

Please sign in to comment.