Skip to content

Commit

Permalink
1.4.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Dec 19, 2015
1 parent 873e013 commit 9a6a4a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.4.3:
- add optional voting for stay/swap decisions after knife rounds (sm_pugsetup_vote_for_knife_round_decision)
- add optional user-set ready echo messages set with .readymessage command
- clean up setup menus to have an ExitBack option
- practice mode: noclip command will work correctly even with a "noclip; say .noclip" command
- practice mode: add commands to launch/exit practice mode: sm_launchpractice, sm_exitpractice
- rwsbalancer: fix bugs with accuracy of the stored rws values
- add Polish translations (thanks TheTolek14)
- add Brazilian Portuguese translations (thanks marcelotk)
- add Norwegian translations (thanks Bawls)

## 1.4.2:
- correct a bug where the pug leader was not being assigned correctly when a client finished the .setup menu

Expand Down
2 changes: 1 addition & 1 deletion scripting/pugsetup/generic.sp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#tryinclude "manual_version.sp"
#if !defined PLUGIN_VERSION
#define PLUGIN_VERSION "1.4.3-dev"
#define PLUGIN_VERSION "1.4.3"
#endif

#define DEBUG_CVAR "sm_pugsetup_debug"
Expand Down

0 comments on commit 9a6a4a0

Please sign in to comment.