Skip to content

Commit

Permalink
Rev 584: Update excluded tags regex
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer01 committed Jul 1, 2024
1 parent 20d3d2f commit b33bc6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app_re_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
r'm(?:a(?:ck(?:ed|ing|s)?|ll(?:_.+?|er)?)|e(?:ar(?:ed|ing|s)?|gma|ll(?:ing|y)?)|i(?:l(?:ed?|ing|odon)|rk(?:ing)?|t[eh])|' # s
r'o(?:lder|k(?:e[drs]?|ing)|o[ct]h|ther(?:ing)?)|u(?:g(?:_.+?)?|t))|' # sm
r'n(?:a(?:cks?|p(?:chat|ping|s)?|rl(?:ing|s)?)|e(?:ak(?:ers?|s|y)?|e(?:z(?:e[ds]?|ing)|r(?:ed|ing|s)?))|i(?:ff(?:ing|s)?|pers?)|' # s
r'o(?:r(?:k(?:el|ing)?|t(?:ing)?)|t|ut|w(?:_.+?|b(?:alls?|oard)|flakes?|ing|man|y(?:_.+?)?)?)|u(?:ffy?|ggl(?:e|ing)))|' # sn
r'o(?:b(?:by)?|r(?:k(?:el|ing)?|t(?:ing)?)|t|ut|w(?:_.+?|b(?:alls?|oard)|flakes?|ing|man|y(?:_.+?)?)?)|u(?:ffy?|ggl(?:e|ing)))|' # sn
r'o(?:a(?:k(?:ed|ing)?|p(?:ed|land|y)?)|b(?:bing|s)|c(?:cer|iety|k(?:_.+?|job|s)?)|d(?:a(?:_can|caps?)?|e|omy)|' # s
r'f(?:a|t(?:_.+?|co[dr]e)?)|g(?:gy|na)|il(?:ed|ing)?|l(?:d(?:iers?)?|[oe](?:_.+?|s)?)|m(?:a|brero)|' # so
r'n(?:_.+?|a(?:my|ze)|gs?|ichu|knux|y)|ot(?:hing)?|r(?:cer(?:e(?:r|ss)|ies|y)|e)|' # so
Expand Down Expand Up @@ -107,7 +107,7 @@
r's(?:hirt|undere)|' # t
r'u(?:b(?:e(?:_.+?|top|s)|ing)|ck(?:er|ing)?|ft|gging|m(?:blr|my)|n(?:dra|ic|nel)|' # t
r'r(?:ban|d|f|k(?:eys?|ish)|n(?:_.+?|ips?|table)?|ret)|sks?|xedo)|' # tu
r'w(?:e(?:et(?:ing)?|rk(?:_?off|ing|s)?)|i(?:gs?|n(?:_buns|cest|ks?|s|tails?)?|t(?:ch(?:ing)?|ter))|o(?:_.+?)?)|' # t
r'v(?:_screen)|w(?:e(?:et(?:ing)?|rk(?:_?off|ing|s)?)|i(?:gs?|n(?:_buns|cest|ks?|s|tails?)?|t(?:ch(?:ing)?|ter))|o(?:_.+?)?)|' # t
r'y(?:ing|po|ranted|tonid))|' # t
r'u(?:b(?:er(?:quest)?|isoft)|dders?|goira|hoh|jishiyo|l(?:duar|tra(?:kill|wide)?)|m(?:amusume|br(?:ella|ian)|ichan)|' # u
r'n(?:a(?:mused|ware)|beller|c(?:aring|le|olored|ut)|d(?:er.+?|ress(?:ed|ing)?)|e(?:asy)|g(?:agged)|h(?:appy|oly)|' # u
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 = '3'
APP_REVISION = '583'
APP_REVISION = '584'
APP_IS_BETA = False
APP_IS_BETA_TEXT = 'b' * APP_IS_BETA
APP_REV_DATE = '30 Jun 2024'
APP_REV_DATE = '01 Jul 2024'
APP_VERSION = f'{APP_VER_MAJOR}.{APP_VER_SUB} r{APP_REVISION}{APP_IS_BETA_TEXT}'

#
Expand Down

0 comments on commit b33bc6e

Please sign in to comment.